Skip to content

Commit c46533c

Browse files
committed
neomutt: deprecations
1 parent 8acd435 commit c46533c

File tree

4 files changed

+15
-102
lines changed

4 files changed

+15
-102
lines changed

_feature/notmuch.html

Lines changed: 7 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3 class="title">
109109
<code class="literal">$folder</code> is used, for example:</p>
110110
<pre class="screen">
111111
set nm_default_url = "notmuch:///home/foo/maildir"
112-
virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
112+
named-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
113113
</pre>
114114
</div>
115115
<div class="sect2">
@@ -362,17 +362,6 @@ <h2 class="title" style="clear: both">
362362
</td>
363363
<td>&#160;</td>
364364
</tr>
365-
<tr>
366-
<td>
367-
<code class="literal">virtual_spool_file</code>
368-
</td>
369-
<td>boolean</td>
370-
<td>
371-
<code class="literal">no</code>
372-
</td>
373-
<td>Unnecessary since
374-
<a class="link" href="/guide/reference.html#spool-file" title="3.492.&#160;spool_file">$spool_file</a> supports mailbox descriptions.</td>
375-
</tr>
376365
</tbody>
377366
</table>
378367
</div>
@@ -416,7 +405,7 @@ <h2 class="title" style="clear: both">
416405
<td>
417406
<code class="literal">&lt;change-vfolder&gt;</code>
418407
</td>
419-
<td>switch to another virtual folder, a new folder maybe be specified by vfolder description (see virtual-mailboxes) or URL. the default is next vfolder with unread messages</td>
408+
<td>switch to another virtual folder, a new folder maybe be specified by vfolder description (see named-mailboxes) or URL. the default is next vfolder with unread messages</td>
420409
</tr>
421410
<tr>
422411
<td>index,pager</td>
@@ -425,13 +414,6 @@ <h2 class="title" style="clear: both">
425414
</td>
426415
<td>read entire thread of the current message</td>
427416
</tr>
428-
<tr>
429-
<td>index,pager</td>
430-
<td>
431-
<code class="literal">&lt;sidebar-toggle-virtual&gt;</code>
432-
</td>
433-
<td>toggle between mailboxes and virtual mailboxes</td>
434-
</tr>
435417
<tr>
436418
<td>index,pager</td>
437419
<td>
@@ -481,49 +463,7 @@ <h2 class="title" style="clear: both">
481463
<div>
482464
<div>
483465
<h2 class="title" style="clear: both">
484-
<a id="commands"></a>6.&#160;Commands</h2>
485-
</div>
486-
</div>
487-
</div>
488-
<div class="cmdsynopsis">
489-
<p>
490-
<code class="command">virtual-mailboxes</code>
491-
<em class="replaceable">
492-
<code>description</code>
493-
</em>
494-
<em class="replaceable">
495-
<code>notmuch-URL</code>
496-
</em>{
497-
<em class="replaceable">
498-
<code>description</code>
499-
</em>
500-
<em class="replaceable">
501-
<code>notmuch-URL</code>
502-
</em>...}
503-
<br />
504-
<code class="command">unvirtual-mailboxes</code> {
505-
<em class="replaceable">
506-
<code>*</code>
507-
</em>|
508-
<em class="replaceable">
509-
<code>mailbox</code>
510-
</em>... }</p>
511-
</div>
512-
<p>
513-
<code class="literal">virtual-mailboxes</code> is like the
514-
<a class="link" href="/guide/configuration.html#mailboxes" title="16.&#160;Monitoring Incoming Mail">mailboxes</a> command, except that it takes a description. The mailbox will be watched for new mail and will appear in the sidebar.</p>
515-
<p>
516-
<code class="literal">unvirtual-mailboxes</code> is identical to the
517-
<code class="literal">unmailboxes</code> command.</p>
518-
<p>More commands about tags can be found in
519-
<a class="link" href="/feature/custom-tags#custom-tags-commands" title="5.&#160;Commands">Custom backend Tags Feature</a></p>
520-
</div>
521-
<div class="sect1">
522-
<div class="titlepage">
523-
<div>
524-
<div>
525-
<h2 class="title" style="clear: both">
526-
<a id="colors"></a>7.&#160;Colors</h2>
466+
<a id="colors"></a>6.&#160;Colors</h2>
527467
</div>
528468
</div>
529469
</div>
@@ -535,7 +475,7 @@ <h2 class="title" style="clear: both">
535475
<div>
536476
<div>
537477
<h2 class="title" style="clear: both">
538-
<a id="neomuttrc"></a>8.&#160;neomuttrc</h2>
478+
<a id="neomuttrc"></a>7.&#160;neomuttrc</h2>
539479
</div>
540480
</div>
541481
</div>
@@ -569,9 +509,6 @@ <h2 class="title" style="clear: both">
569509
set nm_record_tags = ""
570510
<span class="comment"># This variable specifies the notmuch tag used for unread messages.</span>
571511
set nm_unread_tag = unread
572-
<span class="comment"># When set, NeoMutt will use the first virtual mailbox (see virtual-mailboxes)</span>
573-
<span class="comment"># as a spool_file.</span>
574-
set virtual_spool_file = no
575512
<span class="comment"># setup time window preferences</span>
576513
<span class="comment"># first setup the duration, and then the time unit of that duration</span>
577514
<span class="comment"># when set to 0 (the default) the search window feature is disabled</span>
@@ -593,15 +530,6 @@ <h2 class="title" style="clear: both">
593530
<span class="comment"># generate virtual folder from query with time window</span>
594531
bind index &lt; vfolder-window-backward
595532
bind index &gt; vfolder-window-forward
596-
<span class="comment"># toggle between mailboxes and virtual mailboxes</span>
597-
<span class="comment"># bind index,pager ??? sidebar-toggle-virtual</span>
598-
<span class="comment"># --------------------------------------------------------------------------</span>
599-
<span class="comment"># COMMANDS – shown with an example</span>
600-
<span class="comment"># --------------------------------------------------------------------------</span>
601-
<span class="comment"># virtual-mailboxes description notmuch-URL { description notmuch-URL ...}</span>
602-
<span class="comment"># virtual-mailboxes "Climbing" "notmuch://?query=climbing"</span>
603-
<span class="comment"># unvirtual-mailboxes { * | mailbox ...}</span>
604-
<span class="comment">#</span>
605533
<span class="comment"># --------------------------------------------------------------------------</span>
606534

