From 615b5c376c2579d4b109d6abc1310eac56c1181e Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Fri, 13 Sep 2019 15:09:48 +0200 Subject: [PATCH] Delete 4-mailmartenkante.muttrc --- .../mutt/accounts/4-mailmartenkante.muttrc | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 .config/mutt/accounts/4-mailmartenkante.muttrc diff --git a/.config/mutt/accounts/4-mailmartenkante.muttrc b/.config/mutt/accounts/4-mailmartenkante.muttrc deleted file mode 100644 index 6321fc9..0000000 --- a/.config/mutt/accounts/4-mailmartenkante.muttrc +++ /dev/null @@ -1,39 +0,0 @@ -# vim: filetype=neomuttrc -# muttrc file for account mailmartenkante -set realname = "Marten Kante" -set from = "mail@martenkante.de" -set sendmail = "msmtp -a mailmartenkante" -alias me Marten Kante -set folder = "/home/tiynger/.local/share/mail/mailmartenkante" -set header_cache = /home/tiynger/.cache/mutt-wizard/mailmartenkante/headers -set message_cachedir = /home/tiynger/.cache/mutt-wizard/mailmartenkante/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 mailmartenkante" "run mbsync to sync mailmartenkante" -unmailboxes * - -set spoolfile = "+INBOX" -set record = "+Sent" -set postponed = "+Drafts" -set trash = "+Trash" -mailboxes =mailmartenkante ===================== "=INBOX" "=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 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 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