From: Mart Lubbers Date: Thu, 30 Jan 2020 07:56:33 +0000 (+0100) Subject: tmuxmail, second esc binding for mutt, newsboat updates X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=f1f31f0d374d055e3dc713b447d33060968d7102;p=dotfiles.git tmuxmail, second esc binding for mutt, newsboat updates --- diff --git a/email/.config/mutt/muttrc b/email/.config/mutt/muttrc index 7f3a76f..1a73a51 100644 --- a/email/.config/mutt/muttrc +++ b/email/.config/mutt/muttrc @@ -25,6 +25,7 @@ send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru 'set sendmail="checkattach.sh msmtp -a ru"' # Macro for switching to the ru address +macro compose 1 "f^UMart Lubbers " macro compose 2 "f^UMart Lubbers " # Key bindings diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config index 1c30cf7..b862419 100644 --- a/newsboat/.config/newsboat/config +++ b/newsboat/.config/newsboat/config @@ -1 +1,3 @@ browser "firefox %u" +max-items 50 +refresh-on-startup yes diff --git a/shell/.local/bin/tmuxmail b/shell/.local/bin/tmuxmail index 5c7f75a..839abc1 100755 --- a/shell/.local/bin/tmuxmail +++ b/shell/.local/bin/tmuxmail @@ -3,5 +3,8 @@ tmux -f ~/.config/tmux/config\ new-session -s mail -d 'update && offlineimap' \;\ new-window 'mutt' \;\ new-window 'ssh helheim' \;\ - new-window 'newsboat -r' + new-window 'newsboat -r' \;\ + new-session -s work \;\ + attach-session -t mail \;\ + select-window -t:1 exec tmux attach