Commit Graph

2790 Commits

Author SHA1 Message Date
djcb 177cdfe9b9 * mu4e: switch to mu4e-compose-mode as late as possible 2012-09-25 07:10:41 +03:00
djcb 9c2e4bf2ff * cosmetics 2012-09-25 07:10:13 +03:00
djcb 72be42e721 * mu4e: document some of the caveats of rich-text mode
Reverting "* mu4e: document some of the caveats of rich-text mode"
Revert "* mu4e: document some of the caveats of rich-text mode"

This reverts commit 5921bec16a.
2012-09-25 07:09:17 +03:00
djcb 5921bec16a * mu4e: document some of the caveats of rich-text mode 2012-09-25 07:07:51 +03:00
djcb c333930fee * org-mu4e.el: make using compose-mode key chords a bit less rubegoldbergish 2012-09-24 17:05:14 +03:00
djcb a136e163fe * cosmetics 2012-09-24 09:29:53 +03:00
djcb 18ccc3c6f8 * man: update mu-server doc 2012-09-23 11:42:35 +03:00
djcb 725059f03b * cosmetics 2012-09-23 11:42:17 +03:00
djcb bfc2ba9c55 * mu4e: showing embedded messages: updated handler, view 2012-09-23 11:42:00 +03:00
djcb 18096f326a * mu4e: allow message attachment to be viewed with mu4e (WIP) 2012-09-21 12:35:53 +03:00
djcb c3bcf99d80 * update TODO 2012-09-20 21:34:39 +03:00
djcb 0eb032e642 * mu4e: load message by path (WIP) 2012-09-20 21:34:19 +03:00
djcb 1f93fecc9d * contrib/Makefile.am: add mu-sexp-convert to EXTRA_DIST 2012-09-20 21:26:33 +03:00
djcb 3fe6eec8e0 * cosmetics 2012-09-20 21:25:55 +03:00
djcb d7ef2166a7 * mu-log: add pid to log lines 2012-09-20 21:24:49 +03:00
djcb 01f37d6b40 mu-log: add pid to log lines 2012-09-20 21:24:03 +03:00
djcb 28136a4e04 * cosmetics 2012-09-19 16:56:25 +03:00
djcb f4b9d1645e * mu4e: improve mu4e-view keybindings, update docs 2012-09-19 16:56:13 +03:00
djcb 6c071d940b * lib: for sorting dates, use the strings as recorded in Xapian, rather than
converting to time_t; this saves ~ 5% when we list threaded results
2012-09-19 16:55:44 +03:00
djcb 9e6566989a * update gitignore 2012-09-19 12:48:46 +03:00
djcb b630c3e781 * mu4e: unbreak org-mu4e 2012-09-19 12:16:14 +03:00
djcb 1ef9dae6bd * crypto: improved signature / verify output 2012-09-19 11:36:02 +03:00
djcb 7d8a58896e * some fixes for the help system 2012-09-19 10:44:16 +03:00
djcb 257374076c * mu4e: support autocompletion when choosing file/dir for saving attachments 2012-09-18 21:25:28 +03:00
djcb f6ec3665ae * some improvements for mu-sexp-convert
(output should now pass xmllint, json_verify)
2012-09-18 21:24:45 +03:00
djcb 244696d6e0 * add mu-sexp-convert, a guile script to convert sexps into XML or JSON (WIP) 2012-09-18 02:15:50 +03:00
djcb 41e6ea2d62 * updated TODO 2012-09-17 22:40:09 +03:00
djcb ca2fccf11e * mu: some better command error / help output 2012-09-17 19:53:30 +03:00
djcb 81c3724e77 * mu-config.c: use the GOptionArg arg_description 2012-09-17 18:39:28 +03:00
djcb 6a1a63be1e * mu-config.c: restore the --summary-len option for mu view 2012-09-17 18:26:03 +03:00
djcb e483291a1d * lib/mu-container: remove some O(n*n) behavior from threading
mu_container_append_siblings was showing up high in profiles as it has to
  walk chains of next->next->next->... pointers to find the last one. we now
  cache the last link in the chain. for listing ~ 23K messages, this saves
  about 20%.
2012-09-17 17:45:59 +03:00
djcb 7fe594fb2a * cosmetics 2012-09-17 17:42:56 +03:00
djcb 2db1606a36 * lib: refactor mu-log a bit 2012-09-17 13:17:49 +03:00
djcb ac12d0c8aa * lib/mu-runtime: fix broken error handling 2012-09-17 13:05:49 +03:00
djcb 3759436a37 * cosmetics 2012-09-17 12:44:08 +03:00
djcb cc59c83756 * lib: mu-msg-part: improve handling of b0rked messages, s/HAVE_CRYPTO/BUILD_CRYPTO/ 2012-09-17 12:43:53 +03:00
djcb 2551e77325 * guile: update some of the examples 2012-09-17 11:41:11 +03:00
djcb 0b32a63537 * guile: fix getting message bodies 2012-09-17 11:13:37 +03:00
djcb cd506d6d79 * add missing ifdef BUILD_CRYPTO block, so things build without crypto, too 2012-09-17 10:07:26 +03:00
djcb 55f7ecd362 * mu: try harder to create temp files for images (so we can show them in mu4e) 2012-09-16 23:10:23 +03:00
djcb 7cb695b787 * mu4e: cleanup wrapping / hiding citations in view:
- use longlines mode (no need for filladapt, my own functions)
  - make mu4e-view-wrap-lines, mu4e-view-hide-cited obsolete; use a hook
    instead
  - update docs
2012-09-16 22:34:11 +03:00
djcb f41dfd3ba5 * cosmetic 2012-09-16 21:47:02 +03:00
djcb 6956e6e26c * mu4e: mu4e-headers: use purecopy, and mimic tabulated-list-mode a bit more closely 2012-09-16 21:46:47 +03:00
djcb b4219bd06b * minor 2012-09-16 18:00:51 +03:00
djcb 267d7adad1 * configure.ac: minor 2012-09-16 16:31:03 +03:00
djcb 6bff28a6ff * cosmetics 2012-09-16 13:16:01 +03:00
djcb dcb64c02a6 * mu-config: properly expand the dirs in mu find (--linksdir) and extract (--targetdir) 2012-09-16 13:15:44 +03:00
djcb 2a0858b349 * mu4e-headers: improve 'fancy' chars a bit 2012-09-15 23:20:34 +03:00
djcb a5ce16cc64 * mu4e.texi: don't use @var, it spits out uppercase :/ -- use @code 2012-09-15 23:20:10 +03:00
djcb d8a6b983f7 * update TODO 2012-09-15 21:10:55 +03:00