Commit Graph

2174 Commits

Author SHA1 Message Date
fd8e0f3166 * update TODO 2012-06-04 12:13:09 +02:00
248f252172 * mu4e-compose.el: (1) ensure newline after message-separator + (2) bury, don't kill sent buffers
(1) some people were reporting a missing newline after the message
   separator, which broke editing when there was not message signature. I haven't
   been able to reproduce with the current mu4e, with either emacs 23 or 24,
   but hopefully this helps

   (2) don't kill send buffers (which may not work), bury them instead (let
   message-mode handle this). To kill the buffers, set
   message-kill-buffer-on-exit to t.
2012-06-04 12:10:56 +02:00
6c2f3b03d2 * mu4e-utils.el: support showing images online also for the non-imagemagick case 2012-06-04 11:29:07 +02:00
0ae12f1abf * update TODO 2012-06-04 10:33:07 +02:00
40837a134e * minor 2012-06-04 10:32:45 +02:00
e949ea3233 * mu4e.texi: document Stephen Eglen's attach-from-dired trick 2012-06-04 10:32:33 +02:00
0cf414db73 * update test cases for the ignoring (or checking) invalid message flag letters 2012-06-01 14:04:18 +02:00
895ab10a4b * optionally ignore invalid (unknown) message flag letters, update callers 2012-06-01 14:03:43 +02:00
7008e108ae * mu-maildir.c: fix compiler warning 2012-06-01 12:35:46 +02:00
b50adb1c0a * split off test-mu-msg test cases 2012-06-01 12:35:30 +02:00
b7a7041828 * updated TODO 2012-05-30 17:26:04 +02:00
d50b920e33 * some better error reporting in test cases 2012-05-30 17:25:49 +02:00
41e73efd38 * mu4e-utils: cache the list of maildirs in `mu4e-get-maildirs', document this 2012-05-29 10:12:32 +02:00
a019041400 * mu4e-proc: hide some headers 2012-05-25 17:04:07 +03:00
a8fc9cd82f * update TODO 2012-05-25 16:52:17 +03:00
ad670f5de4 * enable writing messages using org-mode, on-fly conversion to html, document it 2012-05-25 16:51:23 +03:00
f7699c0ad3 * mu-msg-sexp.c: add contact info later in the sexp so that we can access file
data (in the !header_only case), i.e.. Reply-To
2012-05-23 23:34:28 +03:00
c28273d2a2 * update NEWS 2012-05-23 17:07:05 +03:00
a493ffdb1d * WIP: use org-mode for writing rich-text messages 2012-05-23 17:04:26 +03:00
ecf18e9ac9 * mu-util.c: return FALSE in all case for mu_util_g_set_error 2012-05-22 16:49:57 +03:00
9367f1ac6d * support '.noupdate' -- similar to '.noindex', maildirs containing
'.noupdate' will be ignored; however, they will _not_ be ignored when doing
  a full update (--rebuild)
2012-05-22 10:19:49 +03:00
5d5533c953 * fix errors when doing next/forward in split-view 2012-05-21 15:28:55 +03:00
ab119df2d9 * mu4e-view.el: fix mu4e~view-fontify-cited 2012-05-21 15:11:56 +03:00
a480ee9789 * fix refactoring fall-out 2012-05-21 11:16:49 +03:00
44902f4e2c * add some missing files for refactoring, bump version 2012-05-21 09:45:13 +03:00
46f10cfde9 * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
605657d4de * cleanup mu4e~view-fontify-cited a bit, and add a few levels 2012-05-20 20:13:27 +03:00
ea101876e2 * fix next / unmark behavior in view, headers 2012-05-20 19:59:57 +03:00
c1bfc0949a * append all inline text/plain parts for the body, add test cases 2012-05-20 10:57:23 +03:00
1370523b97 * update TODO 2012-05-17 20:44:28 +03:00
80cd63ff36 * guile: allow specifying a max # of search results in mu:for-each-message and mu:message-list 2012-05-17 20:44:20 +03:00
9a3ff97acf * cosmetic 2012-05-17 10:58:02 +03:00
ca87649efd * gmime-test.c: set up locale 2012-05-17 10:57:40 +03:00
560eb77f69 * another fix for mu4e~headers-redraw-get-view-window 2012-05-16 21:25:09 +03:00
87ddafb37a * small (temp) fix for mu4e~headers-redraw-get-view-window 2012-05-16 20:56:19 +03:00
0776476522 * WIP: show image attachment inline (mu4e-view-show-images) 2012-05-16 20:47:13 +03:00
47e7720464 * support getting all image attachments as temp files (change in mu-msg-sexp
api)
2012-05-16 20:45:31 +03:00
3bbff2e9ad * mu4e-compose.el: activate mu4e-compose-mode earlier, so send/sent hooks work 2012-05-14 22:47:39 +03:00
a1c4e2f21e * add some test mails for the unit tests 2012-05-14 22:41:54 +03:00
1dbb3aa395 * mu4e-mark: don't try to use a nil hash 2012-05-14 15:58:20 +03:00
301de6536f * cosmetic 2012-05-14 11:20:19 +03:00
77464acc10 * mu-index.c: improve error message for invalid e-mails 2012-05-14 11:20:10 +03:00
d6053ec737 * mu4e: allow for interactively changing number of headers or columns show in
split view, using C-+, C--. Idea by Jacek Generowicz.
2012-05-14 10:45:39 +03:00
ccb078bd89 * mu-cmd-server.c: properly quote error messages 2012-05-14 09:32:28 +03:00
a411a567a1 * mu4e-view: require cl 2012-05-13 15:02:57 +03:00
10bd54e8b0 * mu4e.texi: improved documentation, add chapter about marking 2012-05-13 15:02:40 +03:00
15c502a2e8 * bump version to 0.8.9.5-dev2 2012-05-13 13:12:28 +03:00
3e10a3472c * mu4e-headers: add mu4e-headers-from-or-to-prefix 2012-05-13 13:12:03 +03:00
0834dd5974 * mu4e: get information about all mime parts, not just attachments 2012-05-13 13:10:56 +03:00
5dbc2fbcd7 * mu-extract.1: fix typo 2012-05-12 17:11:23 +03:00