Commit Graph

2544 Commits

Author SHA1 Message Date
djcb 11923c7755 Merge branch 'master' of github.com:djcb/mu 2012-08-23 00:01:04 +03:00
djcb dcda69e459 * lib: don't check for bogus error 2012-08-23 00:00:28 +03:00
Dirk-Jan C. Binnema 6db3c55991 Merge pull request #50 from ranulf/confirm-quit
*mu4e: make quiting-confirmation optional (added variable `mu4e-confirm-quit').
2012-08-22 09:26:45 -07:00
Dirk-Jan C. Binnema 3d2f0df4a4 Merge pull request #51 from jleechpe/org-make-link-fix
* org-mu4e: Remove org-make-link, it is no longer used in Org-Mode
2012-08-22 09:24:55 -07:00
Jonathan Leech-Pepin e018a0347f Remove org-make-link, it is no longer used in Org-Mode
* mu4e/org-mu4e.el: Replaced org-make-link with concat to be compatible with current version of Org-Mode.
2012-08-22 11:55:13 -04:00
Thomas Wallrafen ef6bcc90e6 Added variable mu4e-confirm-quit. 2012-08-22 17:22:31 +02:00
djcb d93c0bb3e2 * mu4e: check if maildir is readable first (`mu4e~get-maildirs-1') 2012-08-22 11:52:24 +03:00
djcb 43fac91449 * dont'r require org in org-mu4e; it seems to cause problems. 2012-08-21 11:54:51 +03:00
djcb b15589cb24 * mu4e.texi: fix some menu ordering 2012-08-20 23:15:55 +03:00
djcb 93171a5b90 * lib: try to reopen database when it got updated from the outside (for guile) 2012-08-19 09:57:49 +03:00
djcb 90674172b9 * mu-store-write: use 'Xapian:WritableDatabase::commit' rather than '...flush' 2012-08-19 09:56:38 +03:00
djcb 19c6858b3f * mu4e-compose: fix small issue with completion / cosmetics 2012-08-19 09:55:28 +03:00
djcb 441c5a1b9b * mu-store-read: fix realpath checking 2012-08-19 09:54:51 +03:00
djcb e77abbeb29 * mu4e: fix mu4e-mark-handle-when-leaving (mu4e-headers-leave-behavior) 2012-08-17 08:34:08 +03:00
djcb 70bfa90ece * update TODO 2012-08-16 20:48:36 +03:00
djcb ba50104b8f * cosmetics 2012-08-16 20:48:01 +03:00
djcb 8853f0daa5 * mu4e: make address completion case-insensitive 2012-08-16 20:47:36 +03:00
djcb 1a5ee55a80 * mu4e-view: recognize '*' as part of url 2012-08-16 20:45:41 +03:00
djcb 12226c19c0 * mu4e: make elint-clean 2012-08-14 10:20:27 +03:00
djcb 020bf110cb * fix leak in test-mu-store 2012-08-11 22:30:13 +03:00
djcb 2f33744f59 * fix leak in mu_msg_get_header 2012-08-11 22:26:30 +03:00
djcb 3423b86e09 * fix leak in mu-msg-doc 2012-08-11 21:37:33 +03:00
djcb 38a2ee788b * bump glib version to 2.24, make gtest stuff non-optional
(even ubuntu 10.04 comes with 2.24, so that should be conservative enough)
2012-08-11 18:48:48 +03:00
djcb 05fbc63b32 * mu4e: don't use glyphless-char-display on emacs23 2012-08-11 12:23:53 +03:00
djcb 37b3e7f61f * mug.c: compatibility GDK_KEY_Escape vs GDK_Escape 2012-08-11 12:23:25 +03:00
djcb be9e9953b1 * mu4e: warn when org-export-string is not defined 2012-08-11 12:22:36 +03:00
djcb e47646e010 * mu-msg-sexp: don't make crypto required 2012-08-11 12:02:16 +03:00
djcb 477a36ca57 * mu-msg-crypto: don't use g_clear_object, it requires glib 2.28 2012-08-11 11:57:35 +03:00
djcb a80fb34c6d * mu4e: don't try to kill the headers window if it's the last one 2012-08-11 11:55:34 +03:00
djcb 3823dd5a6c * mu-msg-file: don't use g_clear_object, it requires glib 2.28 2012-08-11 11:55:06 +03:00
djcb 8e6903cb61 * mu-msg-part: don't use g_mime_part_iter_*: it's gmime 2.6 only 2012-08-11 11:54:08 +03:00
djcb 6037f713bb * www: some updates 2012-08-10 17:13:24 +03:00
djcb 4fa0c57d29 * mu-msg-file.c: don't try to over-optimize charset decoding; it broke iso-2022-jp 2012-08-10 17:13:05 +03:00
djcb d2a8ff697a * mu4e: update the text-or-html heuristic (html should be >= 10x plain text length) 2012-08-10 10:19:30 +03:00
djcb e02998493d * update TODO 2012-08-10 10:10:24 +03:00
djcb 96bcf42277 * lib: get_tags: support X-Label, X-Keywords and Keywords 2012-08-10 10:07:35 +03:00
djcb 9044ccc7f2 * mu4e: slightly improved attachment detection 2012-08-10 09:59:16 +03:00
djcb 74189c04a4 * mu-msg-sexp: mark attachments as such 2012-08-10 09:59:01 +03:00
djcb 1c058a1b9d * lib/crypto: disable pkcs7 for now 2012-08-10 09:39:24 +03:00
djcb 5fd9d79075 * mu4e: don't assume 'echo' supports -n in Makefile.am (OS-X fix) 2012-08-09 16:27:03 +03:00
djcb dba062b97c * tests: cleanup test-mu-msg.c 2012-08-09 11:46:00 +03:00
djcb b3760740f8 * update for attachment checking changes 2012-08-09 11:45:46 +03:00
djcb 51fe7fcae8 * lib: refactor attachment checking 2012-08-09 11:45:04 +03:00
djcb ea86b71294 * lib: fix embedded text indexing 2012-08-09 10:54:05 +03:00
djcb 89b52d7eed * guile: update test case 2012-08-09 10:39:45 +03:00
djcb 70856427cf * cosmetic 2012-08-09 10:34:05 +03:00
djcb 7b13676f3c * tests: X-Label tags are space-separated, X-Keywords are comma-separated 2012-08-09 10:33:56 +03:00
djcb 6d91589791 * lib: fix initialization in get_tags 2012-08-09 10:07:23 +03:00
djcb ff9426985f * doc: mention X-Keywords support 2012-08-09 10:04:20 +03:00
djcb cb17e22d48 * lib/tests: support X-Label and X-Keywords, update unit test 2012-08-09 10:01:06 +03:00