Skip to content

Commit 2525861

Browse files
committed
[AUTO] NeoMutt 20250905-70-gcfdde0
1 parent 169ccef commit 2525861

File tree

7,112 files changed

+106105
-104316
lines changed

Some content is hidden

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

7,112 files changed

+106105
-104316
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

accountcmd_8c.html

Lines changed: 4 additions & 4 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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>
@@ -452,8 +452,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#a249c4d0378883430f8af9cb8
452452
<div class="ttc" id="amemory_8h_html_a25875003b43b81a4302256caa4a13599"><div class="ttname"><a href="memory_8h.html#a25875003b43b81a4302256caa4a13599">FREE</a></div><div class="ttdeci">#define FREE(x)</div><div class="ttdef"><b>Definition</b> <a href="memory_8h_source.html#l00062">memory.h:62</a></div></div>
453453
<div class="ttc" id="amutt_2filter_8c_html_a22c6912b837b1114c3276c990e73dca3"><div class="ttname"><a href="mutt_2filter_8c.html#a22c6912b837b1114c3276c990e73dca3">filter_wait</a></div><div class="ttdeci">int filter_wait(pid_t pid)</div><div class="ttdoc">Wait for the exit of a process and return its status.</div><div class="ttdef"><b>Definition</b> <a href="mutt_2filter_8c_source.html#l00220">filter.c:220</a></div></div>
454454
<div class="ttc" id="amutt_2filter_8c_html_ad1ec6916f8ee2520af1711891f6b5302"><div class="ttname"><a href="mutt_2filter_8c.html#ad1ec6916f8ee2520af1711891f6b5302">filter_create</a></div><div class="ttdeci">pid_t filter_create(const char *cmd, FILE **fp_in, FILE **fp_out, FILE **fp_err, char **envlist)</div><div class="ttdoc">Set up filter program.</div><div class="ttdef"><b>Definition</b> <a href="mutt_2filter_8c_source.html#l00209">filter.c:209</a></div></div>
455-
<div class="ttc" id="astructNeoMutt_html"><div class="ttname"><a href="structNeoMutt.html">NeoMutt</a></div><div class="ttdoc">Container for Accounts, Notifications.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00042">neomutt.h:43</a></div></div>
456-
<div class="ttc" id="astructNeoMutt_html_a5410041863c473ba1f27b415c0a40482"><div class="ttname"><a href="structNeoMutt.html#a5410041863c473ba1f27b415c0a40482">NeoMutt::env</a></div><div class="ttdeci">char ** env</div><div class="ttdoc">Private copy of the environment variables.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00055">neomutt.h:55</a></div></div>
455+
<div class="ttc" id="astructNeoMutt_html"><div class="ttname"><a href="structNeoMutt.html">NeoMutt</a></div><div class="ttdoc">Container for Accounts, Notifications.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00041">neomutt.h:42</a></div></div>
456+
<div class="ttc" id="astructNeoMutt_html_a5410041863c473ba1f27b415c0a40482"><div class="ttname"><a href="structNeoMutt.html#a5410041863c473ba1f27b415c0a40482">NeoMutt::env</a></div><div class="ttdeci">char ** env</div><div class="ttdoc">Private copy of the environment variables.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00054">neomutt.h:54</a></div></div>
457457
</div><!-- fragment --><div id="dynsection-5" onclick="return dynsection.toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
458458
<img id="dynsection-5-trigger" src="closed.png" alt="+"/> Here is the call graph for this function:</div>
459459
<div id="dynsection-5-summary" class="dynsummary" style="display:block;">
@@ -530,7 +530,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#abca7863c6e3eaeb09d4d822f
530530
<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>
531531
<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>
532532
<div class="ttc" id="astructBuffer_html"><div class="ttname"><a href="structBuffer.html">Buffer</a></div><div class="ttdoc">String manipulation buffer.</div><div class="ttdef"><b>Definition</b> <a href="buffer_8h_source.html#l00035">buffer.h:36</a></div></div>
533-
<div class="ttc" id="astructNeoMutt_html_af98065e32243ce9331f93b7f30247d47"><div class="ttname"><a href="structNeoMutt.html#af98065e32243ce9331f93b7f30247d47">NeoMutt::sub</a></div><div class="ttdeci">struct ConfigSubset * sub</div><div class="ttdoc">Inherited config items.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00047">neomutt.h:47</a></div></div>
533+
<div class="ttc" id="astructNeoMutt_html_af98065e32243ce9331f93b7f30247d47"><div class="ttname"><a href="structNeoMutt.html#af98065e32243ce9331f93b7f30247d47">NeoMutt::sub</a></div><div class="ttdeci">struct ConfigSubset * sub</div><div class="ttdoc">Inherited config items.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00046">neomutt.h:46</a></div></div>
534534
</div><!-- fragment --><div id="dynsection-7" onclick="return dynsection.toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
535535
<img id="dynsection-7-trigger" src="closed.png" alt="+"/> Here is the call graph for this function:</div>
536536
<div id="dynsection-7-summary" class="dynsummary" style="display:block;">

