Skip to content

Commit b30e404

Browse files
committed
[AUTO] NeoMutt 20250905-53-g1e05a3
1 parent fc0296c commit b30e404

File tree

4,414 files changed

+101486
-101590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,414 files changed

+101486
-101590
lines changed

accountcmd_8c.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>
@@ -349,7 +349,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a58de8ac77a7405092bc0bfc2
349349
<div class="ttc" id="amutt_2message_8h_html_a479d658dfd60fe8d9709ec67a58b34ca"><div class="ttname"><a href="mutt_2message_8h.html#a479d658dfd60fe8d9709ec67a58b34ca">_</a></div><div class="ttdeci">#define _(a)</div><div class="ttdef"><b>Definition</b> <a href="mutt_2message_8h_source.html#l00028">message.h:28</a></div></div>
350350
<div class="ttc" id="amutt_2string_8c_html_a6b6a50296dd2a31863a43379ef4a343d"><div class="ttname"><a href="mutt_2string_8c.html#a6b6a50296dd2a31863a43379ef4a343d">mutt_str_equal</a></div><div class="ttdeci">bool mutt_str_equal(const char *a, const char *b)</div><div class="ttdoc">Compare two strings.</div><div class="ttdef"><b>Definition</b> <a href="mutt_2string_8c_source.html#l00660">string.c:660</a></div></div>
351351
<div class="ttc" id="amutt_2string_8c_html_ad20e00309de897a1e882fc7400335b83"><div class="ttname"><a href="mutt_2string_8c.html#ad20e00309de897a1e882fc7400335b83">mutt_str_copy</a></div><div class="ttdeci">size_t mutt_str_copy(char *dest, const char *src, size_t dsize)</div><div class="ttdoc">Copy a string into a buffer (guaranteeing NUL-termination)</div><div class="ttdef"><b>Definition</b> <a href="mutt_2string_8c_source.html#l00581">string.c:581</a></div></div>
352-
<div class="ttc" id="aprex_8c_html_a204aa135b8b80f39730506b82385612d"><div class="ttname"><a href="prex_8c.html#a204aa135b8b80f39730506b82385612d">mutt_prex_capture</a></div><div class="ttdeci">regmatch_t * mutt_prex_capture(enum Prex which, const char *str)</div><div class="ttdoc">Match a precompiled regex against a string.</div><div class="ttdef"><b>Definition</b> <a href="prex_8c_source.html#l00298">prex.c:298</a></div></div>
352+
<div class="ttc" id="aprex_8c_html_a204aa135b8b80f39730506b82385612d"><div class="ttname"><a href="prex_8c.html#a204aa135b8b80f39730506b82385612d">mutt_prex_capture</a></div><div class="ttdeci">regmatch_t * mutt_prex_capture(enum Prex which, const char *str)</div><div class="ttdoc">Match a precompiled regex against a string.</div><div class="ttdef"><b>Definition</b> <a href="prex_8c_source.html#l00297">prex.c:297</a></div></div>
353353
<div class="ttc" id="aprex_8h_html_a4bbe73518d5aa200e3129011cfe147ccae41eba830186d929c8d719ca6e587f52"><div class="ttname"><a href="prex_8h.html#a4bbe73518d5aa200e3129011cfe147ccae41eba830186d929c8d719ca6e587f52">PREX_ACCOUNT_CMD_MATCH_KEY</a></div><div class="ttdeci">@ PREX_ACCOUNT_CMD_MATCH_KEY</div><div class="ttdoc">[key]: value</div><div class="ttdef"><b>Definition</b> <a href="prex_8h_source.html#l00225">prex.h:225</a></div></div>
354354
<div class="ttc" id="aprex_8h_html_a4bbe73518d5aa200e3129011cfe147ccaec43ed86657231b42c369ae94c3871e6"><div class="ttname"><a href="prex_8h.html#a4bbe73518d5aa200e3129011cfe147ccaec43ed86657231b42c369ae94c3871e6">PREX_ACCOUNT_CMD_MATCH_VALUE</a></div><div class="ttdeci">@ PREX_ACCOUNT_CMD_MATCH_VALUE</div><div class="ttdoc">key: [value]</div><div class="ttdef"><b>Definition</b> <a href="prex_8h_source.html#l00226">prex.h:226</a></div></div>
355355
<div class="ttc" id="aprex_8h_html_a94868f2b3ee14f09fb7b9e236d752488a744884a9dd9de6c9365b3a2b427ee62f"><div class="ttname"><a href="prex_8h.html#a94868f2b3ee14f09fb7b9e236d752488a744884a9dd9de6c9365b3a2b427ee62f">PREX_ACCOUNT_CMD</a></div><div class="ttdeci">@ PREX_ACCOUNT_CMD</div><div class="ttdoc">key: value</div><div class="ttdef"><b>Definition</b> <a href="prex_8h_source.html#l00042">prex.h:42</a></div></div>

