Martin R. Albrecht

Results 159 comments of Martin R. Albrecht

Thanks and sorry for the delay, could you rebase and resubmit. I'll respond quicker this time, I promise!

Rebased and merged, thanks

I like this solution.

Agreed, this looks like a bug. I put it on the TODO list.

Is the consensus we should merge this or is there another way?

You're, of course, right, I should have done it with `emacs -Q`. Sorry about that. I've now reproduced it with: `emacs -Q -l mu4e-test.el` where `mu4e-test.el` is: ```emacs-lisp (package-initialize) (add-to-list...

FWIW, I just pulled both `emacs-29` and `mu`, deinstalled both, rebuilt and installed both, I'm getting the same behaviour still.

If I set `mu4e-sent-messages-behavior` to `trash` then the draft e-mail is correctly deleted after sending. Looking at `mu4e-draft.el` it seems the only difference between `trash` and `delete` (which I have...

I think I found it: ```diff --- /home/malb/Software/mu/mu4e/mu4e-draft.el 2024-06-23 17:35:01.105178434 +0100 +++ /home/malb/.emacs.d/local/mu4e/mu4e-draft.el 2024-08-13 09:37:08.569262414 +0100 @@ -461,10 +461,10 @@ ;; we end up with a ((buried) buffer here, visiting...