summaryrefslogtreecommitdiff
path: root/lib/message/mu-flags.cc
AgeCommit message (Collapse)Author
2023-09-24lib: use flags_maildir_fileDirk-Jan C. Binnema
It's a better name. And fix some typos.
2023-01-14mu-flags: use implied unread flagDirk-Jan C. Binnema
and update tests. Fixes #2409
2022-12-07flags: add flags_keep_unmutable + testDirk-Jan C. Binnema
When moving we want to maintain _some_ flags; add a function making that convenient.
2022-06-10message: add calendar flagDirk-Jan C. Binnema
For message that contain calendar invitations
2022-06-04mu-maildir: refactor some duplicate codeDirk-Jan C. Binnema
mu-flags & mu-maildir were having some duplicate code; refactor it into mu-message-file.{cc,hh}
2022-05-06message: cosmeticsDirk-Jan C. Binnema
2022-05-05message: support 'personal' flag for messagesDirk-Jan C. Binnema
Add a new flag 'personal' for a message, which means that at least one of the contact fields is personal.
2022-04-16flags: rename flags_to_string -> to_stringDirk-Jan C. Binnema
For consistency.
2022-03-28message/flags: add flags_from_pathDirk-Jan C. Binnema
Borrow from mu-maildir, to which we cannot link.
2022-03-26message: move to lib/message, update namingDirk-Jan C. Binnema
Basically, move/rename lib/mu-message* to lib/mu-*. Add the beginnings of a Message class.