diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-18 22:47:34 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-18 22:47:34 +0200 |
commit | 8ced1b500038b1fd1657a0c7609ee7c783befb45 (patch) | |
tree | d01ba2d08657d5500570195039b63dbc15b1c7f5 /.config/mutt/muttrc | |
parent | Scripts (diff) | |
download | dotfiles-bsd-8ced1b500038b1fd1657a0c7609ee7c783befb45.tar.gz dotfiles-bsd-8ced1b500038b1fd1657a0c7609ee7c783befb45.tar.bz2 dotfiles-bsd-8ced1b500038b1fd1657a0c7609ee7c783befb45.tar.xz dotfiles-bsd-8ced1b500038b1fd1657a0c7609ee7c783befb45.tar.zst dotfiles-bsd-8ced1b500038b1fd1657a0c7609ee7c783befb45.zip |
Mutt configs
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/muttrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc new file mode 100644 index 0000000..6139a02 --- /dev/null +++ b/.config/mutt/muttrc @@ -0,0 +1,4 @@ +# vim: filetype=neomuttrc +source /home/jozan/.config/mutt/defaults.muttrc +source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc # mw-autogenerated +macro index,pager i1 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" # mw-autogenerated |