1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
Commit Graph

32 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
fdac81e023 lib: follow symlinks in maildirs
Until now, mu would _not_ follow symlinks; with these changes, we do.

There were some complications with that ~10 years ago, but I forgot the
details. So let's re-enable. At least one thing is in place now: moving
between file systems.

Fixes #1489
Fixes #1628 (technically, this came with slightly earlier commit)
2020-05-26 19:22:41 +03:00
Nick Gasson
f8fcb55f91 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.
2020-05-23 09:21:57 +08:00
Dirk-Jan C. Binnema
07ce6b9615
Merge pull request #1646 from dschrempf/update-man
~/.mu -> ~/.cache/mu
2020-04-19 23:00:31 +03:00
Dirk-Jan C. Binnema
cf5c0e0685 mu-index.1: remove mentions of --rebuuild
With mu 1.4+, we  have mu init.

Fixes #1647.
2020-04-19 22:03:16 +03:00
Dominik Schrempf
ccbd81f6ef ~/.mu -> ~/.cache/mu 2020-04-19 13:02:48 +02:00
Dirk-Jan C. Binnema
9ef1a3c0cf update documentation 2020-03-31 21:19:03 +03:00
Dirk-Jan C. Binnema
07e4a28deb man: remove max-msg-size from index man-page
We still keep in the code, as there are some future plans to handle it
there in a different way.

Fixes #1591.
2020-02-26 19:31:24 +02:00
Dirk-Jan C. Binnema
f51846eefc mu: implement init, info commands
'init' is for the inital database setup

'info' is for gettting information about the mu database.
2020-02-08 14:28:55 +02:00
Dirk-Jan C. Binnema
0ed03b94ca docs: update man-page, NEWS.org 2019-07-30 19:36:04 +03:00
Ian Kelling
e96d4a1a34 doc: fix man page reference formatting 2018-03-10 15:08:17 -05:00
djcb
3eda6961af mu: update mu-index manpage for --lazy-check
Describe the new --lazy-check option, and add some updated benchmarks.
2016-07-24 12:31:22 +03:00
djcb
68f5dc3973 mu: Change default max msg size to 500 Mb
Seems people are getting really big mails these days, so let's up the
default (which is also what mu4e uses) to 500 Mb (which should be enough
for everyone, always)
2016-03-13 19:07:49 +02:00
Ævar Arnfjörð Bjarmason
5e77927f02 mu-index: Fix a grammar error in the --max-msg-size documentation 2015-11-19 07:28:05 +01:00
djcb
ffe25e6786 Update address for reporting issues
Use the github one instead of the (obsolete) google-code one.
2014-12-20 14:08:17 -08:00
djcb
59b0ae1b5f * update mu-index manpage (remove the outdate exit codes) 2013-09-07 08:56:39 +03:00
Stephen Eglen
fcbe03e501 Fix Typos.
Are log files now stored in ~/.mu/log/mu.log rather than ~/.mu/mu.log?
2013-06-03 23:15:28 +01:00
djcb
094979ab68 * fix some confusion between --reindex and --rebuild (remove the former) 2013-04-21 23:10:40 +03:00
djcb
a8f20ddfab * man: fix some troff formatting issues (thanks to Maciek Borzecki) 2012-10-21 16:02:06 +03:00
djcb
8971b88c23 * mu-index.1: document --my-address parameter, update performance notes 2012-06-20 09:21:10 +03:00
djcb
9367f1ac6d * support '.noupdate' -- similar to '.noindex', maildirs containing
'.noupdate' will be ignored; however, they will _not_ be ignored when doing
  a full update (--rebuild)
2012-05-22 10:19:49 +03:00
Dirk-Jan C. Binnema
1e356ed313 * update documentation 2011-05-25 22:04:13 +03:00
Dirk-Jan C. Binnema
c76af05a7a * make mag-msg-store a configurable parameter; refactor the setting of the
xapian batch size
2011-01-15 13:27:41 +02:00
Dirk-Jan C. Binnema
920f714859 * manpage updates 2011-01-12 23:14:51 +02:00
Dirk-Jan C. Binnema
169196498e * <many>: add option to change the batch size for xapian transactions 2011-01-02 18:05:43 +02:00
Dirk-Jan C. Binnema
ec8bd8445f * update NEWS, TODO and manpages 2010-11-29 21:32:15 +02:00
Dirk-Jan C. Binnema
9f43230160 * mu-index.1: updated manpage with some recent performance numbers 2010-11-28 13:40:36 +02:00
Dirk-Jan C. Binnema
04c4432067 * update mu-find, mu-index manpages 2010-11-12 21:00:03 +02:00
Dirk-Jan C. Binnema
8146cdb8b1 * many: documentation updates 2010-10-26 00:25:14 +03:00
Dirk-Jan C. Binnema
283f3036a6 * update man pages 2010-09-05 21:20:46 +03:00
Dirk-Jan C. Binnema
01ff6d4fc1 * remove some of the lesser-used single-char versions of command line args 2010-08-27 08:26:41 +03:00
Dirk-Jan C. Binnema
1b75323e1c * many: small cosmetic / documentation updates 2010-08-23 08:23:58 +03:00
djcb
6a275521f1 * split the manpages, add documentation for --summary-len 2010-08-15 20:29:15 +03:00