Commit Graph

1643 Commits

Author SHA1 Message Date
djcb 6ba2b8c588 * update web pages 2012-01-14 11:03:05 +02:00
djcb a5184674ef * add functions to map day numbers -> names, month numbers -> names 2012-01-13 01:52:30 +02:00
djcb c26dc38ade * mu-guile.texi: updated / expanded documentation 2012-01-13 00:53:05 +02:00
djcb be8d97f11e * guile - updates in most guile modules 2012-01-13 00:49:30 +02:00
djcb 7d2f5a2307 * add part.scm (attachment handling), plot.scm (plot statistics) 2012-01-13 00:48:28 +02:00
djcb 6732fb46af * mu-msg-file.c: search priority headers in faster order
- some message statistics showed the most common header to signify message
    priority; check that one first
2012-01-13 00:47:18 +02:00
djcb b7745f2bf9 * mu-guile-messsage.c: use the utf8-save function; add attachment handling
- use the new utf8 string function in mu-guile
  - implement attachment handling
  - various cleanups
2012-01-13 00:45:46 +02:00
djcb 453036dff9 * mu-guile: make the string functions save against b0rked utf-8 2012-01-13 00:43:44 +02:00
djcb eb5bbe0c09 * test-mu-store: fix tiny leak in unit test 2012-01-12 00:23:37 +02:00
djcb f699f2e73b * mu-query: fix leak in date parsing 2012-01-12 00:23:04 +02:00
djcb 58db0c76a6 * mu-msg-part: ensure that mime part file names are proper utf8 2012-01-12 00:22:20 +02:00
djcb 5fb5347bc8 * mu-msg-file: ensure that mu_msg_file_get_header always returns proper utf8 2012-01-12 00:21:33 +02:00
djcb 1a45c45e79 * mu-msg: add mu_msg_close_file_backend 2012-01-12 00:20:14 +02:00
djcb 15f7be5f1c * mu-str: add mu_str_utf8ify 2012-01-12 00:19:35 +02:00
djcb eef777a604 * mu4e-hdrs: don't wait when creating maildirs 2012-01-12 00:18:38 +02:00
djcb 2e538de259 * update TODO 2012-01-09 08:24:32 +02:00
djcb bb89cbb6ef * mu4e-hdrs: minor 2012-01-09 08:24:22 +02:00
djcb bb20ad375e * guile: update examples 2012-01-09 08:23:56 +02:00
djcb 55b7fcbaef * mu-guile.texi: update docs 2012-01-09 08:23:11 +02:00
djcb e650e6e212 * mu-guile, mu-guile-message: cleanups, fix some small leaks 2012-01-09 08:21:35 +02:00
djcb ba3448fe30 * guile: updates for contact.scm, message.scm 2012-01-09 08:20:43 +02:00
djcb 261e9dff28 * mu-guile: make the examples work after mu:initialize api changes 2012-01-07 18:42:19 +02:00
djcb 41abf944c2 * mu-guile: fix-up some of the modules 2012-01-07 18:41:44 +02:00
djcb 4171085622 * update index.org 2012-01-07 14:57:34 +02:00
djcb 6ddb4423fd * minor 2012-01-07 14:41:18 +02:00
djcb 7641722130 * mu-cmd-server.c: fix line33 check 2012-01-07 14:39:10 +02:00
djcb 53d9457bc7 * configure.ac: bump version to alpha-3 2012-01-07 14:28:18 +02:00
djcb 96d7e6ef7d * mu4e.texi: add full gmail example configuration 2012-01-07 14:28:00 +02:00
djcb 7bcfc9ac7c * mu4e.el: be more helpful for the user when setting up mu4e 2012-01-07 14:27:21 +02:00
djcb 35f932bda5 * mu4e-send: get the real version for the user-agent string 2012-01-07 14:27:00 +02:00
djcb 530c69f763 * cosmetics 2012-01-07 14:26:34 +02:00
djcb eb31c42096 * mu4e-main: don't show queing options when not defined 2012-01-07 14:25:56 +02:00
djcb c3f359be03 * emacs/Makefile.am: include mu4e-main.el *ouch* 2012-01-07 14:24:47 +02:00
djcb c941dae85b * mu4e-hdrs: check whether we're on a message *before* asking for maildir to
move to
2012-01-06 17:49:49 +02:00
djcb 4d6ea2346b * mu-cmd-server: properly report errors when moving/flagging 2012-01-06 17:23:33 +02:00
djcb 8888953a9b mu4e-hdrs.el: accept 'g' for refresh, for compatibility 2012-01-06 17:23:09 +02:00
djcb 959e94426d * small documentation updates 2012-01-06 16:18:18 +02:00
djcb 78d52305f6 * update cheatsheet with some 0.9.8 tricks 2012-01-06 14:55:31 +02:00
djcb 23bb511e0e * configure.ac: bump version to 0.9.8alpha2 2012-01-06 14:33:47 +02:00
djcb 45f795b773 * guile: update documentation, message module 2012-01-06 14:33:06 +02:00
djcb f05ac379aa * emacs: update documentation, fix mu4e-view org-contact handling 2012-01-06 14:04:08 +02:00
djcb d4c25dd636 * README: add some mu introduction text 2012-01-06 13:04:33 +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 e4d5d6de8a * mu-guile.texi: start of mu-guile documentation (WIP) 2012-01-05 00:08:50 +02:00
djcb 9d60da9a20 * mu-guile: shuffled functionality around a bit, and fixed a few bugs (WIP) 2012-01-05 00:08:27 +02:00
djcb a60ecb5284 * fix mkdir / interaction with 'move-to-maildir' 2012-01-03 22:33:41 +02:00
djcb 8235efc5df mu4e: include fdl in documentation 2012-01-01 22:48:11 +02:00
djcb ad6799d93f guile/Makefile.am: build documentation 2012-01-01 22:47:58 +02:00
djcb f476eac4f0 msg-stats: update for mu-guile changes, remove unneeded stuff 2012-01-01 22:47:40 +02:00
djcb 26a2f17bca minor guile fixes 2012-01-01 22:47:03 +02:00