]> git.cworth.org Git - notmuch-wiki/blob - feature-requests.mdwn
Merge branch 'master' of git://notmuchmail.org/git/notmuch-wiki
[notmuch-wiki] / feature-requests.mdwn
1 [[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
2 #List of features people have requested and ideas that people want to keep thinking about
3
4 ## Emacs client
5
6 +    Add 'd' keybinding
7
8      Removes unread and inbox tags, adds deleted tag.
9      
10      When used from a search results view, it deletes the thread that
11      the cursor is on.
12
13      When used from the thread view, it deletes the currently
14      displayed message inside the thread.
15
16 +    Add 'D' keybinding
17
18      Removes unread and inbox tags, adds deleted tag.
19
20      When used from a search results view, it deletes the thread that
21      the cursor is on (just like 'd')
22
23      When used from the thread view, it deletes the currently
24      displayed thread (and not just the message)
25
26 +    Add '???' keybinding
27
28      Skips current thread without archiving it
29
30      Right now 'n' gets me to the end of a thread, but not to the
31      beginning of the next thread. 'a' gets you to the next thread,
32      but archives the current one.
33
34 +    Allow different "real names" for the optional email addresses
35
36      if only one name is configured, use that for all addresses;
37      if other_names are configured, match those with the other_email addresses
38
39
40 ## notmuch 
41
42 +    Allow a custom location for .notmuch
43
44      The notmuch index is currently saved in .notmuch under the user's
45      Maildir and there's no configuration option to change that.
46
47      This is problematic with both tools that sync Maildirs and with IMAP
48      servers that consider .notmuch a Maildir subfolder (e.g. dovecot)
49
50      A better solution would be to add a configuration option for this so
51      that it can be put e.g. in ~/.notmuch
52
53 +    Add a list or pattern for subfolders to ignore
54
55      Some people are crazy enough to archive e.g. their Spam in their
56      Maildir and perhaps they'd prefer not having them indexed on notmuch.
57
58      Having a configuration option to exclude or include certain subparts of
59      the user's Maildir would be a very nice feature to have.
60
61 +    Index more headers.  Some desired headers:
62
63   + Received: allows for searches based on the arrival path
64   + Reply-To: allows for searches based on the return address
65
66 +    Allow anchors in searches
67
68      `notmuch search from:domain.org$` only matches if "domain.org" is
69      at the end of the From: header
70
71      `notmuch search from:^username` only matches if "username" is at
72      the beginning of the From: header (right after the ':')
73
74      This leaves the interesting question if we want a way to bind to
75      the actual address component.
76
77 +    Add folder tags to mail automatically
78
79      Add the name of the IMAP folder as the tag for mails.  This way,
80      server-side filtering can be directly used by notmuch to tag all
81      incoming mail.
82
83 ## 3rd party apps
84
85 ### notmuchsync
86
87 +    NOTE: most of notmuchsync's functionality has been integrated in
88      notmuch 0.5. It probably doesn't make much sense to requests features
89      for it, rather than notmuch itself.
90
91 +    Add feature to move files in the maildir hierarchy
92
93      `notmuchsync --move "searchstring" "targetfolder"`
94
95      Where searchstring is any valid notmuch search
96