From 2226225272606ce4c806586fa1408cc961b38cf5 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 10 Aug 2022 09:45:43 +0200 Subject: Added support secuserve account --- .../mutt/accounts/6-support@secuserve.com.muttrc | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/mutt/accounts/6-support@secuserve.com.muttrc (limited to '.config/mutt/accounts/6-support@secuserve.com.muttrc') diff --git a/.config/mutt/accounts/6-support@secuserve.com.muttrc b/.config/mutt/accounts/6-support@secuserve.com.muttrc new file mode 100644 index 0000000..bdc193d --- /dev/null +++ b/.config/mutt/accounts/6-support@secuserve.com.muttrc @@ -0,0 +1,39 @@ +# vim: filetype=neomuttrc +# muttrc file for account support@secuserve.com +set realname = "Support SecuServe" +set from = "support@secuserve.com" +set sendmail = "msmtp -a support@secuserve.com" +alias me Support SecuServe +set folder = "/home/jozan/.local/share/mail/support@secuserve.com" +set header_cache = /home/jozan/.cache/mutt-wizard/support@secuserve.com/headers +set message_cachedir = /home/jozan/.cache/mutt-wizard/support@secuserve.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 "mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc support@secuserve.com" "run mbsync to sync support@secuserve.com" +unmailboxes * + +mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=NEWS" +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 +set spoolfile = "+INBOX" # mw-autogenerated +set postponed = "+Drafts" # 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 +set record = "+Sent" # 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 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 gn "=NEWS" "go to sent" # mw-autogenerated +macro index,pager Mn ";=NEWS" "move mail to sent" # mw-autogenerated +macro index,pager Cn ";=NEWS" "copy mail to sent" # mw-autogenerated +set trash = "+Trash" # mw-autogenerated -- cgit v1.2.3