3 * Bugfixes (e.g. better quoting) and compatibility with Max OS X (again)
4 * remove MUTTJUMP_SCREEN_SESSION
5 * Adjustments for GNU screen (> 4.01.00devel):
6 Automatic opening of windows in screen multi mode
7 * Add fallback if no dialog or whiptail is installed
8 (by Christian Ebert <blacktrash@gmx.net>)
10 -- Johannes Weißl <jargon@molb.org> Mon Dec 6 16:30:15 2010 +0100
14 * Bugfixes and compatibility with Max OS X
15 * Use dialog (whiptail) to choose between mailboxes if more than one message
17 * Ability to specify Message-ID on command-line
18 * Ability to jump to parent message (In-Reply-To) with "-R" option
19 * Rename MUTTJUMP_USE_SCREEN to MUTTJUMP_MULTI_SCREEN_MODE
20 * MUTTJUMP_USE_SCREEN can now be "yes", "no" or "auto" (default)
21 yes: always open a new screen window
22 no: never use screen at all
23 auto: open new screen window when inside screen ($STY variable set)
25 -- Johannes Weißl <jargon@molb.org> Thu Dec 2 12:26:15 2010 +0100
29 * Add mode setting, can be "search" or "limit", e.g.:
30 export MUTTJUMP_MODE=limit
31 * Add screen mode (idea by Jostein Berntsen <jbernts@broadpark.no>)
32 To use it, set the following variables:
33 export MUTTJUMP_USE_SCREEN=yes
34 export MUTTJUMP_SCREEN_SESSION=foobar
35 Start mutt in a screen session (one for every folder):
36 screen -S foobar -t Sent mutt -f =Sent
37 screen -X -S foobar screen -t INBOX mutt -f =INBOX
39 -- Johannes Weißl <jargon@molb.org> Thu Nov 11 12:44:48 2010 +0100
45 -- Johannes Weißl <jargon@molb.org> Tue Apr 27 00:17:49 2010 +0200