From d8a50709a8dfb0f498367ef80c192138333aa08f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 7 Apr 2021 20:23:08 +0200 Subject: Updated mail scripts for disroot account. --- mail.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail.sh') diff --git a/mail.sh b/mail.sh index 7798354..5478787 100755 --- a/mail.sh +++ b/mail.sh @@ -3,7 +3,8 @@ # Opens a mailbox using neomutt (and isync if neomutt configured to do so) pkill -SIGRTMIN+15 i3blocks -account="$(printf "gmail\nuniovi" | fzf)" +account="$(printf "gmail\nuniovi\ndisroot" | fzf)" [ "$account" = "gmail" ] && neomutt -F "$HOME/.config/mutt/gmmuttrc" [ "$account" = "uniovi" ] && neomutt -F "$HOME/.config/mutt/cumuttrc" +[ "$account" = "disroot" ] && neomutt -F "$HOME/.config/mutt/drmuttrc" pkill -SIGRTMIN+15 i3blocks -- cgit v1.2.1