You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _feature/compress.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ <h3 class="title">
365
365
</div>
366
366
</div>
367
367
<p>NeoMutt assumes that an empty file is not compressed. In this situation, unset
368
-
<aclass="link" href="/guide/reference.html#save-empty" title="3.414. save_empty">$save_empty</a>, so that the compressed file will be removed if you delete all of the messages.</p>
368
+
<aclass="link" href="/guide/reference.html#save-empty" title="3.418. save_empty">$save_empty</a>, so that the compressed file will be removed if you delete all of the messages.</p>
369
369
</div>
370
370
<divclass="sect2">
371
371
<divclass="titlepage">
@@ -377,7 +377,7 @@ <h3 class="title">
377
377
</div>
378
378
</div>
379
379
<p>Encrypted files are decrypted into temporary files which are stored in the
380
-
<aclass="link" href="/guide/reference.html#tmp-dir" title="3.523. tmp_dir">$tmp_dir</a> directory. This could be a security risk.</p>
380
+
<aclass="link" href="/guide/reference.html#tmp-dir" title="3.527. tmp_dir">$tmp_dir</a> directory. This could be a security risk.</p>
<spanclass="quote">“<spanclass="quote">Conditional Dates</span>”</span> feature allows you to construct
63
-
<aclass="link" href="/guide/reference.html#index-format" title="3.218. index_format">$index_format</a> expressions based on the age of the email.</p>
63
+
<aclass="link" href="/guide/reference.html#index-format" title="3.221. index_format">$index_format</a> expressions based on the age of the email.</p>
64
64
<p>NeoMutt's default
65
65
<codeclass="literal">$index_format</code> displays email dates in the form: abbreviated-month day-of-month –
<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
<aclass="link" href="/guide/reference.html#smime-self-encrypt" title="3.473. smime_self_encrypt">$smime_self_encrypt</a>, then set
53
-
<aclass="link" href="/guide/reference.html#smime-default-key" title="3.462. smime_default_key">$smime_default_key</a> to your personal S/MIME key id.</p>
52
+
<aclass="link" href="/guide/reference.html#smime-self-encrypt" title="3.477. smime_self_encrypt">$smime_self_encrypt</a>, then set
53
+
<aclass="link" href="/guide/reference.html#smime-default-key" title="3.466. smime_default_key">$smime_default_key</a> to your personal S/MIME key id.</p>
54
54
<preclass="screen">
55
55
set smime_self_encrypt = yes
56
56
set smime_default_key = bb345e23.0
57
57
</pre>
58
58
<p>Or, if you use PGP,
59
-
<aclass="link" href="/guide/reference.html#pgp-self-encrypt" title="3.343. pgp_self_encrypt">$pgp_self_encrypt</a>, then set
60
-
<aclass="link" href="/guide/reference.html#pgp-default-key" title="3.321. pgp_default_key">$pgp_default_key</a> to your personal PGP key id.</p>
59
+
<aclass="link" href="/guide/reference.html#pgp-self-encrypt" title="3.347. pgp_self_encrypt">$pgp_self_encrypt</a>, then set
60
+
<aclass="link" href="/guide/reference.html#pgp-default-key" title="3.325. pgp_default_key">$pgp_default_key</a> to your personal PGP key id.</p>
61
61
<preclass="screen">
62
62
set pgp_self_encrypt = yes
63
63
set pgp_default_key = A4AF18C5582473BD35A1E9CE78BB3D480042198E
64
64
</pre>
65
65
<p>If you have different key for signing, then you can set
66
-
<aclass="link" href="/guide/reference.html#pgp-sign-as" title="3.346. pgp_sign_as">$pgp_sign_as</a> or
<spanclass="quote">“<spanclass="quote">fmemopen</span>”</span> feature speeds up some searches.</p>
67
67
<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
<spanclass="quote">“<spanclass="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
<spanclass="quote">“<spanclass="quote">initials</span>”</span> feature adds an expando (%I) for an author's initials.</p>
51
51
<p>The index panel displays a list of emails. Its layout is controlled by the
52
-
<aclass="link" href="/guide/reference.html#index-format" title="3.218. 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
+
<aclass="link" href="/guide/reference.html#index-format" title="3.221. 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>
0 commit comments