geary/test/engine
Michael Gratton 8dcab7f306 Geary.SpecialFolderType: Rename class and related properties, signals
The `SpecialFolderType` was somewhat mis-named, since the special use
does not (in most cases) confer any special type, rather it's simply
defines what a particular folder is used /for/.

As such, rename the enum to to `Geary.Folder.SpecialUse`, moving it in
to the `Folder` class, since it relates specifically to folders, also
rename `Folder::special_folder_type` and
`Folder::special_folder_type_changed` reflect the above and not
duplicate the type name, and similarly rename
`Account::folders_special_type`.

Update the many call sites.
2020-03-31 16:15:57 +11:00
..
api Geary.SpecialFolderType: Rename class and related properties, signals 2020-03-31 16:15:57 +11:00
app Geary.SpecialFolderType: Rename class and related properties, signals 2020-03-31 16:15:57 +11:00
common Geary.SpecialFolderType: Rename class and related properties, signals 2020-03-31 16:15:57 +11:00
db Replace Db.PrepareDelegate with a subclass virtual function hook 2019-06-13 16:35:17 +10:00
imap Geary.SpecialFolderType: Rename class and related properties, signals 2020-03-31 16:15:57 +11:00
imap-db Update Geary.Imap.Capabilities handling 2020-03-27 08:29:14 +11:00
imap-engine Remove distinct search folder email identifiers 2019-12-18 09:25:07 +11:00
outbox Add API for (de)serialising FolderPath and EmailIdentifier 2019-04-17 09:06:24 +10:00
mime-content-type-test.vala Support default content types for both displayed and attached entities. 2018-05-10 13:53:24 +10:00
rfc822-mailbox-address-test.vala Fix build warning. 2019-12-21 18:31:03 +11:00
rfc822-mailbox-addresses-test.vala Allow addresses without domains (fixes disabled mailbox-addresses-test) 2019-12-16 00:34:30 +01:00
rfc822-message-data-test.vala Fix RFC822.Header.get_header_names returning null names 2019-10-22 17:20:52 +11:00
rfc822-message-test.vala Geary.RFC822.Message: Always re-determine the encoding for body parts 2020-03-29 16:29:30 +11:00
rfc822-part-test.vala Create new GMime.Part instances with an explicit MIME-type 2019-12-11 23:25:59 +01:00
rfc822-utils-test.vala Geary.RFC822.Utils: Ensure best encoding/charset not missing data 2020-03-29 16:24:58 +11:00
util-ascii-test.vala Fix failing RFC822.Mailbox test. 2018-05-17 15:41:28 +10:00
util-config-file-test.vala Enable config file versioning 2018-12-08 13:53:01 +11:00
util-html-test.vala Fix MS mailers munging plain-text signatures in HTML body parts. 2018-07-28 15:53:50 +10:00
util-idle-manager-test.vala Prevent circular refs using idle and timeout manager when running 2019-02-16 15:58:08 +11:00
util-inet-test.vala Tidy up unit test infrastructure and mock classes. 2018-04-07 09:41:18 +10:00
util-string-test.vala Add some minor unit tests 2019-08-06 21:37:39 +10:00
util-timeout-manager-test.vala Add TestCase.assert_double 2020-03-27 08:29:14 +11:00