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
+4-4Lines changed: 4 additions & 4 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.413. 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.414. 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.522. tmp_dir">$tmp_dir</a> directory. This could be a security risk.</p>
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>
<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.472. smime_self_encrypt">$smime_self_encrypt</a>, then set
53
-
<aclass="link" href="/guide/reference.html#smime-default-key" title="3.461. 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.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>
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.342. pgp_self_encrypt">$pgp_self_encrypt</a>, then set
60
-
<aclass="link" href="/guide/reference.html#pgp-default-key" title="3.320. 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.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>
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.345. 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
<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>
50
50
<p>The command string can contain expandos, such as
51
51
<codeclass="literal">%n</code> for the number of new messages. For a complete list, see:
<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>
<p>The default news server can be obtained from the
52
52
<codeclass="literal">$NNTPSERVER</code> environment variable or from the
53
53
<codeclass="literal">/etc/nntpserver</code> file. Like in other news readers, information about the subscribed newsgroups is saved in the file specified by the
54
-
<aclass="link" href="/guide/reference.html#newsrc" title="3.271. newsrc">$newsrc</a> variable. You can open a newsgroup with the function
54
+
<aclass="link" href="/guide/reference.html#newsrc" title="3.272. newsrc">$newsrc</a> variable. You can open a newsgroup with the function
<p>When browsing the list of newsgroups on the server the function
57
57
<codeclass="literal"><subscribe></code> can be used to tell NeoMutt the groups of interest to you. This list is stored in the
58
-
<aclass="link" href="/guide/reference.html#newsrc" title="3.271. newsrc">$newsrc</a> file, so NeoMutt remembers it across invocations (see also
59
-
<aclass="link" href="/guide/reference.html#save-unsubscribed" title="3.416. save_unsubscribed">$save_unsubscribed</a>). With the
58
+
<aclass="link" href="/guide/reference.html#newsrc" title="3.272. newsrc">$newsrc</a> file, so NeoMutt remembers it across invocations (see also
59
+
<aclass="link" href="/guide/reference.html#save-unsubscribed" title="3.417. save_unsubscribed">$save_unsubscribed</a>). With the
60
60
<codeclass="literal"><unsubscribe></code> function a group can be deleted from that list. You can also specify the list of interesting groups with the
61
61
<aclass="link" href="/guide/configuration.html#mailboxes" title="16. Monitoring Incoming Mail">mailboxes</a> command in your config file.</p>
62
62
<p>When checking for new messages, NeoMutt only polls the subscribed newsgroups.</p>
63
63
<p>The variable
64
-
<aclass="link" href="/guide/reference.html#news-cache-dir" title="3.268. 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
+
<aclass="link" href="/guide/reference.html#news-cache-dir" title="3.269. 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
<spanclass="quote">β<spanclass="quote">Pager Read Delay</span>β</span> feature adds one new config variable,
75
-
<aclass="link" href="/guide/reference.html#pager-read-delay" title="3.302. 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
+
<aclass="link" href="/guide/reference.html#pager-read-delay" title="3.303. 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>
<aclass="link" href="/guide/reference.html#pager-index-lines" title="3.301. pager_index_lines">$pager_index_lines</a> is non-zero, the
105
+
<aclass="link" href="/guide/reference.html#pager-index-lines" title="3.302. pager_index_lines">$pager_index_lines</a> is non-zero, the
106
106
<spanclass="quote">β<spanclass="quote">N</span>β</span> status indicator from the
107
107
<spanclass="quote">β<spanclass="quote">%Z</span>β</span> expando of
108
108
<aclass="link" href="/guide/reference.html#index-format" title="3.218. index_format">$index_format</a> does not actively reflect the current new/read status of the message.</p>
0 commit comments