From 2464daa5c3f935589027aa73b4c481258fddd221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 7 May 2021 22:16:33 +0200 Subject: Mail tag first to rules then mailing list --- bin/tagmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tagmail b/bin/tagmail index d9b90b9..c3eae68 100755 --- a/bin/tagmail +++ b/bin/tagmail @@ -209,8 +209,8 @@ (with-nm-database (ffi-db (assq-ref options 'mail-repo) 1) (let ((new (not (option-ref options 'all #f)))) - (list-tag options ffi-db new) (display (colorize-string "[TAG rules]\n" 'BOLD 'YELLOW)) (notmuch-tag options ffi-db tag-rules new) + (list-tag options ffi-db new) (clear-inbox options ffi-db) (tag-spam options ffi-db "tag:inbox"))))) -- cgit v1.2.3