Skip to content

Commit

Permalink
NeoMutt Guide 20241002-42-00bf20
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Nov 8, 2024
1 parent f46e8bb commit 8aad941
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guide/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ <h3 class="title">
<p>This command will remove a macro.</p>
<div class="cmdsynopsis">
<p>
<code class="command">macro</code>
<code class="command">unmacro</code>
<em class="replaceable">
<code>menu</code>
</em>[
Expand Down
35 changes: 35 additions & 0 deletions guide/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -16690,13 +16690,27 @@ <h3 class="title">
<td>&lt;Space&gt;</td>
<td>tag the current entry</td>
</tr>
<tr>
<td>
<code class="literal">&lt;tag-pattern&gt;</code>
</td>
<td>T</td>
<td>tag non-hidden messages matching a pattern</td>
</tr>
<tr>
<td>
<code class="literal">&lt;undelete-entry&gt;</code>
</td>
<td>u</td>
<td>undelete the current entry</td>
</tr>
<tr>
<td>
<code class="literal">&lt;untag-pattern&gt;</code>
</td>
<td>^T</td>
<td>untag non-hidden messages matching a pattern</td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -16788,6 +16802,27 @@ <h3 class="title">
<td>O</td>
<td>sort messages in reverse order</td>
</tr>
<tr>
<td>
<code class="literal">&lt;tag-entry&gt;</code>
</td>
<td>&lt;Space&gt;</td>
<td>tag the current entry</td>
</tr>
<tr>
<td>
<code class="literal">&lt;tag-pattern&gt;</code>
</td>
<td>T</td>
<td>tag non-hidden messages matching a pattern</td>
</tr>
<tr>
<td>
<code class="literal">&lt;untag-pattern&gt;</code>
</td>
<td>^T</td>
<td>untag non-hidden messages matching a pattern</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 8aad941

Please sign in to comment.