Skip to content

Commit 67897aa

Browse files
committed
NeoMutt Guide 20250905-98-41dbc2
1 parent ba5f785 commit 67897aa

21 files changed

+904
-837
lines changed

β€Ž_feature/compress.htmlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3 class="title">
365365
</div>
366366
</div>
367367
<p>NeoMutt assumes that an empty file is not compressed. In this situation, unset
368-
<a class="link" href="/guide/reference.html#save-empty" title="3.413.&#160;save_empty">$save_empty</a>, so that the compressed file will be removed if you delete all of the messages.</p>
368+
<a class="link" href="/guide/reference.html#save-empty" title="3.414.&#160;save_empty">$save_empty</a>, so that the compressed file will be removed if you delete all of the messages.</p>
369369
</div>
370370
<div class="sect2">
371371
<div class="titlepage">
@@ -377,7 +377,7 @@ <h3 class="title">
377377
</div>
378378
</div>
379379
<p>Encrypted files are decrypted into temporary files which are stored in the
380-
<a class="link" href="/guide/reference.html#tmp-dir" title="3.522.&#160;tmp_dir">$tmp_dir</a> directory. This could be a security risk.</p>
380+
<a class="link" href="/guide/reference.html#tmp-dir" title="3.523.&#160;tmp_dir">$tmp_dir</a> directory. This could be a security risk.</p>
381381
</div>
382382
</div>
383383
<div class="sect1">
@@ -443,7 +443,7 @@ <h2 class="title" style="clear: both">
443443
</li>
444444
<li class="listitem">
445445
<p>
446-
<a class="link" href="/guide/reference.html#tmp-dir" title="3.522.&#160;tmp_dir">$tmp_dir</a>
446+
<a class="link" href="/guide/reference.html#tmp-dir" title="3.523.&#160;tmp_dir">$tmp_dir</a>
447447
</p>
448448
</li>
449449
<li class="listitem">
@@ -453,7 +453,7 @@ <h2 class="title" style="clear: both">
453453
</li>
454454
<li class="listitem">
455455
<p>
456-
<a class="link" href="/guide/reference.html#save-empty" title="3.413.&#160;save_empty">$save_empty</a>
456+
<a class="link" href="/guide/reference.html#save-empty" title="3.414.&#160;save_empty">$save_empty</a>
457457
</p>
458458
</li>
459459
<li class="listitem">

β€Ž_feature/encrypt-to-self.htmlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ <h2 class="title" style="clear: both">
4949
<p>Once you encrypt an email to someone you cannot read it. This is good for security, but bad for record-keeping. If you wanted to keep a copy of an encrypted email you could set
5050
<a class="link" href="/guide/reference.html#fcc-clear" title="3.131.&#160;fcc_clear">$fcc_clear</a>.</p>
5151
<p>A better option is to enable
52-
<a class="link" href="/guide/reference.html#smime-self-encrypt" title="3.472.&#160;smime_self_encrypt">$smime_self_encrypt</a>, then set
53-
<a class="link" href="/guide/reference.html#smime-default-key" title="3.461.&#160;smime_default_key">$smime_default_key</a> to your personal S/MIME key id.</p>
52+
<a class="link" href="/guide/reference.html#smime-self-encrypt" title="3.473.&#160;smime_self_encrypt">$smime_self_encrypt</a>, then set
53+
<a class="link" href="/guide/reference.html#smime-default-key" title="3.462.&#160;smime_default_key">$smime_default_key</a> to your personal S/MIME key id.</p>
5454
<pre class="screen">
5555
set smime_self_encrypt = yes
5656
set smime_default_key = bb345e23.0
5757
</pre>
5858
<p>Or, if you use PGP,
59-
<a class="link" href="/guide/reference.html#pgp-self-encrypt" title="3.342.&#160;pgp_self_encrypt">$pgp_self_encrypt</a>, then set
60-
<a class="link" href="/guide/reference.html#pgp-default-key" title="3.320.&#160;pgp_default_key">$pgp_default_key</a> to your personal PGP key id.</p>
59+
<a class="link" href="/guide/reference.html#pgp-self-encrypt" title="3.343.&#160;pgp_self_encrypt">$pgp_self_encrypt</a>, then set
60+
<a class="link" href="/guide/reference.html#pgp-default-key" title="3.321.&#160;pgp_default_key">$pgp_default_key</a> to your personal PGP key id.</p>
6161
<pre class="screen">
6262
set pgp_self_encrypt = yes
6363
set pgp_default_key = A4AF18C5582473BD35A1E9CE78BB3D480042198E
6464
</pre>
6565
<p>If you have different key for signing, then you can set
66-
<a class="link" href="/guide/reference.html#pgp-sign-as" title="3.345.&#160;pgp_sign_as">$pgp_sign_as</a> or
67-
<a class="link" href="/guide/reference.html#smime-sign-as" title="3.474.&#160;smime_sign_as">$smime_sign_as</a> respectively.</p>
66+
<a class="link" href="/guide/reference.html#pgp-sign-as" title="3.346.&#160;pgp_sign_as">$pgp_sign_as</a> or
67+
<a class="link" href="/guide/reference.html#smime-sign-as" title="3.475.&#160;smime_sign_as">$smime_sign_as</a> respectively.</p>
6868
</div>
6969
<div class="sect1">
7070
<div class="titlepage">

