Commit Graph

319 Commits

Author SHA1 Message Date
Evan Klitzke c5ddd56144
fix a typo in the mu-query man page 2018-03-17 18:54:54 -07:00
Ian Kelling e96d4a1a34 doc: fix man page reference formatting 2018-03-10 15:08:17 -05:00
Ian Kelling d79f1ff778 doc: fix reference to nonexistent "above" 2018-03-10 15:07:38 -05:00
djcb ffb7118366 mu-query.7: some improvements
Improve the query man-page.
2018-01-06 14:48:58 +02:00
djcb 1bb8af69fe man: update query documentation 2017-11-12 14:50:52 +02:00
djcb e3ec57b250 man: update mu-query
Update documentation for new query parser
2017-10-26 21:32:52 +03: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 1494923472 mu: fix broken clear_links
clear_links as used for the --clear-links option had some broken
filename generation, causing garbage data at the end.

Clean up this old code, and fix this problem as a side-effect.

Fixes issue #951.
2016-11-19 16:30:09 +02: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 d276b393af mu-server man page: Correct documentation about status reporting
This 500 number was correct in v0.9.7-pre-302-g858552a, but since
v0.9.8.2-41-gc2e3eac it's been hardcoded to 1000 in the server code.

See also issue #715 and issue #716.
2015-12-08 20:54:52 +01:00
Dirk-Jan C. Binnema 84e5af4174 Merge pull request #701 from avar/avar/mu-find-doc-fix-mention-body
mu-find(1): Document that you can search through body:*
2015-11-19 12:47:00 +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
Ævar Arnfjörð Bjarmason 600c5bb8e1 mu-find(1): Document that you can search throug body:*
This is a long-standing feature, it works, but there was no mention of
it in the docs.

There's also bodyhtml:* but that doesn't seem to do anything for me,
maybe I just don't have enough HTML mail.

These also exist:

    path,l          ???
    refs,r          ???

