From 1808b2d6f059af5ed711bb29e2d23fb84ea92e10 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 15 Feb 2020 13:05:24 +0300 Subject: (neo)mutt configuration --- .config/mutt/accounts/1-metu.muttrc | 39 ++++++++++++++++++++++++++++++++++ .config/mutt/accounts/2-ceng.muttrc | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 .config/mutt/accounts/1-metu.muttrc create mode 100644 .config/mutt/accounts/2-ceng.muttrc (limited to '.config/mutt/accounts') diff --git a/.config/mutt/accounts/1-metu.muttrc b/.config/mutt/accounts/1-metu.muttrc new file mode 100644 index 0000000..3f17d05 --- /dev/null +++ b/.config/mutt/accounts/1-metu.muttrc @@ -0,0 +1,39 @@ +# vim: filetype=neomuttrc +# muttrc file for account metu +set realname = "Yigit Sever" +set from = "yigit.sever@metu.edu.tr" +set sendmail = "msmtp -a metu" +alias me Yigit Sever +set folder = "/home/yigit/.local/share/mail/metu" +set header_cache = /home/yigit/.cache/mutt-wizard/metu/headers +set message_cachedir = /home/yigit/.cache/mutt-wizard/metu/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 metu" "run mbsync to sync metu" +unmailboxes * + +set spoolfile = "+INBOX" +set record = "+sent-mail" +set postponed = "+drafts" +set trash = "+Trash" +mailboxes "=Trash" "=drafts" "=Archive" "=INBOX" "=sent-mail" +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-mail" "go to sent" # mw-autogenerated +macro index,pager Ms ";=sent-mail" "move mail to sent" # mw-autogenerated +macro index,pager Cs ";=sent-mail" "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 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/.config/mutt/accounts/2-ceng.muttrc b/.config/mutt/accounts/2-ceng.muttrc new file mode 100644 index 0000000..e5a1321 --- /dev/null +++ b/.config/mutt/accounts/2-ceng.muttrc @@ -0,0 +1,42 @@ +# vim: filetype=neomuttrc +# muttrc file for account ceng +set realname = "Yigit Sever" +set from = "yigit.sever@ceng.metu.edu.tr" +set sendmail = "msmtp -a ceng" +alias me Yigit Sever +set folder = "/home/yigit/.local/share/mail/ceng" +set header_cache = /home/yigit/.cache/mutt-wizard/ceng/headers +set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng/bodies +set mbox_type = Maildir + +set pgp_self_encrypt = yes +set pgp_default_key = "BA92244CBEE0980DE926C49F57428AA6F93E4FE8" + +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 ceng" "run mbsync to sync ceng" +unmailboxes * + +set spoolfile = "+INBOX" +set record = "+Sent" +set postponed = "+Drafts" +set trash = "+Trash" +mailboxes "=spam" "=Trash" "=Sent" "=INBOX" "=Drafts" +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 -- cgit v1.2.3-70-g09d2