mu4e: allow sorting by _first_ tag

Fixes #2611
This commit is contained in:
Dirk-Jan C. Binnema
2024-01-02 00:24:03 +02:00
parent 8edddae977
commit ad04f16b09
2 changed files with 8 additions and 5 deletions

View File

@ -2490,7 +2490,7 @@ As an example, suppose we would like to add a mark for tagging messages
'(tag
:char "g"
:prompt "gtag"
:ask-target (lambda () (read-string "What tag do you want to add?"))
:ask-target (lambda () (read-string "What tag do you want to add? "))
:action (lambda (docid msg target)
(mu4e-action-retag-message msg (concat "+" target)))))
@end lisp