Commit Graph

2189 Commits

Author SHA1 Message Date
djcb 4b09cce972 * mu4e-util.el: don't be _too_ picky in mu4e-read-option + improve docstring 2012-06-15 11:46:56 +03:00
djcb 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
djcb 6c854e4a25 * mu4e-view: select the headers window after quiting, if it's available 2012-06-15 11:09:27 +03:00
djcb 28583c4a9d * mu4e: improve buffer killing / switching behavior. less intrusive for other windows. 2012-06-15 11:01:40 +03:00
djcb 53ac79dd9c * mu4e: move mu4e-about to mu4e-utils, fix build, add [A] shortcut in mu4e-main 2012-06-15 11:00:21 +03:00
djcb 62efed8772 * mu4e: add an 'about mu4e' item to the main view 2012-06-15 09:57:48 +03:00
djcb 2367ab2d67 * mu4e: add support for custom matcher functions (WIP) 2012-06-14 21:54:24 +03:00
djcb 0d913c1a1f * new feature: deferred marking, i.e. mark now, decide what for later (WIP) 2012-06-14 19:10:02 +03:00
djcb 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
djcb 6fb6c06572 * mu4e-proc.el: hide the mu4e process buffer from the buffer list 2012-06-14 09:58:13 +03:00
djcb c9948d5072 * mu4e-compose.el: clean up draft buffers after message sending 2012-06-14 09:57:47 +03:00
djcb 245de14b1d * make guile/gtk/webkit dep optional (i.e., --disable-guile, --disable-webkit,
--with-gui=none); bump version to 0.9.8.5-dev4
2012-06-13 10:22:54 +03:00
djcb 4dadca3a8d * mu-maildir: preserve custom (non-standard) maildir file flags 2012-06-13 09:10:22 +03:00
djcb d497bfe804 * add mu_flags_custom_from_str, to get the custom flags in a message file name 2012-06-13 08:14:06 +03:00
djcb 664ebce107 * minor 2012-06-13 08:11:32 +03:00
djcb cc125b4218 * cosmetic 2012-06-13 08:11:05 +03:00
djcb 9620682c44 * update TODO 2012-06-12 20:59:13 +03:00
djcb 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
djcb 9133750d24 * mu-str.c: fix bug in check_for_field 2012-06-12 11:55:59 +03:00
djcb 65a2a17209 * mu4e.texi: some improvements 2012-06-12 10:21:44 +03:00
djcb d67f0f181b * mu4e-headers.el: give better feedback when changing sort-order/threading/full-search, document it. 2012-06-12 00:34:56 +03:00
djcb 1c8f12c25e * mu4e-actions.el: use the improved mu4e-action-view-in-browser 2012-06-12 00:20:01 +03:00
djcb aa1c296ded * mu4e-headers: remove debug output 2012-06-12 00:15:22 +03:00
djcb a4bef96620 * mu4e-utils.el: improve mu4e-quit-buffer (bury-buffer) 2012-06-12 00:15:06 +03:00
djcb 46a6b445b3 * mu: use g_print, no g_message (the latter is hidden) for output 2012-06-12 00:12:22 +03:00
djcb 1774a42882 * lib/tests: update tests for GStringChunk-related API changes 2012-06-12 00:11:52 +03:00
djcb 423a1d7140 * mu4e: use GStringChunk* for string normalization / escaping
- this should fix the rare bug for some non-Latin unicode blocks,
  simplify some code, and possibly improve performance a bit
2012-06-12 00:11:14 +03:00
djcb 9991c6fd60 * fix the mu4e-read-option callers 2012-06-11 16:53:29 +03:00
djcb dcf2b6006c * fix mu4e-read-option and its callers; update the manual for this. 2012-06-11 16:40:23 +03:00
djcb d5d567d103 * update TODO 2012-06-11 12:06:32 +03:00
djcb df0103569a * small doc fix 2012-06-11 12:06:25 +03:00
djcb cb9b2095a6 * make the 'window management' (killing windows etc.) a bit less aggressive 2012-06-11 12:03:37 +03:00
djcb 3c72b336f4 * mu4e.texi: update documentation 2012-06-10 16:14:35 +03:00
djcb 8b4dd81581 * mu4e: fix byte-compilation warnings 2012-06-10 16:14:21 +03:00
djcb 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
djcb 7bb62db99e * mu-cmd-server.c: get initially, get *all* messages when doing a threaded
search. thus, it's more likely we get full threads, since threading is done
  on all messages.
2012-06-10 12:52:57 +03:00
djcb 5946499218 * silence some more compiler warnings 2012-06-10 12:21:41 +03:00
djcb aa8c86abfa * configure.ac: report on whether we are building mug2 2012-06-10 12:10:58 +03:00
djcb dea5a7892d * mu-msg-part.h: include unistd.h, to unbreak ubuntu 10.04 compilation 2012-06-10 12:10:28 +03:00
djcb 79f76c0057 * mu-cmd-server.c: fix some compiler warnings 2012-06-10 11:50:46 +03:00
djcb 2a648d3e76 * update gitignore 2012-06-10 11:50:34 +03:00
djcb 657f6f179f * add some pics 2012-06-10 11:50:20 +03:00
djcb 6c4b24c959 * update gitignore 2012-06-10 11:44:46 +03:00
djcb acd0218cc1 * update docs 2012-06-10 11:44:31 +03:00
djcb fc03e613c5 * fix some fallout from recent changes 2012-06-10 11:33:31 +03:00
djcb 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
djcb f37de2174c * mu4e-proc: don't use process-live-p, it's emacs24 only 2012-06-08 22:26:16 +03:00
djcb 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
djcb 0b443c04d4 * test-mu-query.c: fix test cases 2012-06-08 15:51:08 +03:00
djcb 2c79640c54 * mu4e-headers: use 'S' for editing the last query, to be consistent with mu4e-view 2012-06-07 16:30:33 +03:00