Commit Graph

401 Commits

Author SHA1 Message Date
3d0282b17a * mu4e-compose: hide some headers 2012-06-15 18:23:10 +03:00
a8f878fe7c * mu4e-headers.el: remove sorting hack, no longer needed 2012-06-15 18:22:48 +03:00
4b09cce972 * mu4e-util.el: don't be _too_ picky in mu4e-read-option + improve docstring 2012-06-15 11:46:56 +03:00
79f17ab4ad * mu4e-headers: make refreshing default when changing sort etc.; also turn off
threading when sorting for anything but date
2012-06-15 11:46:11 +03:00
6c854e4a25 * mu4e-view: select the headers window after quiting, if it's available 2012-06-15 11:09:27 +03:00
28583c4a9d * mu4e: improve buffer killing / switching behavior. less intrusive for other windows. 2012-06-15 11:01:40 +03:00
53ac79dd9c * mu4e: move mu4e-about to mu4e-utils, fix build, add [A] shortcut in mu4e-main 2012-06-15 11:00:21 +03:00
62efed8772 * mu4e: add an 'about mu4e' item to the main view 2012-06-15 09:57:48 +03:00
2367ab2d67 * mu4e: add support for custom matcher functions (WIP) 2012-06-14 21:54:24 +03:00
0d913c1a1f * new feature: deferred marking, i.e. mark now, decide what for later (WIP) 2012-06-14 19:10:02 +03:00
6c61b44a87 * mu4e-marks.el: some improvements in marking:
- use 'r' for marking as 'read'
   - show an overlay string for all marks to tell what they do
   - (this can be disabled by setting mu4e-headers-show-target to nil)
   - document this
2012-06-14 11:13:00 +03:00
6fb6c06572 * mu4e-proc.el: hide the mu4e process buffer from the buffer list 2012-06-14 09:58:13 +03:00
c9948d5072 * mu4e-compose.el: clean up draft buffers after message sending 2012-06-14 09:57:47 +03:00
9b579e0265 * mu4e-view.el: make sure we're applying marks to the messages where
viewing (while in view mode)
2012-06-12 20:58:32 +03:00
65a2a17209 * mu4e.texi: some improvements 2012-06-12 10:21:44 +03:00
d67f0f181b * mu4e-headers.el: give better feedback when changing sort-order/threading/full-search, document it. 2012-06-12 00:34:56 +03:00
1c8f12c25e * mu4e-actions.el: use the improved mu4e-action-view-in-browser 2012-06-12 00:20:01 +03:00
aa1c296ded * mu4e-headers: remove debug output 2012-06-12 00:15:22 +03:00
a4bef96620 * mu4e-utils.el: improve mu4e-quit-buffer (bury-buffer) 2012-06-12 00:15:06 +03:00
9991c6fd60 * fix the mu4e-read-option callers 2012-06-11 16:53:29 +03:00
dcf2b6006c * fix mu4e-read-option and its callers; update the manual for this. 2012-06-11 16:40:23 +03:00
df0103569a * small doc fix 2012-06-11 12:06:25 +03:00
cb9b2095a6 * make the 'window management' (killing windows etc.) a bit less aggressive 2012-06-11 12:03:37 +03:00
3c72b336f4 * mu4e.texi: update documentation 2012-06-10 16:14:35 +03:00
8b4dd81581 * mu4e: fix byte-compilation warnings 2012-06-10 16:14:21 +03:00
45d3d8b4f5 * make 'search-all' a togglable setting rather than a prefix arg, using
mu4e-headers-toggle-full-search
2012-06-10 13:24:41 +03:00
5946499218 * silence some more compiler warnings 2012-06-10 12:21:41 +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
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
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
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
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
e949ea3233 * mu4e.texi: document Stephen Eglen's attach-from-dired trick 2012-06-04 10:32:33 +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