From 727655a23d917e504e4c2f53b411d853676e7020 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 2 Jan 2023 10:13:02 +0100 Subject: update --- .config/mutt/accounts/1-main.muttrc | 44 ------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .config/mutt/accounts/1-main.muttrc (limited to '.config/mutt/accounts/1-main.muttrc') diff --git a/.config/mutt/accounts/1-main.muttrc b/.config/mutt/accounts/1-main.muttrc deleted file mode 100644 index aaa4977..0000000 --- a/.config/mutt/accounts/1-main.muttrc +++ /dev/null @@ -1,44 +0,0 @@ -# vim: filetype=neomuttrc -# muttrc file for account bousset.rudy@gmail.com -set realname = "Rudy Bousset" -set from = "rrbo@proton.me" -set sendmail = "msmtp --tls-certcheck=off -a main" -alias me Rudy Bousset -set folder = "$MAIL/main" -set header_cache = $XDG_RUNTIME_DIR/mutt/main/headers -set message_cachedir = $XDG_RUNTIME_DIR/mutt/main/bodies -set mbox_type = Maildir -set crypt_autosign = no -set signature = $XDG_CONFIG_HOME/mutt/sig/1-main - -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 -bind pager gg top -bind pager G bottom -macro index o "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc main" "run mbsync to sync rrbo@proton.me" -unmailboxes * - -mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" "=All Mail" "=Folders/Keep" "=Folders/Work" "=Folders/Tower" "=Folders/Circle" - -macro index,pager gi "=INBOX" "go to inbox" -macro index,pager Mi ";=INBOX" "move mail to inbox" -macro index,pager Ci ";=INBOX" "copy mail to inbox" -set spoolfile = "+INBOX" -macro index,pager gs "=Sent" "go to sent" -macro index,pager Ms ";=Sent" "move mail to sent" -macro index,pager Cs ";=Sent" "copy mail to sent" -set record = "" -macro index,pager gd "=Drafts" "go to drafts" -macro index,pager Md ";=Drafts" "move mail to drafts" -macro index,pager Cd ";=Drafts" "copy mail to drafts" -set postponed = "+Drafts" -macro index,pager gS "=Spam" "go to spam" -macro index,pager MS ";=Spam" "move mail to spam" -macro index,pager CS ";=Spam" "copy mail to spam" -macro index,pager gt "=Trash" "go to trash" -macro index,pager Mt ";=Trash" "move mail to trash" -macro index,pager Ct ";=Trash" "copy mail to trash" -set trash = "+Trash" -- cgit v1.2.3