From ede0d11c52023e194e51a04cb57c016db824d33d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 23 May 2025 21:41:00 +0100 Subject: [PATCH] mutt: add missing mailboxes (tickets, dmarc) --- mutt/accounts/mailfence | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/mutt/accounts/mailfence b/mutt/accounts/mailfence index 620ea28..824d907 100644 --- a/mutt/accounts/mailfence +++ b/mutt/accounts/mailfence @@ -17,16 +17,17 @@ set query_command = "khard email --parsable '%s'" macro index,pager a "khard add-email" "add the sender address to khard" mailboxes +mailfence/inbox -mailboxes +mailfence/sent mailboxes +mailfence/important -mailboxes +mailfence/youtube +mailboxes +mailfence/tickets +mailboxes +mailfence/dmarc mailboxes +mailfence/archive mailboxes +mailfence/drafts +mailboxes +mailfence/sent mailboxes +mailfence/spam mailboxes +mailfence/trash -macro index,pager gi "+mailfence/inbox" "go to inbox" -macro index,pager gI "+mailfence/important" "go to important" -macro index,pager gy "+mailfence/youtube" "go to youtube" -macro index,pager ga "+mailfence/archive" "go to archive" -macro index,pager gs "+mailfence/spam" "go to spam" +macro index,pager gi "+mailfence/inbox" "go to inbox" +macro index,pager gI "+mailfence/important" "go to important" +macro index,pager gt "+mailfence/tickets" "go to tickets" +macro index,pager ga "+mailfence/archive" "go to archive" +macro index,pager gs "+mailfence/spam" "go to spam" -- 2.50.1