The “quasi-delete” function marks an email that should be hidden from the index, but NOT deleted. The email will disappear from the index when <sync-mailbox>is called.
On its own, this feature isn't very useful. It forms a useful part of the notmuch plugin.
Table 33.1. Quasi-Delete Functions
Menus | Default Key | Function | Description |
---|---|---|---|
index,pager | (none) |
<quasi-delete>
|
delete from NeoMutt, don't touch on disk |
# Example NeoMutt config file for the quasi-delete feature. # The 'quasi-delete' function marks an email that should be hidden # from the index, but NOT deleted. bind index,pager Q quasi-delete # vim: syntax=neomuttrc