# Bindings # actions bind editor delete-char bind browser ^ check-new bind browser y exit bind index,pager M recall-message bind index,pager y next-unread-mailbox bind index,pager C decrypt-copy bind index,pager s decrypt-save bind index,pager \CP sidebar-prev bind index,pager \CN sidebar-next bind index,pager \CO sidebar-open bind index z current-middle # navigation macro browser h "1" "sélectionner le répertoire parent" bind browser l select-entry # macros macro generic,pager "less /usr/local/share/doc/mutt/manual.txt" "afficher la documentation" macro generic,index,pager "toggle arrow_cursor" "activer ou désactiver le curseur fléché" macro index,pager "toggle sidebar_visible" "activer ou désactiver la barre de côté" macro index,pager b "toggle sidebar_visible" "activer ou désactiver la barre de côté" macro generic,index,pager BA "unmailboxes *mailboxes ! `~/conf/mutt/mailboxes --all`$" "charge toutes les boîtes" macro generic,index,pager BM "unmailboxes *mailboxes ! `~/conf/mutt/mailboxes`$" "charge les boîtes principales" macro generic,index,pager "source ~/conf/mutt/muttrc" "recharger la configuration" macro generic,index,pager $ "" "synchronise et rafraîchit les boîtes" macro index,pager I "!" "aller à la boîte principale" macro index,pager \'i "!" "aller à la boîte principale" macro index,pager \'a "=categories/amazon" "aller à la boîte « amazon »" macro index,pager \'b "=bots" "aller à la boîte « bots »" macro index,pager \'j "=Junk" "aller à la boîte « Junk »" macro index,pager \'t "=Trash" "aller à la boîte « Trash »" macro index G "fetchmail || true" "récupérer les messages" macro index,pager H "+ham" "marquer comme acceptable" macro index,pager ,h "+ham" "marquer comme acceptable" macro index,pager S "+spam" "marquer comme indésirable" macro index,pager ,s "+spam" "marquer comme indésirable" macro generic,index,pager R "sa-learn -L --showdots --mbox --ham ~/mail/ham && :>~/mail/ham; sa-learn -L --showdots --mbox --spam ~/mail/spam && :>~/mail/spam; sa-learn --sync" "apprendre des acceptables et des indésirables"