From 9452fc23cc1d5d15e6a0a98c515e713a70e508c1 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Fri, 6 Jun 2025 09:28:00 +0200 Subject: [PATCH] Supprime la notion de sender. --- .config/mutt/global.muttrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/mutt/global.muttrc b/.config/mutt/global.muttrc index b476e98..8123958 100644 --- a/.config/mutt/global.muttrc +++ b/.config/mutt/global.muttrc @@ -103,8 +103,6 @@ macro index \eh "$prefix/libexec/gpg-wks-client --receive | msmtp macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook" macro index \Cr "T~UN." "mark all messages as read" macro index L "sed -e /^From/d -e s/To:/From:/ | abook --add-email" "add the to: address to abook?" -macro index \Cl " grep 'From: ' | sed 's/From: //' >| /tmp/sender:set my_sender=\"`cat /tmp/sender`\"\n l~f \"$my_sender\"\n" "custom filter" -# :set my_sender=\"`cat /tmp/sender`\"\n l~f \"$my_sender\"\n" \ macro index O "~/.local/bin/mailsync &" "run mailsync to sync all mail" macro index \Cf "unset wait_keyprintf 'Enter a search term to find with notmuch: '; read x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"" "show only messages matching a notmuch pattern" macro index A "all\n" "show all messages (undo limit)"