diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-04-11 11:04:04 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-04-11 17:50:06 +0300 |
| commit | 4ba9c44a7d95f322b99e6dea32d68a92678c450c (patch) | |
| tree | 89a4479dd77ee3ea8a4ff84468b2a1cdd693f7ba /mu4e/mu4e.texi | |
| parent | e34c9a3458fa7e9d27527d19045ed5c286da8312 (diff) | |
mu4e-view: update field handling
Restrict fields in mu4e-view-fields. Make the defcustom a bit more
helpful by checking for valid fields.
Add :labels to default fields
Remove some unused code.
Diffstat (limited to 'mu4e/mu4e.texi')
| -rw-r--r-- | mu4e/mu4e.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 8ed9c0e..e0920a4 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -1416,6 +1416,9 @@ from the built-in fields, you can also create custom fields using end of a message,it automatically takes you to the next one. If you want to prevent this behavior, set @code{mu4e-view-scroll-to-next} to @code{nil}. +@item Since attachments are also shown in the message-body, you can suppress the @t{Attachments:} headder; +by customizing @code{gnus-mime-display-attachment-buttons-in-header} or tweak +the appearance through @code{gnus-mime-button-line-format} @end itemize @node MSGV Keybindings |
