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/accounts/1-bousset.rudy@gmail.com.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 '.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc')
-rw-r--r-- | .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc new file mode 100644 index 0000000..3fccbf0 --- /dev/null +++ b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc @@ -0,0 +1,39 @@ +# vim: filetype=neomuttrc +# muttrc file for account bousset.rudy@gmail.com +set realname = "Rudy Bousset" +set from = "bousset.rudy@gmail.com" +set sendmail = "msmtp -a bousset.rudy@gmail.com" +alias me Rudy Bousset <bousset.rudy@gmail.com> +set folder = "/home/jozan/.local/share/mail/bousset.rudy@gmail.com" +set header_cache = /home/jozan/.cache/mutt-wizard/bousset.rudy@gmail.com/headers +set message_cachedir = /home/jozan/.cache/mutt-wizard/bousset.rudy@gmail.com/bodies +set mbox_type = Maildir + +bind index,pager gg noop +bind index,pager g noop +bind index,pager M noop +bind index,pager C noop +bind index gg first-entry +macro index o "<shell-escape>mw -y bousset.rudy@gmail.com<enter>" "run mbsync to sync bousset.rudy@gmail.com" +unmailboxes * + +mailboxes "=INBOX" "=[Gmail].Sent" "=[Gmail].Drafts" "=[Gmail].Spam" "=[Gmail].Trash" +macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" # mw-autogenerated +macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox" # mw-autogenerated +macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox" # mw-autogenerated +set spoolfile = "+INBOX" # mw-autogenerated +set postponed = "+[Gmail].Drafts" # mw-autogenerated +macro index,pager gd "<change-folder>=[Gmail].Drafts<enter>" "go to drafts" # mw-autogenerated +macro index,pager Md ";<save-message>=[Gmail].Drafts<enter>" "move mail to drafts" # mw-autogenerated +macro index,pager Cd ";<copy-message>=[Gmail].Drafts<enter>" "copy mail to drafts" # mw-autogenerated +set record = "+[Gmail].Sent" # mw-autogenerated +macro index,pager gs "<change-folder>=[Gmail].Sent<enter>" "go to sent" # mw-autogenerated +macro index,pager Ms ";<save-message>=[Gmail].Sent<enter>" "move mail to sent" # mw-autogenerated +macro index,pager Cs ";<copy-message>=[Gmail].Sent<enter>" "copy mail to sent" # mw-autogenerated +macro index,pager gS "<change-folder>=[Gmail].Spam<enter>" "go to spam" # mw-autogenerated +macro index,pager MS ";<save-message>=[Gmail].Spam<enter>" "move mail to spam" # mw-autogenerated +macro index,pager CS ";<copy-message>=[Gmail].Spam<enter>" "copy mail to spam" # mw-autogenerated +macro index,pager gt "<change-folder>=[Gmail].Trash<enter>" "go to trash" # mw-autogenerated +macro index,pager Mt ";<save-message>=[Gmail].Trash<enter>" "move mail to trash" # mw-autogenerated +macro index,pager Ct ";<copy-message>=[Gmail].Trash<enter>" "copy mail to trash" # mw-autogenerated +set trash = "+[Gmail].Trash" # mw-autogenerated |