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: guide/reference.html
+22-11Lines changed: 22 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3838,7 +3838,8 @@ <h3 class="title">
3838
3838
<br />Default: yes</p>
3839
3839
</div>
3840
3840
<p>When set, NeoMutt will display protected headers ("Memory Hole") in the pager, When set, NeoMutt will display protected headers in the pager, and will update the index and header cache with revised headers.</p>
3841
-
<p>Protected headers are stored inside the encrypted or signed part of an email, to prevent disclosure or tampering. For more information see https://github.com/autocrypt/protected-headers Currently NeoMutt only supports the Subject header.</p>
3841
+
<p>Protected headers are stored inside the encrypted or signed part of an email, to prevent disclosure or tampering. For more information see
3842
+
<a class="ulink" href="https://github.com/autocrypt/protected-headers" target="_top">https://github.com/autocrypt/protected-headers</a> Currently NeoMutt only supports the Subject header.</p>
3842
3843
<p>Encrypted messages using protected headers often substitute the exposed Subject header with a dummy value (see
3843
3844
<a class="link" href="#crypt-protected-headers-subject" title="3.95. crypt_protected_headers_subject">$crypt_protected_headers_subject</a>). NeoMutt will update its concept of the correct subject
3844
3845
<span class="bold">
@@ -3915,7 +3916,8 @@ <h3 class="title">
3915
3916
<br />Default: yes</p>
3916
3917
</div>
3917
3918
<p>When set, NeoMutt will generate protected headers for signed and encrypted emails.</p>
3918
-
<p>Protected headers are stored inside the encrypted or signed part of an email, to prevent disclosure or tampering. For more information see https://github.com/autocrypt/protected-headers</p>
3919
+
<p>Protected headers are stored inside the encrypted or signed part of an email, to prevent disclosure or tampering. For more information see
<p>Currently NeoMutt only supports the Subject header. (Crypto only)</p>
3920
3922
</div>
3921
3923
<div class="sect2">
@@ -4080,7 +4082,8 @@ <h3 class="title">
4080
4082
<p>Type: boolean
4081
4083
<br />Default: no</p>
4082
4084
</div>
4083
-
<p>Controls whether NeoMutt uses PKA (see http://www.g10code.de/docs/pka-intro.de.pdf) during signature verification (only supported by the GPGME backend).</p>
4085
+
<p>Controls whether NeoMutt uses PKA during signature verification (only supported by the GPGME backend). See:
</span>, NeoMutt will use the IMAP ENABLE extension (RFC5161) to select CAPABILITIES. Some servers (notably Coremail System IMap Server) do not properly respond to ENABLE commands, which might cause NeoMutt to hang. If your connection seems to freeze at login, try unsetting this. See also https://github.com/neomutt/neomutt/issues/1689</p>
6488
+
</span>, NeoMutt will use the IMAP ENABLE extension (RFC5161) to select CAPABILITIES. Some servers (notably Coremail System IMap Server) do not properly respond to ENABLE commands, which might cause NeoMutt to hang. If your connection seems to freeze at login, try unsetting this. See also
<code class="literal">gpg-agent</code>. Currently, the
9067
9074
<code class="literal">pinentry-tty</code> program (usually distributed with
9068
9075
<code class="literal">gpg</code> ) isn't suitable for being invoked by NeoMutt. You are encouraged to use a different pinentry-program when running NeoMutt in order to avoid problems.</p>
<p>This specifies the command NeoMutt will use to make external address queries. The string may contain a "%s", which will be substituted with the query string the user types. NeoMutt will add quotes around the string substituted for "%s" automatically according to shell quoting rules, so you should avoid adding your own. If no "%s" is found in the string, NeoMutt will append the user's query to the end of the string. See "
10443
-
<a class="link" href="advancedusage.html#query" title="8. External Address Queries">query</a>" (https://neomutt.org/guide/advancedusage.html#query) for more information.</p>
<a class="link" href="#use-threads" title="3.545. use_threads">$use_threads</a> is "threads", the last thread sorts to the bottom; when it is "reversed", the last thread sorts to the top. The use of "reverse-" in
13062
13071
<a class="link" href="#sort" title="3.491. sort">$sort</a> swaps which end the last thread will sort to.</p>
13063
-
<p>See the "Use Threads Feature" section for further explanation and examples, https://neomutt.org/feature/use-threads</p>
13072
+
<p>See the "Use Threads Feature" section for further explanation and examples,
0 commit comments