releases-comm-central/mail/services/sync/modules/engines
Magnus Melin f350675159 Bug 1865068 - Improve nsIMsgAccountManager idl. r=darktrojan
Fix string type and correct method name capitalization.

```
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/FindServerIndex(/findServerIndex(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/FindAccountForServer(/findAccountForServer(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/WriteToFolderCache(/writeToFolderCache(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/CleanupOnExit(/cleanupOnExit(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/SetFolderDoingEmptyTrash(/setFolderDoingEmptyTrash(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/GetEmptyTrashInProgress(/getEmptyTrashInProgress(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/SetFolderDoingCleanupInbox(/setFolderDoingCleanupInbox(/g' {} \;
find . -type f -not -path "*.hg*" -not -name "*.cpp" -not -name "*.h" -exec sed -i 's/GetCleanupInboxInProgress(/getCleanupInboxInProgress(/g' {} \;
```

Differential Revision: https://phabricator.services.mozilla.com/D193823

--HG--
extra : moz-landing-system : lando
2023-11-20 09:17:46 +00:00
..
accounts.sys.mjs Bug 1865068 - Improve nsIMsgAccountManager idl. r=darktrojan 2023-11-20 09:17:46 +00:00
addressBooks.sys.mjs Bug 1854255 - Enforce prefer-const eslint rule in the whole mail/ directory. r=john.bieling 2023-10-28 01:16:36 +00:00
calendars.sys.mjs Bug 1854255 - Enforce prefer-const eslint rule in the whole mail/ directory. r=john.bieling 2023-10-28 01:16:36 +00:00
identities.sys.mjs Bug 1865068 - Improve nsIMsgAccountManager idl. r=darktrojan 2023-11-20 09:17:46 +00:00