This feature is still under development

Compose Message Preview Feature

Show a preview of the message in the Compose Dialog

1. Support

Since: NeoMutt 2024-12-12

Dependencies: None

2. Introduction

NeoMutt shows you a preview of the message you are about to send in the compose dialog.

3. Variables

Table 10.1. Message Preview Variables

Name Type Default Description
compose_preview_above_attachments boolean no Show the message preview above the attachments list.
compose_preview_min_rows number 5 Hide the preview if it has fewer than this number of rows
compose_show_preview boolean no Enable or disable the message preview feature

4. Functions

The message preview is controller by the following functions.

Table 10.2. Message Preview Functions

Menus Function Description Default
compose <preview-page-down> show the next page of the message <PageDown>
compose <preview-page-up> show the previous page of the message <PageUp>

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

6. Credits

Dennis Schön

Search by Algolia