3 * Bugfixes and compatibility with Max OS X
4 * Use dialog (whiptail) to choose between mailboxes if more that one message
6 * Ability to specify Message-ID on command-line
7 * Ability to jump to parent message (In-Reply-To) with "-R" option
8 * Rename MUTTJUMP_USE_SCREEN to MUTTJUMP_MULTI_SCREEN_MODE
9 * MUTTJUMP_USE_SCREEN can now be "yes", "no" or "auto" (default)
10 yes: always open a new screen window
11 no: never use screen at all
12 auto: open new screen window when inside screen ($STY variable set)
14 -- Johannes Weißl <jargon@molb.org> Thu Dec 2 12:26:15 2010 +0100
18 * Add mode setting, can be "search" or "limit", e.g.:
19 export MUTTJUMP_MODE=limit
20 * Add screen mode (idea by Jostein Berntsen <jbernts@broadpark.no>)
21 To use it, set the following variables:
22 export MUTTJUMP_USE_SCREEN=yes
23 export MUTTJUMP_SCREEN_SESSION=foobar
24 Start mutt in a screen session (one for every folder):
25 screen -S foobar -t Sent mutt -f =Sent
26 screen -X -S foobar screen -t INBOX mutt -f =INBOX
28 -- Johannes Weißl <jargon@molb.org> Thu Nov 11 12:44:48 2010 +0100
34 -- Johannes Weißl <jargon@molb.org> Tue Apr 27 00:17:49 2010 +0200