[mail]: Remove accounts from muttrc

First commit in a series of commit to switch to seperate account file.
This is needed to support multiple account on the same mail server in
saner way.
This commit is contained in:
Jens Sauer 2023-12-28 22:41:42 +01:00
parent 8b15447b97
commit 5655335789

View File

@ -49,16 +49,6 @@ set print_command="muttprint"
set wait_key = no set wait_key = no
unset folder unset folder
#
# Accounts
#
#source "~/.config/mutt/account-uni"
folder-hook imaps://imap.uni-oldenburg.de 'source ~/.config/mutt/account-uni'
macro index,pager \e2 "<sync-mailbox><change-folder>$folder<enter>" "Switch to UOL inbox"
#source "~/.config/mutt/account-gmail"
folder-hook imaps://imap.gmail.com 'source ~/.config/mutt/account-gmail'
macro index,pager \e1 "<sync-mailbox><change-folder>$folder<enter>" "Switch to GMail inbox"
# #
# Keybindings # Keybindings
# #