From: Johannes Weißl Date: Tue, 9 Nov 2010 13:37:31 +0000 (+0100) Subject: add screen mode (idea by jostber ) X-Git-Url: https://projects.mako.cc/source/muttjump/commitdiff_plain/46afe24c0022bfb3218949426d6be6a26bb495ec?hp=46afe24c0022bfb3218949426d6be6a26bb495ec;ds=sidebyside add screen mode (idea by 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). ---