From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .config/mutt/accounts/1-herts.muttrc | 40 ++++++++++++++++++++++++++++++++++++ .config/mutt/accounts/2-xyz.muttrc | 37 +++++++++++++++++++++++++++++++++ .config/mutt/accounts/3-bt.muttrc | 33 +++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100755 .config/mutt/accounts/1-herts.muttrc create mode 100755 .config/mutt/accounts/2-xyz.muttrc create mode 100755 .config/mutt/accounts/3-bt.muttrc (limited to '.config/mutt/accounts') diff --git a/.config/mutt/accounts/1-herts.muttrc b/.config/mutt/accounts/1-herts.muttrc new file mode 100755 index 0000000..5cd10ba --- /dev/null +++ b/.config/mutt/accounts/1-herts.muttrc @@ -0,0 +1,40 @@ +# vim: filetype=neomuttrc +# muttrc file for account herts +color status cyan default +unmailboxes * +set realname = "Dr. Vito G. Graffagnino" +set from = "v.graffagnino@herts.ac.uk" +set sendmail = "msmtp -a herts" +alias me Dr. Vito G. Graffagnino +set signature = "/home/archlinux/vgg/.config/mutt/.signature" +set folder = "/Mail/herts" +set header_cache = /Mail/mutt-wizard/herts/headers +set message_cachedir = /Mail/mutt-wizard/herts/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 "mbsync -V hertsnotmuch new" "run mbsync to sync herts" + +set spoolfile = "+INBOX" +set record = "+Sent Items" +set postponed = "+Drafts" +set trash = "" +mailboxes "=INBOX" "=Sent Items" "=INBOX.HR" "=INBOX.arXiv" "=INBOX.Library" "=Outbox" "=INBOX.CoolNews" "=INBOX.Teaching" "=INBOX.SpareRoom" "=INBOX.LMS" "=INBOX.SPH" "=INBOX.BobBingham" "=INBOX.Admin" "=INBOX.Students" "=INBOX.HelpDesk" "=INBOX.vgg" "=INBOX.astropy" "=INBOX.Procurement" "=INBOX.Nature" "=INBOX.BarryKellett" "=INBOX.PAM" "=INBOX.Martin" "=INBOX.DespinaLambrou" "=INBOX.RAS" "=INBOX.SEPnet" "=INBOX.SysAdmin" "=Drafts" "=INBOX.X-Ray" "=INBOX.Research" "=INBOX.LukeSmith" "=INBOX.Misc" "=INBOX.BadAstronomy" "=INBOX.StarFormationNewsletter" "=INBOX.Training" "=INBOX.Templates" +macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated +macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated +macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated +macro index,pager gs "=Sent Items" "go to sent" # mw-autogenerated +macro index,pager Ms "=Sent Items" "move mail to sent" # mw-autogenerated +macro index,pager Cs "=Sent Items" "copy mail to sent" # mw-autogenerated +macro index,pager gd "=Drafts" "go to drafts" # mw-autogenerated +macro index,pager Md "=Drafts" "move mail to drafts" # mw-autogenerated +macro index,pager Cd "=Drafts" "copy mail to drafts" # mw-autogenerated +macro index,pager gt "=Templates" "go to templates" # mw-autogenerated +macro index,pager Mt "=Templates" "move mail to templates" # mw-autogenerated +macro index,pager Ct "=Templates" "copy mail to templates" # mw-autogenerated +#vgg + diff --git a/.config/mutt/accounts/2-xyz.muttrc b/.config/mutt/accounts/2-xyz.muttrc new file mode 100755 index 0000000..e2c6488 --- /dev/null +++ b/.config/mutt/accounts/2-xyz.muttrc @@ -0,0 +1,37 @@ +# vim: filetype=neomuttrc +# muttrc file for account xyz +color status blue default +unmailboxes * +set realname = "Vito G. Graffagnino" +set from = "vito@graffagnino.xyz" +set sendmail = "msmtp -a xyz" +alias me Vito G. Graffagnino +set folder = "/home/archlinux/vgg/.local/share/mail/xyz" +set header_cache = /Mail/mutt-wizard/xyz/headers +set message_cachedir = /Mail/mutt-wizard/xyz/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 "mailsync -V xyznotmuch new" "run mbsync to sync xyz" + +set spoolfile = "+INBOX" +set record = "+Sent" +set postponed = "+Drafts" +set trash = "" +mailboxes "=Junk" "=INBOX" "=Drafts" "=Sent" +macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated +macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated +macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated +macro index,pager gs "=Sent" "go to sent" # mw-autogenerated +macro index,pager Ms "=Sent" "move mail to sent" # mw-autogenerated +macro index,pager Cs "=Sent" "copy mail to sent" # mw-autogenerated +macro index,pager gd "=Drafts" "go to drafts" # mw-autogenerated +macro index,pager Md "=Drafts" "move mail to drafts" # mw-autogenerated +macro index,pager Cd "=Drafts" "copy mail to drafts" # mw-autogenerated +macro index,pager gj "=Junk" "go to junk" # mw-autogenerated +macro index,pager Mj "=Junk" "move mail to junk" # mw-autogenerated +macro index,pager Cj "=Junk" "copy mail to junk" # mw-autogenerated 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 +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 "mbsync -V btnotmuch new" "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 "=INBOX" "go to inbox" # mw-autogenerated +macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated +macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated +macro index,pager gs "=Sent" "go to sent" # mw-autogenerated +macro index,pager Ms "=Sent" "move mail to sent" # mw-autogenerated +macro index,pager Cs "=Sent" "copy mail to sent" # mw-autogenerated +macro index,pager gd "=Drafts" "go to drafts" # mw-autogenerated +macro index,pager Md "=Drafts" "move mail to drafts" # mw-autogenerated +macro index,pager Cd "=Drafts" "copy mail to drafts" # mw-autogenerated -- cgit v1.2.3