Boris Glavic

Results 6 issues of 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.

enhancement

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.

bug

`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...

bug

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)...

bug

`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`.

enhancement
help wanted

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...

enhancement
good first issue