diff options
| author | Faidon Liambotis <paravoid@debian.org> | 2011-02-21 03:39:40 +0200 |
|---|---|---|
| committer | Faidon Liambotis <paravoid@debian.org> | 2011-02-21 03:39:40 +0200 |
| commit | 514d2febf0b780c9864913872e96ca3e8258ca30 (patch) | |
| tree | b47f5a050b3ef1f36cf3a00c633eb12dfb9880fa | |
| parent | d0c8fb1f978d71c7e554e76e80ad4367833623be (diff) | |
Add a couple of feature requests of mine
| -rw-r--r-- | feature-requests.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/feature-requests.mdwn b/feature-requests.mdwn index 83e0d6d..154be85 100644 --- a/feature-requests.mdwn +++ b/feature-requests.mdwn @@ -48,6 +48,25 @@ ## notmuch ++ Allow a custom location for .notmuch + + The notmuch index is currently saved in .notmuch under the user's + Maildir and there's no configuration option to change that. + + This is problematic with both tools that sync Maildirs and with IMAP + servers that consider .notmuch a Maildir subfolder (e.g. dovecot) + + A better solution would be to add a configuration option for this so + that it can be put e.g. in ~/.notmuch + ++ Add a list or pattern for subfolders to ignore + + Some people are crazy enough to archive e.g. their Spam in their + Maildir and perhaps they'd prefer not having them indexed on notmuch. + + Having a configuration option to exclude or include certain subparts of + the user's Maildir would be a very nice feature to have. + + Index more headers. Some desired headers: + Received: allows for searches based on the arrival path |
