Commit Graph

44 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema d2ec85f01c mu4e: use the new command-parser
Update mu4e-proc to use the new mu4e <-> mu protocol
2020-01-22 11:42:15 +02:00
Dirk-Jan C. Binnema c71f683e39 mu: use new command-parser 2020-01-22 11:42:15 +02:00
Dirk-Jan C. Binnema a39668e00b add 'mfind' command, like 'find' with mu4e defaults
Add a command 'mfind' which follows the mu4e defaults, i.e.
--include-related, --skip-dups.
2019-12-28 11:19:12 +02:00
Dirk-Jan C. Binnema 8cef8ac69c Revert "mu: default to include related, skip dups"
Changing the default for 'mu find' turns out to be  a bit too disruptive for people
that use `mu find` for scripting... so let's revert this for now.

This reverts commit f86ed12eb3.
2019-12-28 07:49:22 +02:00
Dirk-Jan C. Binnema b55e191421 update for lib/utils split
Update sources with the new paths
2019-12-22 15:26:45 +02:00
Dirk-Jan C. Binnema f86ed12eb3 mu: default to include related, skip dups
Add optioins --include-dups and --skip-related that are the reverse of
the previous ones. Leave the old options (hidden) for backward
compat (ie., scripts that use those options)
2019-12-10 18:09:03 +02:00
Jonas Bernoulli f31d1b065d Fix typos 2019-11-06 16:13:39 +01:00
Dirk-Jan C. Binnema afde8811b6 mu-cmd: update for lib/mu-store changes
* some small API updates
 * in with_store, try to rebuild automatically when possible
2019-07-30 08:51:04 +03:00
djcb e9a0939f8f update cfind, server for new contacts-cache
Use the new APIs.
2019-05-11 13:41:03 +03:00
djcb e4a769ee02 mu: support json output for 'find'
Support output in json format for mu-find.
2018-11-11 12:47:47 +02:00
djcb aa07c4a27c update commands for new query parser 2017-10-25 23:50:17 +03:00
djcb 786e7c3d1f mu: add 'tickle' command, for renaming messages
The new command 'tickle' renames message files in place, which can be
useful for 3rd-party tools.
2017-01-14 13:09:17 +02:00
djcb 9477071e63 mu: add '--lazy-check' option for indexing
Add an option --lazy-check to ignore any directories that don't have
their ctime changed since the last indexing operation.

There are a few corner-cases (such as editing a message outside mu's
control) where this might miss a change, but apart from that, makes
indexing in for a maildir (and its sub-maildirs) almost a no-op if there
were no changes.
2016-07-23 21:33:10 +03:00
djcb 3f6b3df477 * revert "removed 'nocolor' option. Added 'color' option that takes (auto|never|always) instead."
(broke unit tests)

This reverts commit a4c07c9b90.

Conflicts:
	mu/mu-config.c
2014-02-15 12:09:07 +02:00
Ahmet Emre Çepoğlu 9eeec08200 color var removed entirely 2014-01-31 10:39:51 +02:00
Ahmet Emre Çepoğlu a4c07c9b90 removed 'nocolor' option. Added 'color' option that takes (auto|never|always) instead. 2014-01-23 18:26:05 +02:00
djcb 91f9892814 * mu: fix boolean params 2013-12-29 17:39:04 +02:00
djcb 391222b0ae * mu: fix some leaks in commandline params 2013-12-29 17:37:07 +02:00
Titus von der Malsburg 86e6c6c693 Added maxnum argument to mu find. 2013-09-27 16:11:04 +02:00
djcb 05bfd23e4d * guile: make running guile scripts a bit more convenient, document it
For example, you can now run a script like:

      $ mu msgs-per-month --textonly --query=hello
2013-06-09 12:11:01 +03:00
djcb 094979ab68 * fix some confusion between --reindex and --rebuild (remove the former) 2013-04-21 23:10:40 +03:00
djcb 855e81db99 * update copyright years 2013-03-30 11:32:07 +02:00
djcb 58f5e39d34 * add support for finding related messages to mu-find, mu4e, this does *not*
include the actual implementation though
2012-12-25 11:58:32 +02:00
djcb f3654aa22b * paper over the missing options bug (WIP) 2012-12-23 00:04:09 +02:00
djcb 3353e32c28 * add skipping support to mu-find 2012-12-17 22:30:07 +02:00
djcb 76e8d1e6de * add --skip-msgid-dups / -u option to mu find, document it 2012-12-16 15:25:14 +02:00
djcb a01196499f * mu-cfind: some cleanups / better help 2012-10-24 23:47:47 +03:00
djcb 5c301f71ec * mu: update mu script 2012-10-22 23:16:01 +03:00
djcb bdfa71baed * mu stats: don't need the --list option, it's the default 2012-10-20 16:53:54 +03:00
djcb 7915cafdee * mu: add the 'mu stats' command (WIP) + some refactoring 2012-10-19 00:51:04 +03:00
djcb 102eba19d9 * mu: create basics for the 'stats' command 2012-10-17 23:56:47 +03:00
djcb 7d8a58896e * some fixes for the help system 2012-09-19 10:44:16 +03:00
djcb ca2fccf11e * mu: some better command error / help output 2012-09-17 19:53:30 +03:00
djcb 00dcfaec26 * mu-config: add support for crypto options, decode message options 2012-08-01 17:05:24 +03:00
djcb 8e6376ad06 * crypto: support --decrypt in mu view 2012-07-22 19:39:37 +03:00
djcb 2f7f3a0e57 * add mu help command (WIP) 2012-07-19 20:45:06 +03:00
djcb fe6333dfef * crypto: small cleanups 2012-07-18 11:36:42 +03:00
djcb bf2585b50e * crypto: implement 'mu verify' command -- WIP 2012-07-17 19:17:49 +03:00
djcb 8f6d7b8388 * remove the --summary option (mu view, mu find), add the --after option (mu
find). see the documentation for details.
2012-07-12 18:09:04 +03:00
djcb a9df392fcf * mu find: add support for '--after', to only consider messages with mtime
after timestamp. This is useful for finding just-arrived messages.
2012-07-12 15:53:36 +03:00
djcb ef17c2f731 * mu cfind: some fixes 2012-06-20 11:28:34 +03:00
djcb 2c99e598a1 * cfind: add support for the --after and --personal parameters, and document them 2012-06-20 09:20:15 +03:00
djcb b7744e0da2 * add --my-addresses argument to mu-config 2012-06-17 17:49:55 +03:00
djcb 46f10cfde9 * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00