accountcmd_8c_source.html

Lines changed: 4 additions & 4 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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>
@@ -299,9 +299,9 @@
299299
<div class="ttc" id="astructConnAccount_html_aa440323ef3111e1faaf33f6a57103a3a"><div class="ttname"><a href="structConnAccount.html#aa440323ef3111e1faaf33f6a57103a3a">ConnAccount::host</a></div><div class="ttdeci">char host[128]</div><div class="ttdoc">Server to login to.</div><div class="ttdef"><b>Definition</b> <a href="connaccount_8h_source.html#l00054">connaccount.h:54</a></div></div>
300300
<div class="ttc" id="astructConnAccount_html_aefc6c0b647de43e60472000102a0e208"><div class="ttname"><a href="structConnAccount.html#aefc6c0b647de43e60472000102a0e208">ConnAccount::type</a></div><div class="ttdeci">unsigned char type</div><div class="ttdoc">Connection type, e.g. MUTT_ACCT_TYPE_IMAP.</div><div class="ttdef"><b>Definition</b> <a href="connaccount_8h_source.html#l00059">connaccount.h:59</a></div></div>
301301
<div class="ttc" id="astructConnAccount_html_af674ed2969fc29ff7d99f8b4cff6c92b"><div class="ttname"><a href="structConnAccount.html#af674ed2969fc29ff7d99f8b4cff6c92b">ConnAccount::flags</a></div><div class="ttdeci">MuttAccountFlags flags</div><div class="ttdoc">Which fields are initialised, e.g. MUTT_ACCT_USER.</div><div class="ttdef"><b>Definition</b> <a href="connaccount_8h_source.html#l00060">connaccount.h:60</a></div></div>
302-
<div class="ttc" id="astructNeoMutt_html"><div class="ttname"><a href="structNeoMutt.html">NeoMutt</a></div><div class="ttdoc">Container for Accounts, Notifications.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00042">neomutt.h:43</a></div></div>
303-
<div class="ttc" id="astructNeoMutt_html_a5410041863c473ba1f27b415c0a40482"><div class="ttname"><a href="structNeoMutt.html#a5410041863c473ba1f27b415c0a40482">NeoMutt::env</a></div><div class="ttdeci">char ** env</div><div class="ttdoc">Private copy of the environment variables.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00055">neomutt.h:55</a></div></div>
304-
<div class="ttc" id="astructNeoMutt_html_af98065e32243ce9331f93b7f30247d47"><div class="ttname"><a href="structNeoMutt.html#af98065e32243ce9331f93b7f30247d47">NeoMutt::sub</a></div><div class="ttdeci">struct ConfigSubset * sub</div><div class="ttdoc">Inherited config items.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00047">neomutt.h:47</a></div></div>
302+
<div class="ttc" id="astructNeoMutt_html"><div class="ttname"><a href="structNeoMutt.html">NeoMutt</a></div><div class="ttdoc">Container for Accounts, Notifications.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00041">neomutt.h:42</a></div></div>
303+
<div class="ttc" id="astructNeoMutt_html_a5410041863c473ba1f27b415c0a40482"><div class="ttname"><a href="structNeoMutt.html#a5410041863c473ba1f27b415c0a40482">NeoMutt::env</a></div><div class="ttdeci">char ** env</div><div class="ttdoc">Private copy of the environment variables.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00054">neomutt.h:54</a></div></div>
304+
<div class="ttc" id="astructNeoMutt_html_af98065e32243ce9331f93b7f30247d47"><div class="ttname"><a href="structNeoMutt.html#af98065e32243ce9331f93b7f30247d47">NeoMutt::sub</a></div><div class="ttdeci">struct ConfigSubset * sub</div><div class="ttdoc">Inherited config items.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00046">neomutt.h:46</a></div></div>
305305
</div><!-- fragment --></div><!-- contents -->
306306
</div><!-- doc-content -->
307307
<!-- HTML footer for doxygen 1.13.2-->

