remove --no-heading, doesn't exist on Mac OS X
[muttjump] / NEWS
1 muttjump (1.2)
2
3   * Add mode setting, can be "search" or "limit", e.g.:
4       export MUTTJUMP_MODE=limit
5   * Add screen mode (idea by Jostein Berntsen <jbernts@broadpark.no>)
6     To use it, set the following variables:
7       export MUTTJUMP_USE_SCREEN=yes
8       export MUTTJUMP_SCREEN_SESSION=foobar
9     Start mutt in a screen session (one for every folder):
10       screen -S foobar -t Sent mutt -f =Sent
11       screen -X -S foobar screen -t INBOX mutt -f =INBOX
12
13  -- Johannes Weißl <jargon@molb.org>  Thu Nov 11 12:44:48 2010 +0100
14
15 muttjump (1.0)
16
17   * Initial release.
18
19  -- Johannes Weißl <jargon@molb.org>  Tue Apr 27 00:17:49 2010 +0200

Benjamin Mako Hill || Want to submit a patch?