Dirk-Jan C. Binnema
Dirk-Jan C. Binnema
The headers view is quite complicated already, I think it would benefit from being split in a generic tree-view-like widget, and then the mu4e-specific logic. Perhaps something like https://github.com/kiwanami/emacs-ctable or...
mu used to have a little tool `msg2pdf` which did just that... but it stopped working with some update to webviewgtk, which we were using for that. For getting the...
Looks interesting, but ``` (new/mu4e-read-option "Choose an animal: " '(("Monkey" . monkey) ("Gnu" . gnu) ("xMoose" . moose))) ``` and ``` (mu4e-read-option "Choose an animal: " '(("Monkey" . monkey) ("Gnu"...
Perhaps this can be combined with https://github.com/djcb/mu/pull/750 ? There are some function to save attachments (both mu and mu4e) that might help. Typically, we try to put each attachment in...
Everything _should_ be there to do that, and we inherit quite a bit from `gnus` - There's `mu4e-compose-cite-function`, and you can changes various knobs here: https://gnus.org/manual/big-message.html#Insertion-Variables So what you'd need...
Oh, that's ancient code! The guile interface has been neglected a bit for the last few releases, have a vague plan for revamping it... but that will take a while....
Ha! So as per the (hopefully imminent) 1.8 release, the `guile/` code is _officially_ deprecated. However, I plan on adding something new, which takes better advantage of the rest of...
@Chris00 ^^ does this look okay?
It's possible to save multiple attachments with ivy -- `e TAB` , now select an attachment `C-j`, add a comma `,` and repeat. But not currently _all_ attachments at once.