But I don't know what they're for. They should probably be documented
too.
2015-11-19 01:38:39 +01:00
jeroen tiebout abb3860145 summary to summary-len
This option has apparently changed somewhere down the line.
2015-10-27 00:04:57 +01:00
djcb 2d75b3d3ec mu: improve mu verify output, update man page 2015-06-14 11:40:07 +03:00
djcb be2dbbe984 mu-find.1: mention mailing-list matching parameters
Mention matching, retrieving the mailing-list value (if any)
2015-04-19 15:44:40 +03: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
mjn c99ccf9a19 Lightly copyedit the documentation and docstrings 2014-08-08 13:18:29 +02:00
Ahmet Emre Çepoğlu cd6e21bfab main man page updated 2014-01-30 14:29:48 +02:00
Dirk-Jan C. Binnema 4bdd64492a Merge pull request #277 from tmalsburg/master
* added maxnum argument to mu find
2013-09-28 10:48:04 -07:00
djcb d5af5a91c5 * man: remove the non-existent --include-unreadable option (mu-find) 2013-09-28 10:42:16 -07:00
Titus von der Malsburg 86e6c6c693 Added maxnum argument to mu find. 2013-09-27 16:11:04 +02:00
djcb 59b0ae1b5f * update mu-index manpage (remove the outdate exit codes) 2013-09-07 08:56:39 +03:00
djcb 4f388638e8 * document the new flag:list 2013-07-03 23:09:27 +03:00
djcb 916e0f9a64 * man: fix mu-view manpage 2013-06-24 22:43:45 +03: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 55403613e6 * mu-find.1: small update 2013-06-08 17:34:34 +03:00
Stephen Eglen f424160050 Typos. 2013-06-03 23:31:27 +01:00
Stephen Eglen 3d6bd59435 Typos; but check also if default logfile location is correct. 2013-06-03 23:30:20 +01:00
Stephen Eglen a98157b281 Typos. 2013-06-03 23:24:19 +01:00
Stephen Eglen 4fc104ce08 Do you mean --quiet rather than --verbose? 2013-06-03 23:23:22 +01:00
Stephen Eglen e40cc41dd6 Typo. 2013-06-03 23:21:48 +01:00
Stephen Eglen 59d0fd0e7d Typos. 2013-06-03 23:17:42 +01: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
Stephen Eglen 62501372de Small typo. 2013-06-03 23:02:19 +01:00
Stephen Eglen 60c8427fb1 One small typo; should this file also mention explicitly the way
bookmarks are handled in emacs by mu4e-bookmarks?  Is .mu/bookmarks
ignored by Emacs?
2013-06-03 22:58:16 +01:00
Stephen Eglen fd990c4b85 Document what happens if either the left or right part of a date range
is omitted.
2013-06-03 22:21:31 +01:00
Stephen Eglen 9e34aec825 Fix typos. 2013-05-28 08:55:26 +01:00
djcb c50c0695e4 * fix CSV quoting (fields with commas) 2013-05-27 04:23:49 -07:00
djcb 2f5d6e246b * mu: update the server command and (use 'cmd:' for commands) 2013-05-20 05:11:49 +03:00
djcb 4872ba354c * mu: improve mu-find.1 manpage a bit 2013-04-30 21:52:47 +03:00
djcb 094979ab68 * fix some confusion between --reindex and --rebuild (remove the former) 2013-04-21 23:10:40 +03:00
djcb 1f24e224a9 * more more copyright year updates 2013-03-30 11:38:01 +02:00
djcb fdcd9bde24 * small updates for mu.1 manpage 2013-03-17 19:46:40 +02:00
djcb 977fba543b * mu: give a bit more info when there's no mu script (guile) support; fixes #156 2013-03-16 18:49:07 +02:00
djcb 2163a691e9 * mu-find.1: mention the list: field 2012-12-28 15:34:00 +02:00
djcb f7dab936c4 * minor 2012-12-27 16:28:50 +02:00
djcb 11f99933b5 * documentation update 2012-12-26 13:04:27 +02:00
djcb e456998e7d * mu-query: create the query in a smarter way, which makes --include-related *much* faster 2012-12-26 10:12:25 +02:00
djcb e70f66647c * fix typo 2012-12-26 09:51:04 +02:00
djcb 8f00cccd3c * mu4e: document skip-headers and include-related 2012-12-25 19:42:07 +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 412de6f4aa * mu: allow 'recip:' in queries as a shortcut for "to:foo OR cc:foo OR bcc:foo" 2012-10-25 12:28:55 +03:00
djcb b467fadc5c * minor 2012-10-23 11:33:03 +03:00
djcb 1cd5af399d * mu: document mu script command 2012-10-22 23:13:45 +03:00
djcb a8f20ddfab * man: fix some troff formatting issues (thanks to Maciek Borzecki) 2012-10-21 16:02:06 +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 8890090c33 * mu: add mu-stats man page (WIP) 2012-10-19 01:19:05 +03:00
djcb 48467099b5 * mu: add 'contact:' as an alias for to:/from:/cc:/bcc: 2012-10-17 18:35:23 +03:00
djcb 18ccc3c6f8 * man: update mu-server doc 2012-09-23 11:42:35 +03:00
djcb b4219bd06b * minor 2012-09-16 18:00:51 +03:00
djcb 7a40bfab38 * man: update mu-verify, mu-view manpages 2012-09-13 23:06:05 +03:00
djcb ff9426985f * doc: mention X-Keywords support 2012-08-09 10:04:20 +03:00
djcb 4e5b60d459 * mu-server.1: update 2012-07-20 11:05:39 +03:00
djcb e621fadf30 * update manpage, add mu-help manpage 2012-07-19 20:44:49 +03:00
djcb 3c8bc3e68e * crypto: some small updates 2012-07-18 11:51:21 +03:00
djcb fe6333dfef * crypto: small cleanups 2012-07-18 11:36:42 +03:00
djcb d50fa234a1 * crypto: add mu verify manpage 2012-07-17 19:19:14 +03:00
djcb b16823d500 * crypto: update mu-cmd-extract for mu-msg-part api change 2012-07-17 19:18:16 +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 706a686134 * docs: add some examples of queries that need quoting 2012-07-09 11:17:28 +03:00
djcb 34673b0e59 * mu-find.1: remove quotes in AND example 2012-07-09 09:58:27 +03:00
djcb 8b6a65114e * mu-find.1: don't recommend quoting the whole query (rather than terms) 2012-06-25 11:12:16 +03:00
djcb 63687e87a0 * documentation updates 2012-06-20 11:29:57 +03:00
djcb 8971b88c23 * mu-index.1: document --my-address parameter, update performance notes 2012-06-20 09:21:10 +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 b150f45090 * mu4e: support setting my-addresses when indexing 2012-06-19 17:59:35 +03:00
djcb 635e049ff7 * mu-cmd-server: add the 'contacts' command, which gives us the contacts (as
in mu-cfind)
2012-06-18 18:02:59 +03:00
djcb 20d858e464 * implement / document changing sort order and threading
- update the protocol a bit (mu4e-proc, mu-cmd-server)
  - provide the user-interface (mu4e-headers.el)
  - document it (mu4e.texi, mu-server.1)
  - some cosmetics (the other changes)
