]> 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 ## notmuch 
35
36 +    Add folder keyword
37
38      Allows to search for messages in a specific folder.
39
40 +    Allow anchors in searches
41
42      notmuch search from:domain.org$ only matches if "domain.org" is
43      at the end of the From: header
44
45      notmuch search from:^username only matches if "username" is at
46      the beginning of the From: header (right after the ':')
47
48      This leaves the interesting question if we want a way to bind to
49      the actual address component.
50
51 +    Add Received: header to the indexed header components
52
53      allows for searches based on the arrival path
54
55 ## 3rd party apps
56
57 ### notmuchsync
58
59 +    Add feature to move files in the maildir hierarchy
60
61      notmuchsync --move "searchstring" "targetfolder"
62
63      Where searchstring is any valid notmuch search
64