Commit Graph

2260 Commits

Author SHA1 Message Date
djcb a6f334661c * update for mu-0.9.8.5 2012-07-01 20:47:43 +03:00
djcb 13ee2ef420 * update TODO 2012-06-29 10:11:45 +03:00
djcb 0b70a457de * clear non-numerics from dates, so '2012-06-12' is parsed correctly 2012-06-29 10:11:26 +03:00
djcb 38d92b98c2 * mu4e-headers.el: don't try to view messages where there are none, make
'Waiting for message' read-only
2012-06-27 19:01:58 +03:00
djcb 006f1ece1f * minor 2012-06-26 22:49:34 +03:00
djcb 7816436b2a * mu4e-utils: cleanup some outlook encoding garbage 2012-06-26 22:49:01 +03:00
djcb b16aab5b3d * update some documentation 2012-06-26 22:47:25 +03:00
djcb e5448adbb8 * robustness/cleanup fixes:
- mu-util.c: don't raise errors when fputs failes (this would spam us when a
    pipe broke)
  - mu-cmd-server.c: handle SIGPIPE, ignore empty command lines
2012-06-26 13:11:50 +03:00
djcb 8b6a65114e * mu-find.1: don't recommend quoting the whole query (rather than terms) 2012-06-25 11:12:16 +03:00
djcb b87cb4bef9 * updated TODO 2012-06-24 23:19:52 +03:00
djcb 8dfeb8fa41 * mu4e: autocompletion should work for emacs 23.2 and later 2012-06-24 17:41:02 +03:00
djcb a73f06857d * mu4e-compose: unbreak address completion on emacs 23 (at least 23.4) 2012-06-24 17:27:57 +03:00
djcb 71d3371a63 * mu4e: unbreak address auto-completion on emacs24 2012-06-24 16:34:01 +03:00
djcb 4164a9bf0a * mu4e: don't show messages when we're waiting for user-input 2012-06-24 11:53:43 +03:00
djcb fe755579a7 * mu4e-view.el: don't create new view buffers all the time 2012-06-24 11:44:40 +03:00
djcb 4b228535d0 * update TODO 2012-06-24 10:47:04 +03:00
djcb 0b808aff91 * mu4e-headers.el: don't create many message-views 2012-06-24 10:38:26 +03:00
djcb 0af32c4735 * cosmetic 2012-06-24 10:38:09 +03:00
djcb 85f1f31bf6 * update TODO 2012-06-24 09:46:08 +03:00
djcb 43e7a0c5df * mu4e-compose: disable auto-completion for emacs23 for now 2012-06-24 09:45:53 +03:00
djcb 1d7b7a00ce * mu4e-view: be a bit more strict when considering lines for citation 2012-06-24 09:45:01 +03:00
djcb e90be96670 * mu4e-utils: make getting contacts less chatty 2012-06-23 19:38:26 +03:00
djcb 325dfdc483 * mu4e-view: fix visiting mailto: links (emacs23) 2012-06-23 19:38:06 +03:00
djcb 5fba6583ef * TODO: update 2012-06-23 18:16:28 +03:00
djcb 5a731ea624 * mu4e-utils: don't use `walk-windows' when manipulating them 2012-06-23 18:14:49 +03:00
djcb 75dbcda4c2 * cosmetic 2012-06-23 18:14:04 +03:00
djcb 1037fde192 * mu4e-compose: some improvement for emacs23 handling / address completion 2012-06-23 18:13:53 +03:00
djcb 79f1819160 * mu4e-headers: kill the existing message view 2012-06-23 11:28:56 +03:00
djcb e792c61f32 * mu4e: when moving messages, always reset the N flag
(since N (new) messages cannot have any other flags, you would loose
  e.g. the T flag when moving to trash; now, we remove the N flag, and the T
  flag remains)
2012-06-23 10:11:18 +03:00
djcb 59433c91cb * minor 2012-06-22 09:45:28 +03:00
djcb cf2e716e9c * mu4e-compose: some workarounds to make address completion work on emacs23 2012-06-22 09:45:06 +03:00
djcb 5c0f82af38 * mu4e-compose: s/refererences/references/ 2012-06-21 21:19:29 +03:00
djcb 8fe5201e8e * mu4e-utils: some fixes: the update-mail sentinel, don't use 'floor' with
encode time

  	 (the latter broke address autocompletion on 32-bit platforms, it seems)
2012-06-21 21:16:34 +03:00
djcb 68169cc033 * mu-cmd-index.c: don't use repeated-\b, use \r in progress reporting (thanks
to Daniel Beer)

     - this should fix progress reporting when running mu index under 'screen'
2012-06-21 20:29:12 +03:00
djcb 7d43337f76 * mu4e: set mu4e-compose-complete-only-personal to nil by default, and
document this

  note: otherwise completion may not give any results until user sets up 'my
  address' correctly.
2012-06-20 20:42:39 +03:00
djcb dea26471d0 * fix _MuStore initialization; proliferate API change 2012-06-20 20:33:58 +03:00
djcb 2b43ed461b * cosmetic 2012-06-20 20:15:01 +03:00
djcb 157abec792 * update TODO 2012-06-20 20:14:48 +03:00
djcb 63687e87a0 * documentation updates 2012-06-20 11:29:57 +03:00
djcb 4dee4ccd28 * mu-cmd-server: some cleanups for the 'contacts' command 2012-06-20 11:29:46 +03:00
djcb b1449376b4 * mu4e: improve the address autocompletion and its documentation 2012-06-20 11:29:19 +03:00
djcb ef17c2f731 * mu cfind: some fixes 2012-06-20 11:28:34 +03:00
djcb 8971b88c23 * mu-index.1: document --my-address parameter, update performance notes 2012-06-20 09:21:10 +03:00
djcb 093534580d * mu-cmd-server.c: some fixes for 'my-address' support 2012-06-20 09:20:46 +03:00
djcb 2c99e598a1 * cfind: add support for the --after and --personal parameters, and document them 2012-06-20 09:20:15 +03:00
djcb b150f45090 * mu4e: support setting my-addresses when indexing 2012-06-19 17:59:35 +03:00
djcb 39ff643e48 * store: allow setting my-addresses 2012-06-19 17:59:16 +03:00
djcb eb6e0906bd * mu4e-utils: better detect (and warn about) old-style options to mu4e-read-option 2012-06-19 14:14:25 +03:00
djcb e1915139e8 * mu4e: handle mailto: urls; based on a patch by Christian Neumann 2012-06-19 14:12:54 +03:00
djcb 6da93c99ec * mu4e.texi: update instruction for sauron 2012-06-19 12:13:59 +03:00