Commit Graph

146 Commits

Author SHA1 Message Date
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
7a04f14963 * update mu4e-server manpage for the protocol updates 2012-04-15 14:51:55 +03:00
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
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
4a4a757946 * typo fix in manpage (thanks to chandan) 2012-03-18 19:06:45 +02:00
8955b360d7 * remove traces of the 'cleanup' command 2012-02-18 17:11:32 +02:00
7e9879ccc6 * update test, docs for mu extract 2012-02-13 22:36:43 +02:00
b31b066b97 * update docs 2012-01-31 20:56:23 +02:00
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
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
6e3e425c66 * when forwarding, include attachments from original 2012-01-14 12:55:50 +02:00
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
a2aed887ba * mu-cmd-server/mu-server.1: cleanup 'mkdir', add documentation 2011-12-28 10:01:28 +01:00
858552afba * mu-server.1: document the mu server command / control language 2011-12-27 12:16:34 +01:00
97d2e0e2cc * beginnings of mu-server documentations (WIP) 2011-12-07 08:51:22 +02:00
c93700a568 * update documentation 2011-12-01 21:30:02 +02:00
ab0a1f4b82 * doc updates 2011-11-24 00:15:01 +02:00
38bd3e5fce * update date in mu-add, mu-remove manpages 2011-11-13 12:44:38 +02:00
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
fee3096d54 * remove the 'rm' command 2011-10-25 08:42:21 +03:00
e2fc573d42 * src/, man/, NEWS: rename --descending into --reverse 2011-09-22 21:00:52 +03:00
bb0480b29c * remove the cleanup command 2011-09-03 10:41:41 +03:00
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
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
675b89708f * restore flag:unread and some optimization 2011-08-13 10:40:31 +03:00
8302fb23bb * update docs 2011-08-13 02:35:05 +03:00
550a265a1b * update man page 2011-08-11 08:23:16 +03:00
f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +03:00
b83a04682f * add mu-add.1, mu-remove.1 to man/Makefile.am 2011-08-03 23:07:15 +03:00
757c533be7 * update docs, www 2011-08-03 23:04:38 +03:00
82be4974b7 * add 'mu add' and 'mu remove' commands for adding, removing messages from the database 2011-08-03 23:00:48 +03:00
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
47073006d2 * added the mu mv command for moving, removing messages (WIP) 2011-08-01 22:42:23 +03:00