mu/lib
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
..
index indexer: add extra fsm state "finishing" to fix some races 2022-05-13 23:00:20 +03:00
message message: augment cache-path() so it supports subparts 2022-05-15 11:28:48 +03:00
tests store: use Result<Store> builder, add auto upgrade 2022-05-09 22:25:28 +03:00
thirdparty lib: move 3rd party code to thirdparty; add tabulate.hpp 2022-04-30 10:40:45 +03:00
utils utils: insist on semicolon after MU_ENABLE_BITOPS 2022-05-14 12:47:26 +03:00
Makefile.am autotools: fix build 2022-05-05 23:40:56 +03:00
doxyfile.in * lib: doxygen support (WIP, just starting...) 2012-10-27 14:42:21 +03:00
meson.build query: update query subsys to use Message 2022-04-30 10:40:45 +03:00
mu-bookmarks.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-bookmarks.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-contacts-cache.cc contacts-cache: return most relevant contacts 2022-05-09 22:25:28 +03:00
mu-contacts-cache.hh contacts-cache: return most relevant contacts 2022-05-09 22:25:28 +03:00
mu-data.hh many: update for lib/message updates 2022-03-26 17:19:10 +02:00
mu-maildir.cc mu-maildir: No need for namespaced function names 2022-05-09 22:25:28 +03:00
mu-maildir.hh mu-maildir: No need for namespaced function names 2022-05-09 22:25:28 +03:00
mu-parser.cc message/document: update sexp on the fly 2022-05-05 01:40:17 +03:00
mu-parser.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-query-match-deciders.cc many: update for lib/message updates 2022-03-26 17:19:10 +02:00
mu-query-match-deciders.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-query-results.hh query-results: Use mu-document as backend 2022-05-05 01:38:25 +03:00
mu-query-threads.cc many: update for lib/message updates 2022-03-26 17:19:10 +02:00
mu-query-threads.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-query.cc lib: move 3rd party code to thirdparty; add tabulate.hpp 2022-04-30 10:40:45 +03:00
mu-query.hh query: update query subsys to use Message 2022-04-30 10:40:45 +03:00
mu-runtime.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-runtime.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-script.cc build: fix some scan-build warnings 2022-02-07 17:36:34 +02:00
mu-script.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-server.cc store: improve error handling 2022-05-12 08:56:13 +03:00
mu-server.hh sexp: allow for some prettified string output 2022-05-06 22:17:53 +03:00
mu-store.cc store: add lock to index_complete 2022-05-12 23:23:47 +03:00
mu-store.hh store/info: Gather some usage statistics 2022-05-10 08:16:47 +03:00
mu-tokenizer.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-tokenizer.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-tree.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-xapian.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-xapian.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
tokenize.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00