diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-09-02 21:08:54 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-09-02 21:08:54 +0300 |
| commit | 0a2fda4b0b3638fdbd80e9f4b2102f104cc8e192 (patch) | |
| tree | 4b9c9fae9115e7d26b7239c7f60ab255f6019c86 /man | |
| parent | 59717bcfcc0812781f59d60e75aa149affd550bc (diff) | |
labels: allow restoring cache-map
E.g. with unexpected termination for mu it is possible that the
labels-cache (i.e., the one that is used for auto-completion) gets disconnected
from reality.
Add a --restore option to `mu label list` to restore the actual labels from the
labels seen in the store.
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-label.1.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/mu-label.1.org b/man/mu-label.1.org index acdaff8..0bd9aeb 100644 --- a/man/mu-label.1.org +++ b/man/mu-label.1.org @@ -71,6 +71,15 @@ when using a shell. * LIST OPTIONS The *list* command lists all the labels that are currently in use in the store. +This is the same information used for auto-completion in *mu4e*. + +With the (global, directly after *mu) *--verbose* option, this also includes the +counts. + +** --restore + + attempt to restore the list from the labels in the store. + It is possible that the list to get outdated, *--restore* fixes this. * EXPORT OPTIONS |
