c50c0695e4
* fix CSV quoting (fields with commas)
2013-05-27 04:23:49 -07:00
2f5d6e246b
* mu: update the server command and (use 'cmd:' for commands)
2013-05-20 05:11:49 +03:00
4872ba354c
* mu: improve mu-find.1 manpage a bit
2013-04-30 21:52:47 +03:00
094979ab68
* fix some confusion between --reindex and --rebuild (remove the former)
2013-04-21 23:10:40 +03:00
1f24e224a9
* more more copyright year updates
2013-03-30 11:38:01 +02:00
fdcd9bde24
* small updates for mu.1 manpage
2013-03-17 19:46:40 +02:00
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
2163a691e9
* mu-find.1: mention the list: field
2012-12-28 15:34:00 +02:00
f7dab936c4
* minor
2012-12-27 16:28:50 +02:00
11f99933b5
* documentation update
2012-12-26 13:04:27 +02:00
e456998e7d
* mu-query: create the query in a smarter way, which makes --include-related *much* faster
2012-12-26 10:12:25 +02:00
e70f66647c
* fix typo
2012-12-26 09:51:04 +02:00
8f00cccd3c
* mu4e: document skip-headers and include-related
2012-12-25 19:42:07 +02:00
3353e32c28
* add skipping support to mu-find
2012-12-17 22:30:07 +02:00
76e8d1e6de
* add --skip-msgid-dups / -u option to mu find, document it
2012-12-16 15:25:14 +02:00
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
b467fadc5c
* minor
2012-10-23 11:33:03 +03:00
1cd5af399d
* mu: document mu script command
2012-10-22 23:13:45 +03:00
a8f20ddfab
* man: fix some troff formatting issues (thanks to Maciek Borzecki)
2012-10-21 16:02:06 +03:00
bdfa71baed
* mu stats: don't need the --list option, it's the default
2012-10-20 16:53:54 +03:00
8890090c33
* mu: add mu-stats man page (WIP)
2012-10-19 01:19:05 +03:00
48467099b5
* mu: add 'contact:' as an alias for to:/from:/cc:/bcc:
2012-10-17 18:35:23 +03:00
18ccc3c6f8
* man: update mu-server doc
2012-09-23 11:42:35 +03:00
b4219bd06b
* minor
2012-09-16 18:00:51 +03:00
7a40bfab38
* man: update mu-verify, mu-view manpages
2012-09-13 23:06:05 +03:00
ff9426985f
* doc: mention X-Keywords support
2012-08-09 10:04:20 +03:00
4e5b60d459
* mu-server.1: update
2012-07-20 11:05:39 +03:00
e621fadf30
* update manpage, add mu-help manpage
2012-07-19 20:44:49 +03:00
3c8bc3e68e
* crypto: some small updates
2012-07-18 11:51:21 +03:00
fe6333dfef
* crypto: small cleanups
2012-07-18 11:36:42 +03:00
d50fa234a1
* crypto: add mu verify manpage
2012-07-17 19:19:14 +03:00
b16823d500
* crypto: update mu-cmd-extract for mu-msg-part api change
2012-07-17 19:18:16 +03:00
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
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
706a686134
* docs: add some examples of queries that need quoting
2012-07-09 11:17:28 +03:00
34673b0e59
* mu-find.1: remove quotes in AND example
2012-07-09 09:58:27 +03:00
8b6a65114e
* mu-find.1: don't recommend quoting the whole query (rather than terms)
2012-06-25 11:12:16 +03:00
63687e87a0
* documentation updates
2012-06-20 11:29:57 +03:00
8971b88c23
* mu-index.1: document --my-address parameter, update performance notes
2012-06-20 09:21:10 +03:00
2c99e598a1
* cfind: add support for the --after and --personal parameters, and document them
2012-06-20 09:20:15 +03:00
b150f45090
* mu4e: support setting my-addresses when indexing
2012-06-19 17:59:35 +03:00
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
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
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
47e7720464
* support getting all image attachments as temp files (change in mu-msg-sexp
...
api)
2012-05-16 20:45:31 +03:00
5dbc2fbcd7
* mu-extract.1: fix typo
2012-05-12 17:11:23 +03:00
58dc869017
* fix: shortcut for signed is 'z', not 's'; add some unit tests as well
2012-05-11 18:39:00 +03:00
858c874fbd
* some manpage fixes
2012-05-04 17:14:52 +03:00
422516a77c
* mu-server.1: update manpage for the mu client/server protocol changes
2012-04-29 17:37:27 +03:00
5013f4c23d
* add --summary-len option for mu find and mu view, and document it
2012-04-28 12:56:57 +03:00