I have the following setup which allows me to basically run through my 
messages with the "d" key moving everything to /trash which is not filed. 
My last remaining setup issue is to somehow make sure things refiled are 
also marked "read". 

Anyone know how to add a subsequent "mu4e-action-retag-message" and "+read" 
to this lisp?

(setq mu4e-refile-folder
      (lambda (msg)
(cond
 ;; message refiling
 ((or (mu4e-message-contact-field-matches msg :from "[email protected]")
      (mu4e-message-contact-field-matches msg :to "[email protected]"))
  "/examplefolder")
 ;; everything else goes to /trash
 (t "/trash"))))



-- 
You received this message because you are subscribed to the Google Groups 
"mu-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to