Skip to content

Commit d75d2e9

Browse files
committed
docs: linkify urls
1 parent 96d0b0d commit d75d2e9

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

guide/reference.html

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3838,7 +3838,8 @@ <h3 class="title">
38383838
<br />Default:&#160;yes</p>
38393839
</div>
38403840
<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>
38423843
<p>Encrypted messages using protected headers often substitute the exposed Subject header with a dummy value (see
38433844
<a class="link" href="#crypt-protected-headers-subject" title="3.95.&#160;crypt_protected_headers_subject">$crypt_protected_headers_subject</a>). NeoMutt will update its concept of the correct subject
38443845
<span class="bold">
@@ -3915,7 +3916,8 @@ <h3 class="title">
39153916
<br />Default:&#160;yes</p>
39163917
</div>
39173918
<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
3920+
<a class="ulink" href="https://github.com/autocrypt/protected-headers" target="_top">https://github.com/autocrypt/protected-headers</a></p>
39193921
<p>Currently NeoMutt only supports the Subject header. (Crypto only)</p>
39203922
</div>
39213923
<div class="sect2">
@@ -4080,7 +4082,8 @@ <h3 class="title">
40804082
<p>Type:&#160;boolean
40814083
<br />Default:&#160;no</p>
40824084
</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:
4086+
<a class="ulink" href="http://www.g10code.de/docs/pka-intro.de.pdf" target="_top">http://www.g10code.de/docs/pka-intro.de.pdf</a></p>
40844087
</div>
40854088
<div class="sect2">
40864089
<div class="titlepage">
@@ -4309,7 +4312,8 @@ <h3 class="title">
43094312
</span>, NeoMutt will enable the
43104313
<span class="bold">
43114314
<strong>Security</strong>
4312-
</span>development features. See: https://github.com/neomutt/neomutt/discussions/4251</p>
4315+
</span>development features. See:
4316+
<a class="ulink" href="https://github.com/neomutt/neomutt/discussions/4251" target="_top">https://github.com/neomutt/neomutt/discussions/4251</a></p>
43134317
</div>
43144318
<div class="sect2">
43154319
<div class="titlepage">
@@ -6481,7 +6485,8 @@ <h3 class="title">
64816485
<p>When
64826486
<span class="emphasis">
64836487
<em>set</em>
6484-
</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
6489+
<a class="ulink" href="https://github.com/neomutt/neomutt/issues/1689" target="_top">https://github.com/neomutt/neomutt/issues/1689</a></p>
64856490
</div>
64866491
<div class="sect2">
64876492
<div class="titlepage">
@@ -7670,7 +7675,7 @@ <h3 class="title">
76707675
</tr>
76717676
<tr>
76727677
<td>%r</td>
7673-
<td>3 bytes of pseudo-random data encoded in Base64</td>
7678+
<td>3 bytes of pseudo-random data encoded in Base64Url</td>
76747679
</tr>
76757680
<tr>
76767681
<td>%S</td>
@@ -7686,11 +7691,13 @@ <h3 class="title">
76867691
</tr>
76877692
<tr>
76887693
<td>%z</td>
7689-
<td>4 byte timestamp + 8 bytes of pseudo-random data encoded in Base64</td>
7694+
<td>4 byte timestamp + 8 bytes of pseudo-random data encoded in Base64Url</td>
76907695
</tr>
76917696
</tbody>
76927697
</table>
76937698
</div>
7699+
<p>See also: Base64Url:
7700+
<a class="ulink" href="https://datatracker.ietf.org/doc/html/rfc4648#section-5" target="_top">https://datatracker.ietf.org/doc/html/rfc4648#section-5</a></p>
76947701
</div>
76957702
<div class="sect2">
76967703
<div class="titlepage">
@@ -9066,7 +9073,8 @@ <h3 class="title">
90669073
<code class="literal">gpg-agent</code>. Currently, the
90679074
<code class="literal">pinentry-tty</code> program (usually distributed with
90689075
<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>
9069-
<p>See also: https://github.com/neomutt/neomutt/issues/1014</p>
9076+
<p>See also:
9077+
<a class="ulink" href="https://github.com/neomutt/neomutt/issues/1014" target="_top">https://github.com/neomutt/neomutt/issues/1014</a></p>
90709078
</div>
90719079
<div class="sect2">
90729080
<div class="titlepage">
@@ -10440,7 +10448,8 @@ <h3 class="title">
1044010448
<br />Default:&#160;(empty)</p>
1044110449
</div>
1044210450
<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.&#160;External Address Queries">query</a>" (https://neomutt.org/guide/advancedusage.html#query) for more information.</p>
10451+
<a class="link" href="advancedusage.html#query" title="8.&#160;External Address Queries">query</a>":
10452+
<a class="ulink" href="https://neomutt.org/guide/advancedusage.html#query" target="_top">https://neomutt.org/guide/advancedusage.html#query</a></p>
1044410453
</div>
1044510454
<div class="sect2">
1044610455
<div class="titlepage">
@@ -13060,7 +13069,8 @@ <h3 class="title">
1306013069
<p>Note: When
1306113070
<a class="link" href="#use-threads" title="3.545.&#160;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
1306213071
<a class="link" href="#sort" title="3.491.&#160;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,
13073+
<a class="ulink" href="https://neomutt.org/feature/use-threads" target="_top">https://neomutt.org/feature/use-threads</a></p>
1306413074
</div>
1306513075
<div class="sect2">
1306613076
<div class="titlepage">
@@ -13101,7 +13111,8 @@ <h3 class="title">
1310113111
<a class="link" href="#use-threads" title="3.545.&#160;use_threads">$use_threads</a>, it is more common to use "last-" with
1310213112
<a class="link" href="#sort" title="3.491.&#160;sort">$sort</a> and not with
1310313113
<a class="link" href="#sort-aux" title="3.493.&#160;sort_aux">$sort_aux</a>.</p>
13104-
<p>See the "Use Threads Feature" section for further explanation and examples, https://neomutt.org/feature/use-threads</p>
13114+
<p>See the "Use Threads Feature" section for further explanation and examples,
13115+
<a class="ulink" href="https://neomutt.org/feature/use-threads" target="_top">https://neomutt.org/feature/use-threads</a></p>
1310513116
</div>
1310613117
<div class="sect2">
1310713118
<div class="titlepage">

0 commit comments

Comments
 (0)