| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-24 | message: retain non-file flags when moving | Dirk-Jan C. Binnema | |
| The content-flags won't change, and the unread-flag can be re-calculated. Add a unit test, and some small doc improvements. Fixes #2831. | |||
| 2023-09-24 | lib: use flags_maildir_file | Dirk-Jan C. Binnema | |
| It's a better name. And fix some typos. | |||
| 2023-09-24 | mu-move: add new move sub command | Dirk-Jan C. Binnema | |
| Add sub-command to move messages; add tests and docs. Fixes #157 | |||
| 2023-09-19 | flags: add flags_mail_dir_file util | Dirk-Jan C. Binnema | |
| And some whitespace cleanup | |||
| 2023-08-21 | mu-flags: get flag-info for shortcut, too | Dirk-Jan C. Binnema | |
| 2023-08-09 | message & friends: make formattable | Dirk-Jan C. Binnema | |
| So we can easily debug-print them. | |||
| 2023-01-14 | mu-flags: use implied unread flag | Dirk-Jan C. Binnema | |
| and update tests. Fixes #2409 | |||
| 2022-12-07 | flags: add flags_keep_unmutable + test | Dirk-Jan C. Binnema | |
| When moving we want to maintain _some_ flags; add a function making that convenient. | |||
| 2022-06-10 | message: add calendar flag | Dirk-Jan C. Binnema | |
| For message that contain calendar invitations | |||
| 2022-06-04 | mu-maildir: refactor some duplicate code | Dirk-Jan C. Binnema | |
| mu-flags & mu-maildir were having some duplicate code; refactor it into mu-message-file.{cc,hh} | |||
| 2022-05-05 | message: support 'personal' flag for messages | Dirk-Jan C. Binnema | |
| Add a new flag 'personal' for a message, which means that at least one of the contact fields is personal. | |||
| 2022-05-05 | mu: add fields/flags commands | Dirk-Jan C. Binnema | |
| Useful information for devising queries. Directly generated from the source. Add manpages, too. | |||
| 2022-04-30 | message:document/fields: update and tie down | Dirk-Jan C. Binnema | |
| Update many of the field flags; remove obsolete ones. Ensure they are handled correctly in mu-document | |||
| 2022-04-16 | flags: rename flags_to_string -> to_string | Dirk-Jan C. Binnema | |
| For consistency. | |||
| 2022-03-28 | message/flags: add flags_from_path | Dirk-Jan C. Binnema | |
| Borrow from mu-maildir, to which we cannot link. | |||
| 2022-03-28 | lib+guile: use Mu::Option, not std::optional | Dirk-Jan C. Binnema | |
| We need the extensions, and/or let's use _one_ optional implementation everywhere. | |||
| 2022-03-26 | message: move to lib/message, update naming | Dirk-Jan C. Binnema | |
| Basically, move/rename lib/mu-message* to lib/mu-*. Add the beginnings of a Message class. | |||