accountcmd_8h.html

Lines changed: 3 additions & 3 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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>
@@ -213,8 +213,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#abca7863c6e3eaeb09d4d822f
213213
<div class="ttc" id="astructConnAccount_html_aa440323ef3111e1faaf33f6a57103a3a"><div class="ttname"><a href="structConnAccount.html#aa440323ef3111e1faaf33f6a57103a3a">ConnAccount::host</a></div><div class="ttdeci">char host[128]</div><div class="ttdoc">Server to login to.</div><div class="ttdef"><b>Definition</b> <a href="connaccount_8h_source.html#l00054">connaccount.h:54</a></div></div>
214214
<div class="ttc" id="astructConnAccount_html_aefc6c0b647de43e60472000102a0e208"><div class="ttname"><a href="structConnAccount.html#aefc6c0b647de43e60472000102a0e208">ConnAccount::type</a></div><div class="ttdeci">unsigned char type</div><div class="ttdoc">Connection type, e.g. MUTT_ACCT_TYPE_IMAP.</div><div class="ttdef"><b>Definition</b> <a href="connaccount_8h_source.html#l00059">connaccount.h:59</a></div></div>
215215
<div class="ttc" id="astructConnAccount_html_af674ed2969fc29ff7d99f8b4cff6c92b"><div class="ttname"><a href="structConnAccount.html#af674ed2969fc29ff7d99f8b4cff6c92b">ConnAccount::flags</a></div><div class="ttdeci">MuttAccountFlags flags</div><div class="ttdoc">Which fields are initialised, e.g. MUTT_ACCT_USER.</div><div class="ttdef"><b>Definition</b> <a href="connaccount_8h_source.html#l00060">connaccount.h:60</a></div></div>
216-
<div class="ttc" id="astructNeoMutt_html"><div class="ttname"><a href="structNeoMutt.html">NeoMutt</a></div><div class="ttdoc">Container for Accounts, Notifications.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00042">neomutt.h:43</a></div></div>
217-
<div class="ttc" id="astructNeoMutt_html_af98065e32243ce9331f93b7f30247d47"><div class="ttname"><a href="structNeoMutt.html#af98065e32243ce9331f93b7f30247d47">NeoMutt::sub</a></div><div class="ttdeci">struct ConfigSubset * sub</div><div class="ttdoc">Inherited config items.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00047">neomutt.h:47</a></div></div>
216+
<div class="ttc" id="astructNeoMutt_html"><div class="ttname"><a href="structNeoMutt.html">NeoMutt</a></div><div class="ttdoc">Container for Accounts, Notifications.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00041">neomutt.h:42</a></div></div>
217+
<div class="ttc" id="astructNeoMutt_html_af98065e32243ce9331f93b7f30247d47"><div class="ttname"><a href="structNeoMutt.html#af98065e32243ce9331f93b7f30247d47">NeoMutt::sub</a></div><div class="ttdeci">struct ConfigSubset * sub</div><div class="ttdoc">Inherited config items.</div><div class="ttdef"><b>Definition</b> <a href="neomutt_8h_source.html#l00046">neomutt.h:46</a></div></div>
218218
</div><!-- fragment --><div id="dynsection-2" onclick="return dynsection.toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
219219
<img id="dynsection-2-trigger" src="closed.png" alt="+"/> Here is the call graph for this function:</div>
220220
<div id="dynsection-2-summary" class="dynsummary" style="display:block;">

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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

address_2address_8c.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-55-g97fc89</span>
34+
&#160;<span id="projectnumber">2025-09-05-70-gcfdde0</span>
3535
</div>
3636
<div id="projectbrief">Teaching an old dog new tricks</div>
3737
</a>

0 commit comments

Comments
 (0)