Commit Graph

118 Commits

Author SHA1 Message Date
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
Dirk-Jan C. Binnema 2473c9599c * cosmetics 2011-01-31 09:15:55 +02:00