]> git.cworth.org Git - notmuch-wiki/commitdiff
Merge branch 'master' of git://git.notmuchmail.org/git/notmuch-wiki
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 19 Apr 2010 11:44:39 +0000 (13:44 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 19 Apr 2010 11:44:39 +0000 (13:44 +0200)
feature-requests.mdwn [new file with mode: 0644]
index.mdwn

diff --git a/feature-requests.mdwn b/feature-requests.mdwn
new file mode 100644 (file)
index 0000000..d36d8a9
--- /dev/null
@@ -0,0 +1,81 @@
+[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
+#List of features people have requested and ideas that people want to keep thinking about
+
+## Emacs client
+
++    Add 'd' keybinding
+
+     Removes unread and inbox tags, adds deleted tag.
+     
+     When used from a search results view, it deletes the thread that
+     the cursor is on.
+
+     When used from the thread view, it deletes the currently
+     displayed message inside the thread.
+
++    add 'D' keybinding
+
+     Removes unread and inbox tags, adds deleted tag.
+
+     When used from a search results view, it deletes the thread that
+     the cursor is on (just like 'd')
+
+     When used from the thread view, it deletes the currently
+     displayed thread (and not just the message)
+
++    add '???' keybinding
+
+     Skips current thread without archiving it
+
+     Right now 'n' gets me to the end of a thread, but not to the
+     beginning of the next thread. 'a' gets you to the next thread,
+     but archives the current one.
+
++    add notmuch-message-mode
+
+     This should allow us to override many of the default behaviors of emacs message mode without affecting people using message mode from gnus
+     Things we'd might want to allow here include
+
+++   select from address (with the configured email addresses as default choices to pick from)
+++   set user-agent string
+
++    allow different "real names" for the optional email addresses
+
+     if only one name is configured, use that for all addresses;
+     if other_names are configured, match those with the other_email addresses
+
+## notmuch 
+
++    Add folder keyword
+
+     Allows to search for messages in a specific folder.
+
++    Allow anchors in searches
+
+     notmuch search from:domain.org$ only matches if "domain.org" is
+     at the end of the From: header
+
+     notmuch search from:^username only matches if "username" is at
+     the beginning of the From: header (right after the ':')
+
+     This leaves the interesting question if we want a way to bind to
+     the actual address component.
+
++    Add Received: header to the indexed header components
+
+     allows for searches based on the arrival path
+
++    Add Reply-To: header to the indexed header components
+
+     allows for searches based on the return address
+
+## 3rd party apps
+
+### notmuchsync
+
++    Add feature to move files in the maildir hierarchy
+
+     notmuchsync --move "searchstring" "targetfolder"
+
+     Where searchstring is any valid notmuch search
+
index 483fc31236d68efafe3c69bf644c14bd19ade957..ab156d38794f4c53d29cfb5bcecc7f800d33fd19 100644 (file)
@@ -92,6 +92,11 @@ The mb2md utility can be used to convert the archives to maildir format which is
 
 If you prefer real-time chat, there is often someone on the [#notmuch](irc://chat.freenode.net/#notmuch)@irc.freenode.net IRC channel.
 
+## Feature ideas - bin list
+
+We have started a <a href="http://notmuchmail.org/feature-requests/">feature requests</a> page on this wiki. 
+No, things you add there won't automatically get implemented - but it's a nice way to collect ideas.
+
 ## Emacs Tips and Tricks
 
 The best supported interface to notmuch is based on emacs and can be tweaked extensively. We have started to collect some tips and tricks [here](/emacstips).