607535
<span class="comment"># vim: syntax=neomuttrc</span>
@@ -612,7 +540,7 @@ <h2 class="title" style="clear: both">
612540
<div>
613541
<div>
614542
<h2 class="title" style="clear: both">
615-
<a id="see-also"></a>9.&#160;See Also</h2>
543+
<a id="see-also"></a>8.&#160;See Also</h2>
616544
</div>
617545
</div>
618546
</div>
@@ -631,7 +559,7 @@ <h2 class="title" style="clear: both">
631559
<div>
632560
<div>
633561
<h2 class="title" style="clear: both">
634-
<a id="known-bugs"></a>10.&#160;Known Bugs</h2>
562+
<a id="known-bugs"></a>9.&#160;Known Bugs</h2>
635563
</div>
636564
</div>
637565
</div>
@@ -642,7 +570,7 @@ <h2 class="title" style="clear: both">
642570
<div>
643571
<div>
644572
<h2 class="title" style="clear: both">
645-
<a id="credits"></a>11.&#160;Credits</h2>
573+
<a id="credits"></a>10.&#160;Credits</h2>
646574
</div>
647575
</div>
648576
</div>

_feature/use-threads.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2 class="title" style="clear: both">
115115
</div>
116116
</div>
117117
<div >
118-
<a id="id12322"></a>
118+
<a id="id12271"></a>
119119
<p class="title">
120120
<strong>Table&#160;42.1.&#160;Use Threads</strong>
121121
</p>

guide/index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,32 +1491,27 @@ <h3 class="author">
14911491
</dt>
14921492
<dt>
14931493
<span class="sect1">
1494-
<a href="/feature/notmuch#commands">6. Commands</a>
1494+
<a href="/feature/notmuch#colors">6. Colors</a>
14951495
</span>
14961496
</dt>
14971497
<dt>
14981498
<span class="sect1">
1499-
<a href="/feature/notmuch#colors">7. Colors</a>
1499+
<a href="/feature/notmuch#neomuttrc">7. neomuttrc</a>
15001500
</span>
15011501
</dt>
15021502
<dt>
15031503
<span class="sect1">
1504-
<a href="/feature/notmuch#neomuttrc">8. neomuttrc</a>
1504+
<a href="/feature/notmuch#see-also">8. See Also</a>
15051505
</span>
15061506
</dt>
15071507
<dt>
15081508
<span class="sect1">
1509-
<a href="/feature/notmuch#see-also">9. See Also</a>
1509+
<a href="/feature/notmuch#known-bugs">9. Known Bugs</a>
15101510
</span>
15111511
</dt>
15121512
<dt>
15131513
<span class="sect1">
1514-
<a href="/feature/notmuch#known-bugs">10. Known Bugs</a>
1515-
</span>
1516-
</dt>
1517-
<dt>
1518-
<span class="sect1">
1519-
<a href="/feature/notmuch#credits">11. Credits</a>
1514+
<a href="/feature/notmuch#credits">10. Credits</a>
15201515
</span>
15211516
</dt>
15221517
</dl>

guide/reference.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13045,7 +13045,7 @@ <h3 class="title">
1304513045
<p>Type:&#160;mailbox
1304613046
<br />Default:&#160;(empty)</p>
1304713047
</div>
13048-
<p>If your spool mailbox is in a non-default place where NeoMutt can't find it, you can specify its location with this variable. The description from "named-mailboxes" or "virtual-mailboxes" may be used for the spool_file.</p>
13048+
<p>If your spool mailbox is in a non-default place where NeoMutt can't find it, you can specify its location with this variable. The description from "named-mailboxes" may be used for the spool_file.</p>
1304913049
<p>If not specified, then the environment variables
1305013050
<code class="literal">$MAIL</code> and
1305113051
<code class="literal">$MAILDIR</code> will be checked.</p>
@@ -14416,18 +14416,8 @@ <h3 class="title">
1441614416
</div>
1441714417
</div>
1441814418
</div>
14419-
<div class="literallayout">
14420-
<p>Type:&#160;boolean
14421-
<br />Default:&#160;no</p>
14422-
</div>
14423-
<p>This command is now unnecessary.
14424-
<a class="link" href="#spool-file" title="3.492.&#160;spool_file">$spool_file</a> has been extended to support mailbox descriptions as a value.</p>
14425-
<p>When
14426-
<span class="emphasis">
14427-
<em>set</em>
14428-
</span>, NeoMutt will use the first defined virtual mailbox (see virtual-mailboxes) as a spool file.</p>
1442914419
<div class="note">
14430-
<h3 class="title">Note</h3> Before 2021-02-11, this was called $virtual_spoolfile</div>
14420+
<h3 class="title">Note</h3> Deprecated, since 2025-12-08</div>
1443114421
</div>
1443214422
<div class="sect2">
1443314423
<div class="titlepage">

0 commit comments

Comments
 (0)