1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Jonas Bernoulli
30e005d574 Fix a few typos 2020-02-17 14:28:00 +01:00
Dirk-Jan C. Binnema
232f370936 mu-server: update documentation 2020-01-22 11:42:15 +02:00
Ian Kelling
e96d4a1a34 doc: fix man page reference formatting 2018-03-10 15:08:17 -05: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
Stephen Eglen
e40cc41dd6 Typo. 2013-06-03 23:21:48 +01:00
djcb
2f5d6e246b * mu: update the server command and (use 'cmd:' for commands) 2013-05-20 05:11:49 +03:00
djcb
18ccc3c6f8 * man: update mu-server doc 2012-09-23 11:42:35 +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
63687e87a0 * documentation updates 2012-06-20 11:29:57 +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
47e7720464 * support getting all image attachments as temp files (change in mu-msg-sexp
api)
2012-05-16 20:45:31 +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
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
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
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
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