From e04ab7841b7e9a72a910754bc289e44cd50f06f2 Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Wed, 17 Dec 2025 22:47:32 +0100 Subject: [PATCH] mutt: add \b >B for bounce,postmaster --- muttrc-lhote | 2 ++ 1 file changed, 2 insertions(+) diff --git a/muttrc-lhote b/muttrc-lhote index e2a24af..157d9ab 100644 --- a/muttrc-lhote +++ b/muttrc-lhote @@ -101,6 +101,8 @@ macro index >S =SPAM 'save to SPAM' # filtres to new/old/flag messages macro index ,a "~A" "Voir: all" +macro index ,b "~C bounce@dalembert|~t postmaster|~t root@|~t fail2ban-web@" "Voir: root/postmaster" +macro index >B =postmaster 'save to postmaster' macro index ,n "(~N|~O|~F)" "Voir: new/flag" macro index ,m "(~N|~O)(~p|~P|~C info@)|~C printers@|~C proxmox@|~s 'monit alert'|~s SMART|~F" "Voir: new+from/to me" macro index ,M "(~p|~P|~C info@|~C printers@)|~C proxmox@|~s 'monit alert'|~s SMART|~F" "Voir: from/to me"