Compose Preview π₯#
Support#
Since: NeoMutt 2024-12-12
Introduction#
NeoMutt shows you a preview of the message you are about to send in the compose dialog.
Variables#
Name |
Type |
Default |
Description |
|---|---|---|---|
|
boolean |
|
Show the message preview above the attachments list. |
|
number |
|
Hide the preview if it has fewer than this number of rows |
|
boolean |
|
Enable or disable the message preview feature |
Functions#
The message preview is controlled by the following functions.
Menus |
Function |
Description |
Default |
|---|---|---|---|
compose |
Show the next page of the message |
<PageDown> |
|
compose |
Show the previous page of the message |
<PageUp> |
π· Screenshot Needed
Subject: Compose dialog with message preview
Description: The NeoMutt compose dialog with $compose_show_preview enabled.
The screen shows the message header fields at the top, the attachment list, and the message body preview pane displaying a portion of the email text.
Show the default layout with the preview below the attachment list.
Highlights: The message preview pane integrated into the compose dialog, showing how the email body appears before sending.
The preview can be repositioned above attachments with $compose_preview_above_attachments, and scrolled with PageUp/PageDown.
Limitations#
This is a new feature and itβs still under development. If you find any problems, or youβd like to help improve it, please let us know.
Pager displays simple text, no colour or attributes
Smart text wrapping is not supported
Credits#
Dennis SchΓΆn