From ed7f38d68d73f4c8d5da596ee05f53e24e2a4c88 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 12 Jun 2019 12:57:05 +0200 Subject: [PATCH] Added mutt accounts --- mutt/.config/mutt/accounts/1-ryankes.muttrc | 42 +++++++++++++++++++ mutt/.config/mutt/accounts/2-gmail.muttrc | 42 +++++++++++++++++++ .../mutt/accounts/3-andthensome.muttrc | 42 +++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 mutt/.config/mutt/accounts/1-ryankes.muttrc create mode 100644 mutt/.config/mutt/accounts/2-gmail.muttrc create mode 100644 mutt/.config/mutt/accounts/3-andthensome.muttrc diff --git a/mutt/.config/mutt/accounts/1-ryankes.muttrc b/mutt/.config/mutt/accounts/1-ryankes.muttrc new file mode 100644 index 0000000..3c1eee1 --- /dev/null +++ b/mutt/.config/mutt/accounts/1-ryankes.muttrc @@ -0,0 +1,42 @@ +# vim: filetype=neomuttrc +# muttrc file for account ryankes +set realname = "Ryan" +set from = "ryan@ryankes.eu" +set sendmail = "msmtp -a ryankes" +alias me Ryan +set folder = "/home/alrayyes/.local/share/mail/ryankes" +set header_cache = /home/alrayyes/.cache/mutt/ryankes/headers +set message_cachedir = /home/alrayyes/.cache/mutt/ryankes/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 "mailsync -V ryankes" "run mbsync to sync ryankes" +unmailboxes * + +set spoolfile = "+INBOX" +set record = "+Sent" +set postponed = "+Drafts" +set trash = "+Trash" +mailboxes =ryankes ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" "=INBOX.Postmaster" "=INBOX.Watchtower" +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 gt "=Trash" "go to trash" # mw-autogenerated +macro index,pager Mt "=Trash" "move mail to trash" # mw-autogenerated +macro index,pager Ct "=Trash" "copy mail to trash" # mw-autogenerated +macro index,pager gS "=Spam" "go to spam" # mw-autogenerated +macro index,pager MS "=Spam" "move mail to spam" # mw-autogenerated +macro index,pager CS "=Spam" "copy mail to spam" # mw-autogenerated +macro index,pager ga "=Archive" "go to archive" # mw-autogenerated +macro index,pager Ma "=Archive" "move mail to archive" # mw-autogenerated +macro index,pager Ca "=Archive" "copy mail to archive" # mw-autogenerated diff --git a/mutt/.config/mutt/accounts/2-gmail.muttrc b/mutt/.config/mutt/accounts/2-gmail.muttrc new file mode 100644 index 0000000..d0b1c25 --- /dev/null +++ b/mutt/.config/mutt/accounts/2-gmail.muttrc @@ -0,0 +1,42 @@ +# vim: filetype=neomuttrc +# muttrc file for account gmail +set realname = "Ryan" +set from = "alrayyes@gmail.com" +set sendmail = "msmtp -a gmail" +alias me Ryan +set folder = "/home/alrayyes/.local/share/mail/gmail" +set header_cache = /home/alrayyes/.cache/mutt/gmail/headers +set message_cachedir = /home/alrayyes/.cache/mutt/gmail/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 "mailsync -V gmail" "run mbsync to sync gmail" +unmailboxes * + +set spoolfile = "+INBOX" +set record = "+Sent" +set postponed = "+Drafts" +set trash = "+Trash" +mailboxes =gmail ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" +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 gt "=Trash" "go to trash" # mw-autogenerated +macro index,pager Mt "=Trash" "move mail to trash" # mw-autogenerated +macro index,pager Ct "=Trash" "copy mail to trash" # mw-autogenerated +macro index,pager gS "=Spam" "go to spam" # mw-autogenerated +macro index,pager MS "=Spam" "move mail to spam" # mw-autogenerated +macro index,pager CS "=Spam" "copy mail to spam" # mw-autogenerated +macro index,pager ga "=Archive" "go to archive" # mw-autogenerated +macro index,pager Ma "=Archive" "move mail to archive" # mw-autogenerated +macro index,pager Ca "=Archive" "copy mail to archive" # mw-autogenerated diff --git a/mutt/.config/mutt/accounts/3-andthensome.muttrc b/mutt/.config/mutt/accounts/3-andthensome.muttrc new file mode 100644 index 0000000..1591b28 --- /dev/null +++ b/mutt/.config/mutt/accounts/3-andthensome.muttrc @@ -0,0 +1,42 @@ +# vim: filetype=neomuttrc +# muttrc file for account andthensome +set realname = "Ryan Kes" +set from = "ryan@andthensome.nl" +set sendmail = "msmtp -a andthensome" +alias me Ryan Kes +set folder = "/home/alrayyes/.local/share/mail/andthensome" +set header_cache = /home/alrayyes/.cache/mutt/andthensome/headers +set message_cachedir = /home/alrayyes/.cache/mutt/andthensome/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 "mailsync -V andthensome" "run mbsync to sync andthensome" +unmailboxes * + +set spoolfile = "+INBOX" +set record = "+Sent" +set postponed = "+Drafts" +set trash = "+Trash" +mailboxes =andthensome===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" +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 gt "=Trash" "go to trash" # mw-autogenerated +macro index,pager Mt "=Trash" "move mail to trash" # mw-autogenerated +macro index,pager Ct "=Trash" "copy mail to trash" # mw-autogenerated +macro index,pager gS "=Spam" "go to spam" # mw-autogenerated +macro index,pager MS "=Spam" "move mail to spam" # mw-autogenerated +macro index,pager CS "=Spam" "copy mail to spam" # mw-autogenerated +macro index,pager ga "=Archive" "go to archive" # mw-autogenerated +macro index,pager Ma "=Archive" "move mail to archive" # mw-autogenerated +macro index,pager Ca "=Archive" "copy mail to archive" # mw-autogenerated