djcb / mu

maildir indexer/searcher + emacs mail client + guile bindings
http://www.djcbsoftware.nl/code/mu
GNU General Public License v3.0
1.61k stars 390 forks source link

[mu4e bug] Sent messages not stored. #2651

Closed jewelion closed 7 months ago

jewelion commented 7 months ago

Describe the bug When I reply to an email I expect the reply to be stored in folder given by mu4e-sent-folder. I also expect the replied to message to be updated as "replied to" and appear in the headers view as such.

This all worked before on 1.10

How to Reproduce

Message sent - recipient receives email. Sent Mail folder not updated. Replied to message appears not replied to.

Environment GNU Emacs 29.2 mu version 1.12.0

Whereas I use Doom, I have tested this on a vanilla non-doom config

Checklist

Please make sure you all items in the checklist are set/met before filing the ticket. Thank you!

djcb commented 7 months ago

Can't reproduce.

Might be something specific to your setup. Are you using some mail sync program (such as fetchmail / mbsync etc.)? If so, turn that off and see if that changes anything. Check the debug logs (setq mu4e-debug t mu4e-mu-debug t) etc. Thanks

jewelion commented 7 months ago

Thanks for the response. I have created a new user and set up mu4e afresh on a virgin Emacs and it all works fine. I guess this is where I shuffle off muttering quietly to myself :blush:

Thank you for all the work you do on this project - you are very much appreciated!