β€Ž_feature/fmemopen.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 class="title" style="clear: both">
6565
<p>The
6666
<span class="quote">β€œ<span class="quote">fmemopen</span>”</span> feature speeds up some searches.</p>
6767
<p>This feature changes a few places where NeoMutt creates temporary files. It replaces them with in-memory buffers. This should improve the performance when searching the header or body using the
68-
<a class="link" href="/guide/reference.html#thorough-search" title="3.517.&#160;thorough_search">$thorough_search</a> option.</p>
68+
<a class="link" href="/guide/reference.html#thorough-search" title="3.518.&#160;thorough_search">$thorough_search</a> option.</p>
6969
<p>There are no user-configurable parts.</p>
7070
<p>This feature depends on
7171
<code class="literal">open_memstream()</code> and

β€Ž_feature/forgotten-attachment.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="title" style="clear: both">
4848
</div>
4949
<p>The
5050
<span class="quote">β€œ<span class="quote">forgotten-attachment</span>”</span> feature provides a new setting for NeoMutt that alerts the user if the message body contains a certain keyword but there are no attachments added. This is meant to ensure that the user does not forget to attach a file after promising to do so in the mail. The attachment keyword will not be scanned in text matched by
51-
<a class="link" href="/guide/reference.html#quote-regex" title="3.388.&#160;quote_regex">$quote_regex</a>.</p>
51+
<a class="link" href="/guide/reference.html#quote-regex" title="3.389.&#160;quote_regex">$quote_regex</a>.</p>
5252
</div>
5353
<div class="sect1">
5454
<div class="titlepage">

β€Ž_feature/global-hooks.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2 class="title" style="clear: both">
190190
<ul class="itemizedlist" style="list-style-type: disc;">
191191
<li class="listitem">
192192
<p>
193-
<a class="link" href="/guide/reference.html#timeout" title="3.521.&#160;timeout">$timeout</a>
193+
<a class="link" href="/guide/reference.html#timeout" title="3.522.&#160;timeout">$timeout</a>
194194
</p>
195195
</li>
196196
</ul>

β€Ž_feature/multiple-fcc.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 class="title" style="clear: both">
8080
<ul class="itemizedlist" style="list-style-type: disc;">
8181
<li class="listitem">
8282
<p>
83-
<a class="link" href="/guide/reference.html#record" title="3.395.&#160;record">$record</a>
83+
<a class="link" href="/guide/reference.html#record" title="3.396.&#160;record">$record</a>
8484
</p>
8585
</li>
8686
<li class="listitem">

β€Ž_feature/nested-if.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2 class="title" style="clear: both">
189189
</li>
190190
<li class="listitem">
191191
<p>
192-
<a class="link" href="/guide/reference.html#status-format" title="3.512.&#160;status_format">$status_format</a>
192+
<a class="link" href="/guide/reference.html#status-format" title="3.513.&#160;status_format">$status_format</a>
193193
</p>
194194
</li>
195195
</ul>

β€Ž_feature/new-mail.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="title" style="clear: both">
4949
<p>This feature enables the new_mail_command setting, which can be used to execute a custom script (e.g. a notification handler) upon receiving a new mail.</p>
5050
<p>The command string can contain expandos, such as
5151
<code class="literal">%n</code> for the number of new messages. For a complete list, see:
52-
<a class="link" href="/guide/reference.html#status-format" title="3.512.&#160;status_format">$status_format</a>.</p>
52+
<a class="link" href="/guide/reference.html#status-format" title="3.513.&#160;status_format">$status_format</a>.</p>
5353
<div class="note">
5454
<h3 class="title">Note</h3>
5555
<p>When the notification is sent, the folder of the new mail is no longer known. This is a limitation of NeoMutt. The `%f` expando will show the open folder.</p>

