diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-29 13:40:40 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-29 13:40:40 +0200 |
| commit | e21d59e346c5ac04c02fd0309b7085ff1a987f6c (patch) | |
| tree | 908b1f657ab2a32fc10e502af76129f3b5e74858 /man | |
| parent | cc664b81284a469f4f6a90de260697ad2bb257f1 (diff) | |
mu init: implement --reinit option
Create new mu database from an existing one.
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-init.1.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/mu-init.1.org b/man/mu-init.1.org index 9bf9f76..220d376 100644 --- a/man/mu-init.1.org +++ b/man/mu-init.1.org @@ -34,6 +34,13 @@ mailing list messages. wrapped in */* (such as =/foo-.*@example\\.com/=). Depending on your shell, the argument may need to be quoted. +** --reinit + +reinitialize the database from an earlier version; that is, create a new +empty database witht the existing settings. This cannot be combined +with the other ~init~ options. + + #+include: "muhome.inc" :minlevel 2 #+include: "prefooter.inc" :minlevel 1 |
