From f1f31f0d374d055e3dc713b447d33060968d7102 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 30 Jan 2020 08:56:33 +0100 Subject: [PATCH] tmuxmail, second esc binding for mutt, newsboat updates --- email/.config/mutt/muttrc | 1 + newsboat/.config/newsboat/config | 2 ++ shell/.local/bin/tmuxmail | 5 ++++- 3 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.20.1