Skip to content

Commit

Permalink
NeoMutt Guide 20241212
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Dec 12, 2024
1 parent 35d4016 commit a544946
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions _feature/compose-message-preview.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Compose Preview
description: Show a preview of the message in the compose dialog
description: Show a preview of the message in the Compose Dialog
since: 2024-11-25
status: devel
---
Expand All @@ -14,7 +14,7 @@ <h1 class="title">
</div>
<div>
<h3 class="subtitle">
<em>Show a preview of the message in the compose dialog</em>
<em>Show a preview of the message in the Compose Dialog</em>
</h3>
</div>
</div>
Expand Down Expand Up @@ -81,13 +81,13 @@ <h2 class="title" style="clear: both">
<tbody>
<tr>
<td>
<code class="literal">compose_show_preview</code>
<code class="literal">compose_preview_above_attachments</code>
</td>
<td>boolean</td>
<td>
<code class="literal">true</code>
<code class="literal">no</code>
</td>
<td>Enable or disable the message preview feature</td>
<td>Show the message preview above the attachments list.</td>
</tr>
<tr>
<td>
Expand All @@ -101,13 +101,13 @@ <h2 class="title" style="clear: both">
</tr>
<tr>
<td>
<code class="literal">compose_preview_above_attachments</code>
<code class="literal">compose_show_preview</code>
</td>
<td>boolean</td>
<td>
<code class="literal">false</code>
<code class="literal">no</code>
</td>
<td>Show the message preview above the attachments list.</td>
<td>Enable or disable the message preview feature</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -153,7 +153,7 @@ <h2 class="title" style="clear: both">
</td>
<td>show the next page of the message</td>
<td>
<code class="literal">&lt;pagedown&gt;</code>
<code class="literal">&lt;PageDown&gt;</code>
</td>
</tr>
<tr>
Expand All @@ -163,7 +163,7 @@ <h2 class="title" style="clear: both">
</td>
<td>show the previous page of the message</td>
<td>
<code class="literal">&lt;pageup&gt;</code>
<code class="literal">&lt;PageUp&gt;</code>
</td>
</tr>
</tbody>
Expand All @@ -188,7 +188,7 @@ <h2 class="title" style="clear: both">
<p>Pager displays simple text, no colour or attributes</p>
</li>
<li class="listitem">
<p>Text wrapping is not supported</p>
<p>Smart text wrapping is not supported</p>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3 class="author">
</div>
</div>
<div>
<p class="releaseinfo">version 2024-11-14</p>
<p class="releaseinfo">version 2024-12-12</p>
</div>
<div>
<div class="abstract">
Expand Down

0 comments on commit a544946

Please sign in to comment.