From 78e68d2991cea31608120a0900a3477d5c70797e Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 29 Sep 2025 16:51:10 +0200 Subject: up --- .config/mutt/accounts/1-gmx_rbo.muttrc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to '.config/mutt/accounts/1-gmx_rbo.muttrc') diff --git a/.config/mutt/accounts/1-gmx_rbo.muttrc b/.config/mutt/accounts/1-gmx_rbo.muttrc index 287edda..2c99094 100644 --- a/.config/mutt/accounts/1-gmx_rbo.muttrc +++ b/.config/mutt/accounts/1-gmx_rbo.muttrc @@ -21,12 +21,18 @@ bind pager G bottom macro index o "killall mbsync >/dev/null 2>&1; mbsync gmx_rbo" "run mbsync to sync rbo@gmx.us" unmailboxes * -mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Keep" +named-mailboxes \ + "󰶉 inbox" =INBOX \ + " sent" =Sent \ + "󱩽 draft" =Drafts \ + "󰳤 junk" =Spam \ + " trash" =Trash \ + " keep" =Keep 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" +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" @@ -34,11 +40,11 @@ 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" +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" +set trash = +Trash -- cgit v1.2.3