β€Ž_feature/nntp.htmlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ <h2 class="title" style="clear: both">
5151
<p>The default news server can be obtained from the
5252
<code class="literal">$NNTPSERVER</code> environment variable or from the
5353
<code class="literal">/etc/nntpserver</code> file. Like in other news readers, information about the subscribed newsgroups is saved in the file specified by the
54-
<a class="link" href="/guide/reference.html#newsrc" title="3.271.&#160;newsrc">$newsrc</a> variable. You can open a newsgroup with the function
54+
<a class="link" href="/guide/reference.html#newsrc" title="3.272.&#160;newsrc">$newsrc</a> variable. You can open a newsgroup with the function
5555
<code class="literal">&lt;change-newsgroup&gt;</code></p>
5656
<p>When browsing the list of newsgroups on the server the function
5757
<code class="literal">&lt;subscribe&gt;</code> can be used to tell NeoMutt the groups of interest to you. This list is stored in the
58-
<a class="link" href="/guide/reference.html#newsrc" title="3.271.&#160;newsrc">$newsrc</a> file, so NeoMutt remembers it across invocations (see also
59-
<a class="link" href="/guide/reference.html#save-unsubscribed" title="3.416.&#160;save_unsubscribed">$save_unsubscribed</a>). With the
58+
<a class="link" href="/guide/reference.html#newsrc" title="3.272.&#160;newsrc">$newsrc</a> file, so NeoMutt remembers it across invocations (see also
59+
<a class="link" href="/guide/reference.html#save-unsubscribed" title="3.417.&#160;save_unsubscribed">$save_unsubscribed</a>). With the
6060
<code class="literal">&lt;unsubscribe&gt;</code> function a group can be deleted from that list. You can also specify the list of interesting groups with the
6161
<a class="link" href="/guide/configuration.html#mailboxes" title="16.&#160;Monitoring Incoming Mail">mailboxes</a> command in your config file.</p>
6262
<p>When checking for new messages, NeoMutt only polls the subscribed newsgroups.</p>
6363
<p>The variable
64-
<a class="link" href="/guide/reference.html#news-cache-dir" title="3.268.&#160;news_cache_dir">$news_cache_dir</a> can be used to point to a directory. NeoMutt will create a hierarchy of subdirectories named like the account and newsgroup the cache is for. The hierarchy is also used to store header cache if NeoMutt was compiled with
64+
<a class="link" href="/guide/reference.html#news-cache-dir" title="3.269.&#160;news_cache_dir">$news_cache_dir</a> can be used to point to a directory. NeoMutt will create a hierarchy of subdirectories named like the account and newsgroup the cache is for. The hierarchy is also used to store header cache if NeoMutt was compiled with
6565
<a class="link" href="/guide/optionalfeatures.html#header-caching" title="8.1.&#160;Header Caching">header cache</a> support.</p>
6666
</div>
6767
<div class="sect1">

β€Ž_feature/pager-read-delay-feature.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2 class="title" style="clear: both">
7272
</div>
7373
<p>The
7474
<span class="quote">β€œ<span class="quote">Pager Read Delay</span>”</span> feature adds one new config variable,
75-
<a class="link" href="/guide/reference.html#pager-read-delay" title="3.302.&#160;pager_read_delay">$pager_read_delay</a>, which is an integer for how many seconds the pager must remain on a given message before marking it as read. The variable defaults to 0 for the original behavior of marking a message as read the moment the pager visits it.</p>
75+
<a class="link" href="/guide/reference.html#pager-read-delay" title="3.303.&#160;pager_read_delay">$pager_read_delay</a>, which is an integer for how many seconds the pager must remain on a given message before marking it as read. The variable defaults to 0 for the original behavior of marking a message as read the moment the pager visits it.</p>
7676
</div>
7777
<div class="sect1">
7878
<div class="titlepage">
@@ -102,7 +102,7 @@ <h2 class="title" style="clear: both">
102102
</div>
103103
</div>
104104
<p>When
105-
<a class="link" href="/guide/reference.html#pager-index-lines" title="3.301.&#160;pager_index_lines">$pager_index_lines</a> is non-zero, the
105+
<a class="link" href="/guide/reference.html#pager-index-lines" title="3.302.&#160;pager_index_lines">$pager_index_lines</a> is non-zero, the
106106
<span class="quote">β€œ<span class="quote">N</span>”</span> status indicator from the
107107
<span class="quote">β€œ<span class="quote">%Z</span>”</span> expando of
108108
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a> does not actively reflect the current new/read status of the message.</p>

0 commit comments

Comments
Β (0)