diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.config/mutt/accounts/3-bt.muttrc | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.config/mutt/accounts/3-bt.muttrc')
| -rwxr-xr-x | .config/mutt/accounts/3-bt.muttrc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/mutt/accounts/3-bt.muttrc b/.config/mutt/accounts/3-bt.muttrc new file mode 100755 index 0000000..4b0dba0 --- /dev/null +++ b/.config/mutt/accounts/3-bt.muttrc @@ -0,0 +1,33 @@ +# vim: filetype=neomuttrc +# muttrc file for account bt +set realname = "Vito G. Graffagnino" +set from = "v.graffagnino@btinternet.com" +set sendmail = "msmtp -a bt" +alias me Vito G. Graffagnino <v.graffagnino@btinternet.com> +set folder = "/home/archlinux/vgg/.local/share/mail/bt" +set header_cache = /home/archlinux/vgg/.cache/mutt-wizard/bt/headers +set message_cachedir = /home/archlinux/vgg/.cache/mutt-wizard/bt/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 S "<shell-escape>mbsync -V bt<enter><shell-escape>notmuch new<enter>" "run mbsync to sync bt" +unmailboxes * + +set spoolfile = "+INBOX" +set record = "+Sent" +set postponed = "+Drafts" +set trash = "+Trash" +mailboxes "=UoH" "=RC_News" "=vgg" "=Astro.AstrophysicalJournalLetters" "=luneos-dev" "=Astro" "=shurgard" "=astropy" "=capone" "=RC" "=Donna" "=Friends" "=Saved" "=HeinnieHaynes" "=Training" "=paypal" "=Astro.AstronomicalJournal" "=vpnreactor" "=CIN_DW.2019" "=Astro.AstrophysicalJournal" "=Life" "=Trash" "=INBOX" "=Astro.Coolnews" "=CIN_DW" "=Astro.ResearchInAstronomyAndAstrophysics" "=Palm" "=ultimateknife" "=Drafts" "=CIN_DW.2018" "=stagecoach" "=Amazon" "=Astro.mendeley" "=Astro.SCS" "=Astro.AstrophysicalJournalSupplement" "=Astro.IOP" "=Spam" "=Ebay" "=ToRead" "=Sent" +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 +macro index,pager gs "<change-folder>=Sent<enter>" "go to sent" # mw-autogenerated +macro index,pager Ms "<save-message>=Sent<enter>" "move mail to sent" # mw-autogenerated +macro index,pager Cs "<copy-message>=Sent<enter>" "copy mail to sent" # mw-autogenerated +macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts" # mw-autogenerated +macro index,pager Md "<save-message>=Drafts<enter>" "move mail to drafts" # mw-autogenerated +macro index,pager Cd "<copy-message>=Drafts<enter>" "copy mail to drafts" # mw-autogenerated |
