mu4e: add variable mu4e-view-auto-mark-as-read

When set to nil, do not attempt to mark messages as read when you open
them; this can be useful on read-only file systems.

Fixes issue #515.
This commit is contained in:
djcb
2015-12-27 14:30:02 +02:00
parent 29a44e4371
commit 825881feb3
3 changed files with 47 additions and 27 deletions

View File

@ -47,6 +47,10 @@
- add mu4e-view-toggle-html (keybinding: 'h') to toggle between
text and html display. The existing 'mu4e-view-toggle-hide-cited'
gets the new binding '#'.
- add a customization variable `mu4e-view-auto-mark-as-read'
(defaults to t); if set to nil, mu4e won't mark messages as read
when you open them. This can be useful on read-only file-systems,
since marking-as-read implies a file-move operation.
** 0.9.13