mu/lib/message
Dirk-Jan C. Binnema 5d9bb72c0b message: augment cache-path() so it supports subparts
Take an optional index parameter for a *subpart*.

This is for the case where we save attachments from a message (in particular,
when forwarding). We can't save them in the same directory for the (rare) case
when there are multiple attachments with the same name. And we don't want to
uniquify the name, since that shows up in e.g. the forwarded file name.

This can be solved by saving each in their own indexed subdir.
2022-05-15 11:28:48 +03:00
..
Makefile.am autotools: fix build 2022-05-05 23:40:56 +03:00
meson.build store: ensure updates update message sexp too 2022-05-05 01:40:17 +03:00
mu-contact.cc contacts: support encoding names with '"', ',' etc. 2022-05-06 09:03:11 +03:00
mu-contact.hh contacts: support encoding names with '"', ',' etc. 2022-05-06 09:03:11 +03:00
mu-document.cc message: cosmetics 2022-05-06 22:17:53 +03:00
mu-document.hh message/document: update sexp on the fly 2022-05-05 01:40:17 +03:00
mu-fields.cc store/fields: Use one MaxTermLength everywhere 2022-05-09 22:25:28 +03:00
mu-fields.hh fields: some small tweaks 2022-05-12 08:56:13 +03:00
mu-flags.cc message: cosmetics 2022-05-06 22:17:53 +03:00
mu-flags.hh message: support 'personal' flag for messages 2022-05-05 01:38:25 +03:00
mu-message-part.cc message: Don't assume there's a sub-message 2022-05-12 19:59:10 +03:00
mu-message-part.hh server/message-part: restore forwarding attachments 2022-05-05 23:45:11 +03:00
mu-message.cc message: augment cache-path() so it supports subparts 2022-05-15 11:28:48 +03:00
mu-message.hh message: augment cache-path() so it supports subparts 2022-05-15 11:28:48 +03:00
mu-mime-object.cc message: implement rfc2047-encoding addresses 2022-05-06 22:17:53 +03:00
mu-mime-object.hh message: Don't assume there's a sub-message 2022-05-12 19:59:10 +03:00
mu-priority.cc message: move to lib/message, update naming 2022-03-26 17:19:10 +02:00
mu-priority.hh message: move to lib/message, update naming 2022-03-26 17:19:10 +02:00
test-mu-message.cc test: enable some more 2022-05-13 23:01:33 +03:00