Merge pull request #2845 from tmuehlbacher/fix-smart-refiling-doc

mu4e.texi: fix smart refiling example config
This commit is contained in:
Dirk-Jan C. Binnema
2025-04-25 18:07:12 +03:00
committed by GitHub

View File

@ -2895,9 +2895,8 @@ message. An example should clarify this:
(mu4e-message-field msg :subject))
"/football")
;; messages sent by me go to the sent folder
((mu4e-message-sent-by-me msg
(mu4e-personal-addresses))
mu4e-sent-folder)
((mu4e-message-sent-by-me msg)
mu4e-sent-folder)
;; everything else goes to /archive
;; important to have a catch-all at the end!
(t "/archive"))))