diff options
| author | Nick Gasson <nick@nickg.me.uk> | 2020-05-23 09:21:57 +0800 |
|---|---|---|
| committer | Nick Gasson <nick@nickg.me.uk> | 2020-05-23 09:21:57 +0800 |
| commit | f8fcb55f91334195a80bfcde5fc788c88cbf47cf (patch) | |
| tree | a6711750e8a7ce1e9b72a3bbf1648d11db9ae5e3 /man | |
| parent | 9030cfc657c7a5c68311d7f18b64c75684d08ddf (diff) | |
Allow ';' as a Maildir flags seperator
Isync uses this by default on Windows where ':' is an invalid character
in file names. Also try to preserve the existing separator character
when generating a new file name.
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-index.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mu-index.1 b/man/mu-index.1 index c5b6008..ff20e76 100644 --- a/man/mu-index.1 +++ b/man/mu-index.1 @@ -21,7 +21,7 @@ init\fR to initialize the database. \fBindex\fR understands Maildirs as defined by Daniel Bernstein for \fBqmail\fR(7). In addition, it understands recursive Maildirs (Maildirs within Maildirs), Maildir++. It can also deal with VFAT-based Maildirs -which use '!' as the separators instead of ':'. +which use '!' or ';' as the separators instead of ':'. E-mail messages which are not stored in something resembling a maildir leaf-directory (\fIcur\fR and \fInew\fR) are ignored, as are the cache |
