Merge branch 'master' into screen-git
[muttjump] / README
1 muttjump
2 written by Johannes Weißl
3
4 This script makes mail indexers (like mairix, mu or nmzmail) together with
5 mutt more useful.
6
7 These search engines usually create a virtual maildir containing symbolic
8 links to the original mails, which can be browsed using mutt.
9 It would be optimal if mutt somehow knew that the two maildir entries
10 identify the same mail, but this is not that easy (mail folder
11 abstraction from different formats, no tight integration of mail indexers).
12
13 So if one wants to rename (for setting/clearing flags), delete or edit the
14 mails, it is only possible using the original mail. This (very simple)
15 script helps to jump to this message, using e.g. this macro in .muttrc:
16
17 macro generic ,j "<enter-command>push <pipe-message>muttjump<enter><enter>" "jump to original message"
18
19 Don't forget to quit the new mutt instance (started by muttjump) after
20 the modifications. To make jumping faster (no keypress required), unset
21 $wait_key in your ~/.muttrc.

Benjamin Mako Hill || Want to submit a patch?