]>
projects.mako.cc - muttjump/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Johannes Weißl [Wed, 10 Nov 2010 12:12:17 +0000 (13:12 +0100)]
use formail if available (works for multiline Message-ID headers)
Johannes Weißl [Wed, 10 Nov 2010 11:01:12 +0000 (12:01 +0100)]
fix msgid escaping (now works with "!" in message id)
Johannes Weißl [Tue, 9 Nov 2010 13:37:31 +0000 (14:37 +0100)]
add screen mode (idea by jostber <http://github.com/jostber>)
To use it, set the following variables:
export MUTTJUMP_USE_SCREEN=yes
export MUTTJUMP_SCREEN_SESSION=foobar
start mutt inside screen session:
screen -S foobar -t Sent mutt -f =Sent
screen -X -S foobar eval "screen -t INBOX mutt -f =INBOX"
(optionally start more mutt instances)
screen window names are generated from the mailbox path using
the function MUTTJUMP_SCREEN_WINDOW_NAME_MANGLE(mbox_path),
which defaults to basename(mbox_path).
Johannes Weißl [Mon, 26 Apr 2010 22:17:49 +0000 (00:17 +0200)]
add fallback (grep) solution, pretty obsolete
This was the first version, maybe it is useful to someone...
Johannes Weißl [Mon, 26 Apr 2010 22:17:05 +0000 (00:17 +0200)]
fix: case insensitive Message-ID grepping, maildir check
Johannes Weißl [Mon, 26 Apr 2010 22:16:29 +0000 (00:16 +0200)]
add advice to README
Johannes Weißl [Mon, 26 Apr 2010 21:40:32 +0000 (23:40 +0200)]
initial version
Johannes Weißl [Mon, 26 Apr 2010 21:37:57 +0000 (23:37 +0200)]
first commit
Benjamin Mako Hill || Want to submit a patch?