From 9cc3bda1db1f42c113448265f1400d29e24dfbe5 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 19 Aug 2022 11:50:39 +0200 Subject: mail changes --- .config/mutt/accounts/5-rbousset@secuserve.com.muttrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc b/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc index f1df17f..21f40ba 100644 --- a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc +++ b/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc @@ -17,7 +17,7 @@ bind index gg first-entry macro index o "killall mbsync >/dev/null 2>&1; mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc rbousset@secuserve.com" "run mbsync to sync rbousset@secuserve.com" unmailboxes * -mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=Calendrier" "=NEWS" +mailboxes "=INBOX" "=Sent" "=Drafts" "=Junk" "=Trash" "=NEWS" "=Calendrier" "=T&AOI-ches" "=Notes" macro index,pager gi "=INBOX" "go to inbox" macro index,pager Mi ";=INBOX" "move mail to inbox" @@ -31,6 +31,9 @@ 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 "=Junk" "go to junk" +macro index,pager MS ";=Junk" "move mail to junk" +macro index,pager CS ";=Junk" "copy mail to junk" 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" -- cgit v1.2.3