accountcmd_8c_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>
@@ -284,7 +284,7 @@
284284
<div class="ttc" id="amutt__account_8h_html_a406c8474bdbb9cc2a25882558a367c2fae964a93a5e000f65eb2957e89e3b4cd5"><div class="ttname"><a href="mutt__account_8h.html#a406c8474bdbb9cc2a25882558a367c2fae964a93a5e000f65eb2957e89e3b4cd5">MUTT_ACCT_TYPE_MAX</a></div><div class="ttdeci">@ MUTT_ACCT_TYPE_MAX</div><div class="ttdef"><b>Definition</b> <a href="mutt__account_8h_source.html#l00040">mutt_account.h:40</a></div></div>
285285
<div class="ttc" id="apool_8c_html_a41cba27c25d33cb6822789a2856093f2"><div class="ttname"><a href="pool_8c.html#a41cba27c25d33cb6822789a2856093f2">buf_pool_get</a></div><div class="ttdeci">struct Buffer * buf_pool_get(void)</div><div class="ttdoc">Get a Buffer from the pool.</div><div class="ttdef"><b>Definition</b> <a href="pool_8c_source.html#l00082">pool.c:82</a></div></div>
286286
<div class="ttc" id="apool_8c_html_a4cc6068279461cb8628219586dfa35a1"><div class="ttname"><a href="pool_8c.html#a4cc6068279461cb8628219586dfa35a1">buf_pool_release</a></div><div class="ttdeci">void buf_pool_release(struct Buffer **ptr)</div><div class="ttdoc">Return a Buffer to the pool.</div><div class="ttdef"><b>Definition</b> <a href="pool_8c_source.html#l00096">pool.c:96</a></div></div>
287-
<div class="ttc" id="aprex_8c_html_a204aa135b8b80f39730506b82385612d"><div class="ttname"><a href="prex_8c.html#a204aa135b8b80f39730506b82385612d">mutt_prex_capture</a></div><div class="ttdeci">regmatch_t * mutt_prex_capture(enum Prex which, const char *str)</div><div class="ttdoc">Match a precompiled regex against a string.</div><div class="ttdef"><b>Definition</b> <a href="prex_8c_source.html#l00298">prex.c:298</a></div></div>
287+
<div class="ttc" id="aprex_8c_html_a204aa135b8b80f39730506b82385612d"><div class="ttname"><a href="prex_8c.html#a204aa135b8b80f39730506b82385612d">mutt_prex_capture</a></div><div class="ttdeci">regmatch_t * mutt_prex_capture(enum Prex which, const char *str)</div><div class="ttdoc">Match a precompiled regex against a string.</div><div class="ttdef"><b>Definition</b> <a href="prex_8c_source.html#l00297">prex.c:297</a></div></div>
288288
<div class="ttc" id="aprex_8h_html_a4bbe73518d5aa200e3129011cfe147ccae41eba830186d929c8d719ca6e587f52"><div class="ttname"><a href="prex_8h.html#a4bbe73518d5aa200e3129011cfe147ccae41eba830186d929c8d719ca6e587f52">PREX_ACCOUNT_CMD_MATCH_KEY</a></div><div class="ttdeci">@ PREX_ACCOUNT_CMD_MATCH_KEY</div><div class="ttdoc">[key]: value</div><div class="ttdef"><b>Definition</b> <a href="prex_8h_source.html#l00225">prex.h:225</a></div></div>
289289
<div class="ttc" id="aprex_8h_html_a4bbe73518d5aa200e3129011cfe147ccaec43ed86657231b42c369ae94c3871e6"><div class="ttname"><a href="prex_8h.html#a4bbe73518d5aa200e3129011cfe147ccaec43ed86657231b42c369ae94c3871e6">PREX_ACCOUNT_CMD_MATCH_VALUE</a></div><div class="ttdeci">@ PREX_ACCOUNT_CMD_MATCH_VALUE</div><div class="ttdoc">key: [value]</div><div class="ttdef"><b>Definition</b> <a href="prex_8h_source.html#l00226">prex.h:226</a></div></div>
290290
<div class="ttc" id="aprex_8h_html_a94868f2b3ee14f09fb7b9e236d752488a744884a9dd9de6c9365b3a2b427ee62f"><div class="ttname"><a href="prex_8h.html#a94868f2b3ee14f09fb7b9e236d752488a744884a9dd9de6c9365b3a2b427ee62f">PREX_ACCOUNT_CMD</a></div><div class="ttdeci">@ PREX_ACCOUNT_CMD</div><div class="ttdoc">key: value</div><div class="ttdef"><b>Definition</b> <a href="prex_8h_source.html#l00042">prex.h:42</a></div></div>

accountcmd_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

accountcmd_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

addr_address.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

addr_config_type.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

addr_group.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

addr_idna.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<a style="color: black; text-decoration: none;" href="https://neomutt.org">
3333
<div id="projectname">NeoMutt
34-
&#160;<span id="projectnumber">2025-09-05-43-g177ed6</span>
34+
&#160;<span id="projectnumber">2025-09-05-53-g1e05a3</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

0 commit comments

Comments
 (0)