commit 335bc6824a1e5c99f2d358a8cbe88791be2c12d9
parent 4bcf35440277b791a0b5f2529b24274d7017b134
Author: Anton Konyahin <me@konyahin.xyz>
Date: Fri, 9 May 2025 14:33:39 +0300
mutt: add move to spam button
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc
@@ -29,6 +29,7 @@ set index_format = "[%Z] %D %-15.15F %s"
# Ctrl + l for view all url from mail
macro pager \cl |urlview\n
macro index d "<enter><exit>s+Trash\n"
+macro index S "<enter><exit>s+Spam\n"
bind attach <return> view-mailcap
# disable confirmation
@@ -57,5 +58,5 @@ set postponed = "+Drafts"
mailboxes =INBOX \
=Sent \
=Drafts \
- =spam \
+ =Spam \
=Trash