Commit Graph

58 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema b1ff292bbb mu: support MUHOME environment variable 2022-05-29 11:10:46 +03:00
Dirk-Jan C. Binnema 5e359fb739 mu: support '-V' for --version
And describe it in the man-page, which erroneously had '-v' which is
used for --verbose.

Fixes: #1927
2021-02-13 13:33:12 +02:00
Todd Carson ddf0be4623 In mu(1) refer to mu-script(1) instead of mu-guile, which does not exist 2020-07-01 00:46:04 +09:00
Jonas Bernoulli 564d892701 Fix typos 2020-05-12 23:56:55 +02:00
Dominik Schrempf ccbd81f6ef ~/.mu -> ~/.cache/mu 2020-04-19 13:02:48 +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 632f383c38 mu: Default to XDG Base Directory Specification
Instead of using ~/.mu, use the XDG Base Directory Specification, typically:
  ~/.cache/xapian
  ~/.cache/mu.log
  ~/.cache/parts
  ~/.config/bookmarks

Update dependencies, documentation.
2019-07-13 16:00:28 +03:00
djcb e8d7ae82e6 update mu manpage 2018-09-01 10:20:07 +03:00
Ian Kelling e96d4a1a34 doc: fix man page reference formatting 2018-03-10 15:08:17 -05:00
djcb c434fdbd86 mu: update manpages
Add some notes about the new query parser, and add a mu-query manpage.
2017-10-25 23:50:17 +03:00
Ævar Arnfjörð Bjarmason 18b8ce249f Add support for specifying --muhome via MU_HOME in the environment
When you have multiple mu home directories, e.g. for the use case
detailed in my "Changing mu4e-{maildir,mu-home} from a context hook"
post to the mailing list it's quite inconvenient to have to hammer out
"mu --muhome=.. find .." every time you want to run some ad-hoc
command.

This allows me to set up a screen session where I do searches in mu
directory A in some screen panes, and searches in directory B in
others.

I initially called this MU_MUHOME but then I noticed that the perl
plugin has MUP_MU_HOME for analogous functionality, so I'm just
following its example.

The code I'm adding in mu-util.c is just a copy/paste & adjustment of
the same sort of already tested functionality in
mu_util_guess_maildir() just a few lines earlier.
2017-02-17 11:28:45 +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 549f90d629 mu.1: mention --nocolor. Fixes #485 2014-10-11 14:18:19 +03:00
Ahmet Emre Çepoğlu cd6e21bfab main man page updated 2014-01-30 14:29:48 +02:00
Stephen Eglen 3d6bd59435 Typos; but check also if default logfile location is correct. 2013-06-03 23:30:20 +01:00
djcb fdcd9bde24 * small updates for mu.1 manpage 2013-03-17 19:46:40 +02:00
djcb 8955b360d7 * remove traces of the 'cleanup' command 2012-02-18 17:11:32 +02:00
djcb b563128a4f * make colorized output the default
- turn of with --nocolor, or by setting MU_NOCOLOR to non-empty
2012-01-21 12:12:41 +02:00
Dirk-Jan C. Binnema 8302fb23bb * update docs 2011-08-13 02:35:05 +03:00
Dirk-Jan C. Binnema a35f67715a * man/...: document where we encode the output to the current locale (and the
couple of places where we don't)
2011-06-02 11:09:50 +03:00
Dirk-Jan C. Binnema c81f13cbdd * mu.1: document that mu output is always in UTF8-format 2011-05-29 14:05:28 +03:00
Dirk-Jan C. Binnema 39ad685e1d * update documentation 2011-05-26 23:39:54 +03:00
Dirk-Jan C. Binnema 1e356ed313 * update documentation 2011-05-25 22:04:13 +03:00
Dirk-Jan C. Binnema 983321609f * updates to the man pages 2011-04-05 07:34:22 +03:00
Dirk-Jan C. Binnema bc039e22d6 * manpages updated 2010-11-30 22:11:40 +02:00
Dirk-Jan C. Binnema 82db172e40 * update man pages 2010-11-30 08:31:59 +02:00
Dirk-Jan C. Binnema 54cabf2b39 * updated manpages 2010-11-22 21:45:08 +02:00
Dirk-Jan C. Binnema 8146cdb8b1 * many: documentation updates 2010-10-26 00:25:14 +03:00
Dirk-Jan C. Binnema f4b0ad7a5d * mu.1: cosmetic 2010-09-23 00:04:37 +03:00
Dirk-Jan C. Binnema 200eabdca9 * document new mu.1 command line options 2010-09-09 00:13:54 +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
Dirk-Jan C. Binnema fed8d20503 * mu.1: some spelling fixes from Philipp Weis 2010-04-24 10:53:24 +03:00
Dirk-Jan C. Binnema 2f7533d57b * mu.1: update the dcoumentation on the maildir: parameter 2010-02-15 20:37:17 +02:00
Dirk-Jan C. Binnema dda9de5573 * mu.1: updated man page 2010-02-11 20:18:50 +02:00
Dirk-Jan C. Binnema 5414c396af * mu-msg-fields,mu.1: update some field codes, documentation 2010-02-09 22:10:58 +02:00
Dirk-Jan C. Binnema 06ef26c896 * mu.1: document maildir support 2010-02-08 21:24:36 +02:00
Dirk-Jan C. Binnema 8448473732 * enforce that maildir paths are absolute 2010-02-04 23:00:34 +02:00
Dirk-Jan C. Binnema 9206894e02 * implement 'mu view' 2010-02-04 22:44:05 +02:00
Dirk-Jan C. Binnema a2d1692dda * implement automatic log file cleanup, document it 2010-02-03 21:01:08 +02:00
Dirk-Jan C. Binnema ee355138e9 * mu.1: mention that queries are logged 2010-02-02 21:49:59 +02:00
Dirk-Jan C. Binnema fb7e358912 * implement signal handler for mu index, and document it 2010-01-25 09:28:08 +02:00
Dirk-Jan C. Binnema c7f8977fab * man/mu.1: add the help, cleanup command descriptions 2010-01-24 13:16:16 +02:00
Dirk-Jan C. Binnema 710efab33b * remove the 10000 matches limitation 2010-01-24 00:52:39 +02:00
Dirk-Jan C. Binnema a4720547de * use -n for --nocleanup 2010-01-23 22:02:26 +02:00
Dirk-Jan C. Binnema a4bdb311ec * introduce --empty and --autoupgrade, and document them 2010-01-23 21:57:57 +02:00
Dirk-Jan C. Binnema 1c7dcbfa4a * mu.1: added note on performance, other improvements 2010-01-23 13:36:23 +02:00
Dirk-Jan C. Binnema 3a2fc9b7f6 * mu-msg-fields.c, mu.1: index the msg-id as well and document it 2010-01-22 19:16:47 +02:00
Dirk-Jan C. Binnema b0f6913ef3 * mu.1: updated scripts 2010-01-21 18:29:44 +02:00