diff options
author | A Farzat <a@farzat.xyz> | 2024-10-26 23:51:56 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-07 23:53:09 +0900 |
commit | b95b792462dff0e2dc752749dbd428447cd3a5a7 (patch) | |
tree | 571ef1f00ebe8e3961f155034040839ed8c90cae /.config/mutt/muttrc | |
parent | 0e62ff2b752b742081084a6af05caabce044559a (diff) | |
download | dotfiles-b95b792462dff0e2dc752749dbd428447cd3a5a7.tar.gz dotfiles-b95b792462dff0e2dc752749dbd428447cd3a5a7.zip |
Add mutt gmail config
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 45fbe87..48502f2 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -6,3 +6,4 @@ macro index,pager i1 '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/mutt macro index,pager i2 '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/mutt/accounts/farzat@posteo.com.muttrc"<enter><change-folder>!<enter>;<check-stats>' "switch to farzat@posteo.com" macro index,pager i3 '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/mutt/accounts/Farzat.uni@outlook.com.muttrc"<enter><change-folder>!<enter>;<check-stats>' "switch to Farzat.uni@outlook.com" macro index,pager i4 '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/mutt/accounts/Farzat@outlook.com.muttrc"<enter><change-folder>!<enter>;<check-stats>' "switch to Farzat@outlook.com" +macro index,pager i5 '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/mutt/accounts/ai.farzat@gmail.com.muttrc"<enter><change-folder>!<enter>;<check-stats>' "switch to ai.farzat@gmail.com" |