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 8f24f9d..0efc2d5 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" "=publications" "=teaching" "=teaching/X11I020" "=teaching/X11I040" "=forge" "=admin" "=login" +mailboxes "=Sent" "=Drafts" "=Trash" "=INBOX" "=thesis" "=publications" "=teaching" "=teaching/X11I020" "=teaching/X11I040" "=forge" "=velo" "=admin" "=login" set record = "+Sent" macro index,pager gs "=Sent" "go to sent" macro index,pager Ms ";=Sent" "move mail to sent" @@ -47,6 +47,9 @@ 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 gv "=velo" "go to velo" +macro index,pager Mv ";=velo" "move mail to velo" +macro index,pager Cv ";=velo" "copy mail to velo" 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"