summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-19 13:44:39 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-04-19 13:44:39 +0200
commit4ee04ad9daffddb889025a11bace57bd3c756d2f (patch)
tree5587ee3aa1d46a17220115dbdd9f536b3ec6cf54
parentae1de371b1539c11a703476c07be0ce1cec3e3c8 (diff)
parente9e13d3e669e822d7d453c89e4326a64c829c7c2 (diff)
Merge branch 'master' of git://git.notmuchmail.org/git/notmuch-wiki
-rw-r--r--feature-requests.mdwn81
-rw-r--r--index.mdwn5
2 files changed, 86 insertions, 0 deletions
diff --git a/feature-requests.mdwn b/feature-requests.mdwn
new file mode 100644
index 0000000..d36d8a9
--- /dev/null
+++ b/feature-requests.mdwn
@@ -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
+
diff --git a/index.mdwn b/index.mdwn
index 483fc31..ab156d3 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -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).