Skip to content

Commit ba05be7

Browse files
committed
docs: config fixes
1 parent bf48a4f commit ba05be7

26 files changed

+1574
-1519
lines changed

_feature/compress.html

Lines changed: 5 additions & 5 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.414.&#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.418.&#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.523.&#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.527.&#160;tmp_dir">$tmp_dir</a> directory. This could be a security risk.</p>
381381
</div>
382382
</div>
383383
<div class="sect1">
@@ -443,17 +443,17 @@ <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.523.&#160;tmp_dir">$tmp_dir</a>
446+
<a class="link" href="/guide/reference.html#tmp-dir" title="3.527.&#160;tmp_dir">$tmp_dir</a>
447447
</p>
448448
</li>
449449
<li class="listitem">
450450
<p>
451-
<a class="link" href="/guide/reference.html#mbox-type" title="3.239.&#160;mbox_type">$mbox_type</a>
451+
<a class="link" href="/guide/reference.html#mbox-type" title="3.243.&#160;mbox_type">$mbox_type</a>
452452
</p>
453453
</li>
454454
<li class="listitem">
455455
<p>
456-
<a class="link" href="/guide/reference.html#save-empty" title="3.414.&#160;save_empty">$save_empty</a>
456+
<a class="link" href="/guide/reference.html#save-empty" title="3.418.&#160;save_empty">$save_empty</a>
457457
</p>
458458
</li>
459459
<li class="listitem">

_feature/cond-date.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2 class="title" style="clear: both">
6060
</div>
6161
<p>The
6262
<span class="quote"><span class="quote">Conditional Dates</span></span> feature allows you to construct
63-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a> expressions based on the age of the email.</p>
63+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a> expressions based on the age of the email.</p>
6464
<p>NeoMutt's default
6565
<code class="literal">$index_format</code> displays email dates in the form: abbreviated-month day-of-month –
6666
<span class="quote"><span class="quote">Jan 14</span></span>.</p>
@@ -464,7 +464,7 @@ <h2 class="title" style="clear: both">
464464
<ul class="itemizedlist" style="list-style-type: disc;">
465465
<li class="listitem">
466466
<p>
467-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a>
467+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a>
468468
</p>
469469
</li>
470470
<li class="listitem">

_feature/encrypt-to-self.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ <h2 class="title" style="clear: both">
4747
</div>
4848
</div>
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
50-
<a class="link" href="/guide/reference.html#fcc-clear" title="3.131.&#160;fcc_clear">$fcc_clear</a>.</p>
50+
<a class="link" href="/guide/reference.html#fcc-clear" title="3.134.&#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.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>
52+
<a class="link" href="/guide/reference.html#smime-self-encrypt" title="3.477.&#160;smime_self_encrypt">$smime_self_encrypt</a>, then set
53+
<a class="link" href="/guide/reference.html#smime-default-key" title="3.466.&#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.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>
59+
<a class="link" href="/guide/reference.html#pgp-self-encrypt" title="3.347.&#160;pgp_self_encrypt">$pgp_self_encrypt</a>, then set
60+
<a class="link" href="/guide/reference.html#pgp-default-key" title="3.325.&#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.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>
66+
<a class="link" href="/guide/reference.html#pgp-sign-as" title="3.350.&#160;pgp_sign_as">$pgp_sign_as</a> or
67+
<a class="link" href="/guide/reference.html#smime-sign-as" title="3.479.&#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.518.&#160;thorough_search">$thorough_search</a> option.</p>
68+
<a class="link" href="/guide/reference.html#thorough-search" title="3.522.&#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.389.&#160;quote_regex">$quote_regex</a>.</p>
51+
<a class="link" href="/guide/reference.html#quote-regex" title="3.393.&#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.522.&#160;timeout">$timeout</a>
193+
<a class="link" href="/guide/reference.html#timeout" title="3.526.&#160;timeout">$timeout</a>
194194
</p>
195195
</li>
196196
</ul>

_feature/index-color.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h2 class="title" style="clear: both">
240240
</li>
241241
<li class="listitem">
242242
<p>
243-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a>
243+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a>
244244
</p>
245245
</li>
246246
<li class="listitem">

_feature/initials.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="title" style="clear: both">
4949
<p>The
5050
<span class="quote"><span class="quote">initials</span></span> feature adds an expando (%I) for an author's initials.</p>
5151
<p>The index panel displays a list of emails. Its layout is controlled by the
52-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a> variable. Using this expando saves space in the index panel. This can be useful if you are regularly working with a small set of people.</p>
52+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a> variable. Using this expando saves space in the index panel. This can be useful if you are regularly working with a small set of people.</p>
5353
</div>
5454
<div class="sect1">
5555
<div class="titlepage">
@@ -61,7 +61,7 @@ <h2 class="title" style="clear: both">
6161
</div>
6262
</div>
6363
<p>This feature has no config of its own. It adds an expando which can be used in the
64-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a> variable.</p>
64+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a> variable.</p>
6565
</div>
6666
<div class="sect1">
6767
<div class="titlepage">
@@ -112,7 +112,7 @@ <h2 class="title" style="clear: both">
112112
<ul class="itemizedlist" style="list-style-type: disc;">
113113
<li class="listitem">
114114
<p>
115-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a>
115+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a>
116116
</p>
117117
</li>
118118
<li class="listitem">

_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.396.&#160;record">$record</a>
83+
<a class="link" href="/guide/reference.html#record" title="3.400.&#160;record">$record</a>
8484
</p>
8585
</li>
8686
<li class="listitem">

_feature/nested-if.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ <h2 class="title" style="clear: both">
184184
</li>
185185
<li class="listitem">
186186
<p>
187-
<a class="link" href="/guide/reference.html#index-format" title="3.218.&#160;index_format">$index_format</a>
187+
<a class="link" href="/guide/reference.html#index-format" title="3.221.&#160;index_format">$index_format</a>
188188
</p>
189189
</li>
190190
<li class="listitem">
191191
<p>
192-
<a class="link" href="/guide/reference.html#status-format" title="3.513.&#160;status_format">$status_format</a>
192+
<a class="link" href="/guide/reference.html#status-format" title="3.517.&#160;status_format">$status_format</a>
193193
</p>
194194
</li>
195195
</ul>

0 commit comments

Comments
 (0)