diff options
-rwxr-xr-x | bin/tagmail | 2 |
1 files changed, 1 insertions, 1 deletions
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"))))) |