79f76c0057
* mu-cmd-server.c: fix some compiler warnings
2012-06-10 11:50:46 +03:00
2a648d3e76
* update gitignore
2012-06-10 11:50:34 +03:00
657f6f179f
* add some pics
2012-06-10 11:50:20 +03:00
6c4b24c959
* update gitignore
2012-06-10 11:44:46 +03:00
acd0218cc1
* update docs
2012-06-10 11:44:31 +03:00
fc03e613c5
* fix some fallout from recent changes
2012-06-10 11:33:31 +03:00
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
f37de2174c
* mu4e-proc: don't use process-live-p, it's emacs24 only
2012-06-08 22:26:16 +03:00
f89a885c19
* mu4e-compose.el: reuse `message-strip-subject-re' to construct the reply
...
subject lines; add a space 'Re: ' and 'Fwd: '
2012-06-08 22:14:03 +03:00
0b443c04d4
* test-mu-query.c: fix test cases
2012-06-08 15:51:08 +03:00
2c79640c54
* mu4e-headers: use 'S' for editing the last query, to be consistent with mu4e-view
2012-06-07 16:30:33 +03:00
76e70185a2
* mu4e: support extracting ranges of attachments (C-u e); contributed by
...
Stephen Eglen.
2012-06-07 16:24:58 +03:00
43785adbf1
* mu4e.texi: improve installation instructions
2012-06-07 00:17:18 +03:00
52c8b68352
* mu-cmd-server.c, TODO: provide error msg when attempting to move to existing file
2012-06-07 00:16:52 +03:00
6f9f852386
* update TODO
2012-06-06 11:08:15 +03:00
bbbc8538ea
* mu4e-utils.el: better runtime check for imagemagick
2012-06-06 11:08:05 +03:00
d23277f3b3
* mu4e.texi: small doc fixes
2012-06-06 11:07:48 +03:00
3af6abcc6b
* mu4e-proc.el: improve process check
2012-06-06 08:17:48 +03:00
e87b5fd248
* guile: add format 'quoted' to contacts, use it in the example script
2012-06-06 08:17:24 +03:00
15d31f75c9
* mu4e-view.el: better handle pipe commands on attachments
2012-06-06 08:16:16 +03:00
371ef064ed
* mu4e-view.el: s/mu4e-view-headers-search-(edit|narrow)/mu4e-view-search-(edit|narrow)/
2012-06-06 08:02:48 +03:00
35afc9c75e
* mu4e.texi: some more improvements
2012-06-05 14:43:18 +02:00
17475348ff
* mu4e.texi: update the FAQ a bit
2012-06-05 14:36:21 +02:00
7ca4784c20
* org-mu4e.el: add a comment
2012-06-04 12:30:17 +02:00
00c92ef715
* mu4e-compose.el: cleanup signature insertion a bit
2012-06-04 12:29:48 +02:00
90f43084e6
* mu4e-compose.el: mark the message-separator as read-only, and fontify it
2012-06-04 12:17:51 +02:00
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