Boris Glavic
Boris Glavic
We already have support for exporting emails as html or pdf. We could build on that to allow forwarding of emails as attachments.
mu4e actions on view fail on mu4e-views html view if they are supposed to open a different mu4e view
To reproduce call `mu4e-views-mu4e-view-action` and select, e.g., viewing email as pdf. Probably need to provide wrappers to either use `mu4e-versions` or make sure window setup works correctly.
`mu4e` does show numbers besides each URL in an email. The following two methods need to be adapted to use completing read instead, because selecting a URL by number when...
This effects all marking methods, e.g., marking for read. ```elisp (define-key km (kbd "!") #'mu4e-view-mark-for-read) (define-key km (kbd "%") #'mu4e-view-mark-pattern) (define-key km (kbd "&") #'mu4e-view-mark-custom) (define-key km (kbd "*") #'mu4e-view-mark-for-something)...
`mu4e-views` now supports filtering of tracking content from emails. However, the rules are quite naive. It would be good to improve these rules implemented in `mu4e-views-default-dom-filter`.
Currently, the user can only turn the injection of email information into the email's html document on or off and provide one chunk of CSS code that controls how the...