-
Notifications
You must be signed in to change notification settings - Fork 51
/
README.quasi-delete
49 lines (32 loc) · 993 Bytes
/
README.quasi-delete
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Quasi-Delete Patch
==================
Mark emails that should be hidden, but not deleted
Patch
-----
To check if Mutt supports "Quasi-Delete", look for "patch-quasi-delete" in
the mutt version.
Dependencies
* mutt-1.5.24
Introduction
------------
The "quasi-delete" function marks an email that should be hidden from the
index, but NOT deleted.
On its own, this patch isn't very useful. It forms a useful part of the
notmuch plugin.
Functions
---------
Quasi-Delete Functions
| Menus | Default Key | Function | Description |
|-------------|-------------|------------------|---------------------------------------|
| index,pager | (none) | '<quasi-delete>' | delete from mutt, don't touch on disk |
See Also
--------
* NeoMutt project
* notmuch patch
Known Bugs
----------
None
Credits
-------
* Karel Zak <kzak@redhat.com>
* Richard Russon <rich@flatcap.org>