From: Samir Benmendil Date: Sat, 27 May 2023 16:58:39 +0000 (+0100) Subject: mail: sync important emails X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2b7e0bfd237bd2808e5d906dfcb1f6f8de329725 mail: sync important emails --- diff --git a/mbsync/config b/mbsync/config index 8c671a2..6f705ab 100644 --- a/mbsync/config +++ b/mbsync/config @@ -42,6 +42,10 @@ Channel mailfence/bin Far :mailfence-remote:"Trash" Near :mailfence-local:"trash" +Channel mailfence/important +Far :mailfence-remote:important +Near :mailfence-local:important + Channel mailfence/archive Far :mailfence-remote: Near :mailfence-local: @@ -51,6 +55,7 @@ Group mailfence Channel mailfence/inbox Channel mailfence/drafts Channel mailfence/sent +Channel mailfence/important Channel mailfence/spam Channel mailfence/bin Channel mailfence/archive diff --git a/mutt/accounts/mailfence b/mutt/accounts/mailfence index 3bc608b..620ea28 100644 --- a/mutt/accounts/mailfence +++ b/mutt/accounts/mailfence @@ -18,6 +18,7 @@ macro index,pager a "khard add-email" "add the sender addr mailboxes +mailfence/inbox mailboxes +mailfence/sent +mailboxes +mailfence/important mailboxes +mailfence/youtube mailboxes +mailfence/archive mailboxes +mailfence/drafts @@ -25,6 +26,7 @@ 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"