2012-06-10 11:19:51 +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
djcb 47e7720464 * support getting all image attachments as temp files (change in mu-msg-sexp
api)
2012-05-16 20:45:31 +03:00
djcb 5dbc2fbcd7 * mu-extract.1: fix typo 2012-05-12 17:11:23 +03:00
djcb 58dc869017 * fix: shortcut for signed is 'z', not 's'; add some unit tests as well 2012-05-11 18:39:00 +03:00
djcb 858c874fbd * some manpage fixes 2012-05-04 17:14:52 +03:00
djcb 422516a77c * mu-server.1: update manpage for the mu client/server protocol changes 2012-04-29 17:37:27 +03:00
djcb 5013f4c23d * add --summary-len option for mu find and mu view, and document it 2012-04-28 12:56:57 +03:00
djcb 7a04f14963 * update mu4e-server manpage for the protocol updates 2012-04-15 14:51:55 +03:00
djcb c2e3eac1de * don't save drafts immediately, and do the post-sending stuff not in hooks,
but rather by a special 'sent-' message handler
2012-03-27 21:15:47 +03:00
djcb 67261b614d * implement the :erase message from the backend to properly clean up the
header buffer

  When we're doing a search while the results of a previous search are still
  coming in from the backend, this way we can tell the frontend that this is
  the right time to clear the buffer (previously, sometimes the results would
  be mixed).
2012-03-25 13:25:55 +03:00
djcb 4a4a757946 * typo fix in manpage (thanks to chandan) 2012-03-18 19:06:45 +02:00
djcb 8955b360d7 * remove traces of the 'cleanup' command 2012-02-18 17:11:32 +02:00
djcb 7e9879ccc6 * update test, docs for mu extract 2012-02-13 22:36:43 +02:00
djcb b31b066b97 * update docs 2012-01-31 20:56:23 +02:00
djcb 688d571715 * don't insist on using xdg-open; use "open" on MacOS or what MU_PLAY_PROGRAM sets 2012-01-23 00:11:23 +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
djcb 6e3e425c66 * when forwarding, include attachments from original 2012-01-14 12:55:50 +02:00
djcb 4dbb05f33c * add support for org-mode links to messages/queries
- org-mu4e.el: add "mu4e:"-link type and handlers to org-mode
  - Makefile.am: add org-mu4e.el to package
  - mu4e-hdrs.el: register handler functions for server data *outside* header
    mode, so they can be used independently (and we can link to messages even
    when mu4e is not active already)
  - mu4e-view.el, mu-server.1, mu-proc.el, mu-cmd-server.c: support viewing
    messages by msgid (rather than only by docid); document it
2012-01-06 12:31:28 +02:00
djcb a2aed887ba * mu-cmd-server/mu-server.1: cleanup 'mkdir', add documentation 2011-12-28 10:01:28 +01:00
djcb 858552afba * mu-server.1: document the mu server command / control language 2011-12-27 12:16:34 +01:00
djcb 97d2e0e2cc * beginnings of mu-server documentations (WIP) 2011-12-07 08:51:22 +02:00
djcb c93700a568 * update documentation 2011-12-01 21:30:02 +02:00
djcb ab0a1f4b82 * doc updates 2011-11-24 00:15:01 +02:00
djcb 38bd3e5fce * update date in mu-add, mu-remove manpages 2011-11-13 12:44:38 +02:00
djcb d93186e0e3 * <many> add support for searching attachment mime-types
- updated manpages
  - some cleanups

  Note, requires a --rebuild
2011-11-11 09:13:35 +02:00
djcb fee3096d54 * remove the 'rm' command 2011-10-25 08:42:21 +03:00
Dirk-Jan C. Binnema e2fc573d42 * src/, man/, NEWS: rename --descending into --reverse 2011-09-22 21:00:52 +03:00
Dirk-Jan C. Binnema bb0480b29c * remove the cleanup command 2011-09-03 10:41:41 +03:00
Dirk-Jan C. Binnema 4ce44f6973 * add 'mu server', which starts a process that accepts some commands
specifically designed for communication with emacs
2011-09-03 10:41:24 +03:00
Dirk-Jan C. Binnema 557a5e291c * mu mv updates:
- rename --printtarget into --print-target
  - support 'delta' flags
  - add --ignore-dups to silently ignore the src = target case
