Added support for using notmuch as an external indexer.
[muttjump] / README
diff --git a/README b/README
index f5e4c1c1c1c4fe34a1804f3f8e6af3dcc9dd417c..7e69efe7645c7873989f3d3cfe9673a349e43680 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 muttjump
 written by Johannes Weißl
 
 muttjump
 written by Johannes Weißl
 
-This script makes mail indexers (like mairix, mu or nmzmail) together with
-mutt more useful.
+This script makes mail indexers (like mairix, mu, nmzmail, or notmuch)
+together with mutt more useful.
 
 These search engines usually create a virtual maildir containing symbolic
 links to the original mails, which can be browsed using mutt.
 
 These search engines usually create a virtual maildir containing symbolic
 links to the original mails, which can be browsed using mutt.
@@ -15,3 +15,7 @@ mails, it is only possible using the original mail. This (very simple)
 script helps to jump to this message, using e.g. this macro in .muttrc:
 
 macro generic ,j "<enter-command>push <pipe-message>muttjump<enter><enter>" "jump to original message"
 script helps to jump to this message, using e.g. this macro in .muttrc:
 
 macro generic ,j "<enter-command>push <pipe-message>muttjump<enter><enter>" "jump to original message"
+
+Don't forget to quit the new mutt instance (started by muttjump) after
+the modifications. To make jumping faster (no keypress required), unset
+$wait_key in your ~/.muttrc.

Benjamin Mako Hill || Want to submit a patch?