54ce26cc11
* remove mu4e-raw-view, refactor processing attachments, messages through
...
pipes a bit. Document it.
2012-04-18 19:10:48 +03:00
9e58ff96ed
* mu4e-view.el: make the open-in-emacs attachment temp files read-only
2012-04-18 07:41:37 +03:00
22a092cda7
* cosmetic
2012-04-18 07:18:23 +03:00
04d14affaf
* make version available in the documentation (version.texi.in)
2012-04-18 07:17:49 +03:00
443a5a4fea
* mu4e-get-maildirs: make it work recursively
2012-04-17 20:35:32 +03:00
a04a1ea449
* mu4e.texi: include the version, add note about using mu-cite
2012-04-17 20:35:02 +03:00
bbd55fe787
* cosmetics
2012-04-16 23:10:16 +03:00
2ac3a63f98
* fetchmail returns non-zero when there is no mail; try to handle this a bit
...
more gracefully by showing (possible) 'errors for 5 seconds in the update buffer
2012-04-16 23:09:42 +03:00
127a9108fb
* re-use the `message-mode' citation engine for generating cited messages (WIP)
2012-04-16 22:06:49 +03:00
57c261ef87
* cosmetics
2012-04-16 20:54:58 +03:00
7e53caa0a9
* mu4e-view.el: don't try to kill the window when it's the last one
2012-04-16 20:50:16 +03:00
eae29c1958
* attempt to maximize the mu4e-main window
2012-04-16 20:47:52 +03:00
1026930d58
* mu4e-hdrs.el: if there's a visible view window, select that one first before
...
composing
the headers buffer is usually a bad place to be replaced by the compose
buffer, so instead select the view buffer first, if it's available
2012-04-16 20:42:56 +03:00
95e49a33c4
* mu4e-view.el: make sure the output buffer is writable
2012-04-16 19:33:49 +03:00
1a53158bce
* mu4e.texi: add note about mu logging
2012-04-16 19:33:21 +03:00
862a657f35
* mu4e-utils.el: don't close mail retrieval window when there's an error
2012-04-16 19:09:10 +03:00
bc13c49736
* improved debugging/logging support
...
- add mu4e-toggle-logging to enable/disable logging
- add mu4e-show-log to view the log buffer, and bind it to '$' in the
main/header/view buffers
- add a note about it to the doc (mu4e.texi)
- make mu4e-log the the new logging function, use colors to distinguish
incoming/outgoing data
- only keep last 1200 lines of log in the log buffer
2012-04-16 18:31:48 +03:00
bdcb4530f7
* experimental: allowing 'capturing' messages, attaching them to mails
2012-04-15 22:51:08 +03:00
458dfcbe17
* mu4e.texi: document new attachment handling functionality
2012-04-15 14:24:07 +03:00
2fd793746c
* mu4e-utils: fixes for mu4e-read-option
2012-04-15 14:23:44 +03:00
6b4ced1f4f
* implement additional attachment handling functions; update for new backend protocol
2012-04-15 14:22:43 +03:00
c71ccfcd65
* mu4e-{compose,hdrs,proc}.el: updates (many!) for the changes in the backend protocol
2012-04-15 14:21:59 +03:00
0ceffe1c62
* one mu4e-sent-messages-behavior is enough
2012-04-13 22:17:21 +03:00
a3a5d1a6ca
* cosmetic
2012-04-12 09:02:43 +03:00
47467726d4
* mu4e-view.el: extended attachment handling (WIP)
2012-04-12 09:02:25 +03:00
da0a77343d
* mu4e-hdrs.el: restore mark checking when leaving the headers buffer
2012-04-12 09:01:28 +03:00
e7247a5e0f
* mu4e: code refactoring / cleanup
2012-04-11 22:31:52 +03:00
b633d0c74a
* mu4e-hdrs.el: put checking for reply-all or reply-sender-only in
...
mu4e--user-wants-reply-all, use the new mu4e-read-option function
2012-04-11 18:30:12 +03:00
1fe8e694f2
* emacs/mu4e-utils.el: add function mu4e-read-option to easily add
...
multiple-choice question for the user
2012-04-11 18:28:55 +03:00
1f4b169a09
* mu4e-view.el: fix closing / killing the view buffer
2012-04-11 18:27:26 +03:00
f7335bf6cd
* mu4e-hdrs.el: fix highlighting / automatic opening of messages when in the
...
headers view
2012-04-11 18:26:50 +03:00
98b454e761
* mu4e: update doc
2012-04-11 02:11:47 +03:00
c090716509
* mu4e-view.el: fix closing, some cosmetics
2012-04-11 02:08:32 +03:00
250026f2d6
* mu4e-hdrs.el: get rid of the thread-marks, no longer needed
2012-04-11 02:08:02 +03:00
86c4e7042a
* mu4e-send.el: update some var names, remove some debuging stuff, fix some
...
byte-compiling errors
2012-04-11 02:06:40 +03:00
7950e6b47b
* mu4e-send: rewrite the code for determining cc:, to: addresses for message
...
replies
- code was broken, and didn't correctly use reply-to etc.
2012-04-11 01:17:53 +03:00
2a23762f6f
* cosmetics
2012-04-11 01:15:42 +03:00
7adc7b38b0
* mu4e-utils: fix silly extra set of parentheses - thanks to James Ladan
2012-04-11 00:33:23 +03:00
9c03b76834
* don't return to headers view after closing mu4e
2012-04-10 18:13:03 +03:00
3e723b331a
* mu4e-hdrs.el: fix window splitting for emacs-23 compatibility
2012-04-10 17:56:06 +03:00
b2f3610c65
* mu4e-version.el.in: use @VERSION@, not @PACKAGE_STRING@ to compare the version
2012-04-10 09:08:29 +03:00
d0ff61b98a
* cosmetic
2012-04-09 23:48:57 +03:00
f2bbf744aa
* mu4e-hdrs.el: fix some of the header-view-split corner cases
2012-04-09 23:48:30 +03:00
edda59bff7
* mu4e: restructure code a bit and enable byte-compilation
2012-04-09 16:34:52 +03:00
b943f5630e
* mu4e.texi: fix typo
2012-04-09 12:01:07 +03:00
757d97421b
* emacs/TODO: update
2012-04-09 11:53:05 +03:00
16a35ef58e
* mu4e.texi: document the split view
2012-04-09 11:52:49 +03:00
ae54538ea2
* mu4e-mail.el: use the mu4e-utils.el
2012-04-09 11:52:33 +03:00
9649c89a1f
* emacs/Makefile.am: add mu4e-utils.el
2012-04-09 11:51:52 +03:00
344b1aea2e
* further work on split-view (WIP)
2012-04-09 11:51:24 +03:00