2011-08-16 23:42:47 +03:00
Dirk-Jan C. Binnema 675b89708f * restore flag:unread and some optimization 2011-08-13 10:40:31 +03:00
Dirk-Jan C. Binnema 8302fb23bb * update docs 2011-08-13 02:35:05 +03:00
Dirk-Jan C. Binnema 550a265a1b * update man page 2011-08-11 08:23:16 +03:00
Dirk-Jan C. Binnema f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +03:00
Dirk-Jan C. Binnema b83a04682f * add mu-add.1, mu-remove.1 to man/Makefile.am 2011-08-03 23:07:15 +03:00
Dirk-Jan C. Binnema 757c533be7 * update docs, www 2011-08-03 23:04:38 +03:00
Dirk-Jan C. Binnema 82be4974b7 * add 'mu add' and 'mu remove' commands for adding, removing messages from the database 2011-08-03 23:00:48 +03:00
Dirk-Jan C. Binnema bdf1237c34 * mu-mv: optionally, let it update the database (--updatedb) and print the
target file on stdout (--printtarget)
2011-08-02 21:27:32 +03:00
Dirk-Jan C. Binnema 47073006d2 * added the mu mv command for moving, removing messages (WIP) 2011-08-01 22:42:23 +03:00
Dirk-Jan C. Binnema 10af5aa4e8 * NEWS, mu-find.1, muile/README: update docs 2011-07-22 21:10:54 +03:00
Dirk-Jan C. Binnema 76b946e653 * update man page 2011-07-10 14:19:45 +03:00
Dirk-Jan C. Binnema de150bd9f7 * rename the --separate option into --terminator (mu view) 2011-07-07 22:59:44 +03:00
Dirk-Jan C. Binnema efc7ad8af4 * mu-msg-fields, mu-find.1: don't support references or tags in mu find output
for now
2011-07-06 02:10:58 +03:00
Dirk-Jan C. Binnema a615b208b6 * update threading documentation 2011-06-24 12:08:25 +03:00
Dirk-Jan C. Binnema 1891e68936 * mu-find.1: document -t/--threads for thread display 2011-06-24 00:20:24 +03:00
Dirk-Jan C. Binnema 940644fccc * mention tags, x in mu-find.1 manpage 2011-06-16 08:13:53 +03:00
Dirk-Jan C. Binnema 57ebeda135 * add optional separator (\f, form-feed) between multiple messages in 'mu
view' when using --separate (fixes issue #41)
2011-06-14 00:08:13 +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 620c19f286 * document the recent changes 2011-05-24 22:42:20 +03:00
Dirk-Jan C. Binnema 48d52daf0b * extract based on filename regexp and document it 2011-05-22 13:42:19 +03:00
Dirk-Jan C. Binnema f7a39155c8 * completely remove '--xquery', re-indent mu-config.c 2011-05-22 10:40:12 +03:00
Dirk-Jan C. Binnema 18f49e1d61 * mu-easy.1, mu-find.1: update documentation for the attach/a search 2011-05-21 16:09:17 +03:00
Dirk-Jan C. Binnema 59a8b656ea * mu-extract.1: document saving mime-parts by filename 2011-05-21 14:12:33 +03:00
Dirk-Jan C. Binnema 5754aeb21a * update documentation for wildcard searches 2011-05-20 21:31:46 +03:00
Dirk-Jan C. Binnema c07b8e4529 * <many> add support for displaying, searching the Bcc: field 2011-05-01 18:31:00 +03:00
Dirk-Jan C. Binnema e33f927542 * add support for message-references:
- mu_msg_get_references and mu_msg_get_references_str get the list of
    refences ("References:" and "In-reply-to:") as a GList,
    resp. comma-separated list
  - stored in database as a value, can be shown in mu find output using 'r'
    (db needs rebuild)
  - document in mu-find manpage
2011-04-30 13:50:56 +03:00
Dirk-Jan C. Binnema be687f8722 * update mu-find man page with the new information about Wanderlust integration 2011-04-12 22:43:21 +03:00
Dirk-Jan C. Binnema 983321609f * updates to the man pages 2011-04-05 07:34:22 +03:00
Dirk-Jan C. Binnema b27a9f47c4 * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen'
- update documentation
  - update test cases
  - some cleanups in the C++-code
  - bump the database version, to trigger the --rebuild warning
2011-03-31 23:08:26 +03:00
Dirk-Jan C. Binnema f8fd420215 * add support for using mu cfind as an external address book for 'mutt' + document 2011-03-06 12:40:08 +02:00
Dirk-Jan C. Binnema afbaedd942 * update mu-cfind documention, fix typo in mu-find manpage 2011-03-05 09:42:35 +02:00
Dirk-Jan C. Binnema 86971d53d8 * WIP: basic 'mu cfind' command + start of man page 2011-03-05 00:59:35 +02:00
Dirk-Jan C. Binnema 17116a0333 * updated docs/WWW 2011-02-02 00:13:51 +02:00