From 342d4973a30d48c38756bb03406cd75690ec10d8 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Thu, 3 Nov 2022 18:11:00 +0100 Subject: [PATCH] [mail] feat: add forge subfolder to univ-nantes --- .../neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc b/.config/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc index 2970bb4..8f24f9d 100644 --- a/.config/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc +++ b/.config/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc @@ -24,7 +24,7 @@ set signature="$XDG_CONFIG_HOME/neomutt/accounts/nantes.signature" unmacro index o macro index o "mailsync" "run mbsync to sync david.julien@univ-nantes.fr" -mailboxes "=Sent" "=Drafts" "=Trash" "=INBOX" "=thesis" "=admin" "=login" "=publications" "=teaching" "=teaching/X11I020" "=teaching/X11I040" +mailboxes "=Sent" "=Drafts" "=Trash" "=INBOX" "=thesis" "=publications" "=teaching" "=teaching/X11I020" "=teaching/X11I040" "=forge" "=admin" "=login" set record = "+Sent" macro index,pager gs "=Sent" "go to sent" macro index,pager Ms ";=Sent" "move mail to sent" @@ -44,6 +44,9 @@ set spoolfile = "+INBOX" macro index,pager gT "=thesis" "go to thesis" macro index,pager MT ";=thesis" "move mail to thesis" macro index,pager CT ";=thesis" "copy mail to thesis" +macro index,pager gf "=forge" "go to forge" +macro index,pager Mf ";=forge" "move mail to forge" +macro index,pager Cf ";=forge" "copy mail to forge" macro index,pager ga "=admin" "go to admin" macro index,pager Ma ";=admin" "move mail to admin" macro index,pager Ca ";=admin" "copy mail to admin"