Commit Graph

441 Commits

Author SHA1 Message Date
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
006f1ece1f * minor 2012-06-26 22:49:34 +03:00
7816436b2a * mu4e-utils: cleanup some outlook encoding garbage 2012-06-26 22:49:01 +03:00
b16aab5b3d * update some documentation 2012-06-26 22:47:25 +03:00
8dfeb8fa41 * mu4e: autocompletion should work for emacs 23.2 and later 2012-06-24 17:41:02 +03:00
a73f06857d * mu4e-compose: unbreak address completion on emacs 23 (at least 23.4) 2012-06-24 17:27:57 +03:00
71d3371a63 * mu4e: unbreak address auto-completion on emacs24 2012-06-24 16:34:01 +03:00
4164a9bf0a * mu4e: don't show messages when we're waiting for user-input 2012-06-24 11:53:43 +03:00
fe755579a7 * mu4e-view.el: don't create new view buffers all the time 2012-06-24 11:44:40 +03:00
4b228535d0 * update TODO 2012-06-24 10:47:04 +03:00
0b808aff91 * mu4e-headers.el: don't create many message-views 2012-06-24 10:38:26 +03:00
0af32c4735 * cosmetic 2012-06-24 10:38:09 +03:00
43e7a0c5df * mu4e-compose: disable auto-completion for emacs23 for now 2012-06-24 09:45:53 +03:00
1d7b7a00ce * mu4e-view: be a bit more strict when considering lines for citation 2012-06-24 09:45:01 +03:00
e90be96670 * mu4e-utils: make getting contacts less chatty 2012-06-23 19:38:26 +03:00
325dfdc483 * mu4e-view: fix visiting mailto: links (emacs23) 2012-06-23 19:38:06 +03:00
5a731ea624 * mu4e-utils: don't use `walk-windows' when manipulating them 2012-06-23 18:14:49 +03:00
75dbcda4c2 * cosmetic 2012-06-23 18:14:04 +03:00
1037fde192 * mu4e-compose: some improvement for emacs23 handling / address completion 2012-06-23 18:13:53 +03:00
79f1819160 * mu4e-headers: kill the existing message view 2012-06-23 11:28:56 +03:00
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
59433c91cb * minor 2012-06-22 09:45:28 +03:00
cf2e716e9c * mu4e-compose: some workarounds to make address completion work on emacs23 2012-06-22 09:45:06 +03:00
5c0f82af38 * mu4e-compose: s/refererences/references/ 2012-06-21 21:19:29 +03:00
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
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
2b43ed461b * cosmetic 2012-06-20 20:15:01 +03:00
63687e87a0 * documentation updates 2012-06-20 11:29:57 +03:00
b1449376b4 * mu4e: improve the address autocompletion and its documentation 2012-06-20 11:29:19 +03:00
b150f45090 * mu4e: support setting my-addresses when indexing 2012-06-19 17:59:35 +03:00
eb6e0906bd * mu4e-utils: better detect (and warn about) old-style options to mu4e-read-option 2012-06-19 14:14:25 +03:00
e1915139e8 * mu4e: handle mailto: urls; based on a patch by Christian Neumann 2012-06-19 14:12:54 +03:00
6da93c99ec * mu4e.texi: update instruction for sauron 2012-06-19 12:13:59 +03:00
754eb2338e * mu4e.texi: update example for the new mu4e-read-option syntax 2012-06-19 08:07:30 +03:00
0aeb9f71c8 * mu4e: basic support for auto-completing contacts when composing messages 2012-06-18 18:03:24 +03:00
523becb84c * mu4e-view: fix buffer quiting 2012-06-16 10:45:51 +03:00
348628d92f * mu4e.texi: small doc fix 2012-06-16 09:43:13 +03:00
929b7e2d74 * mu4e-headers: fix mu4e-headers-query-(prev|next) 2012-06-16 09:31:45 +03:00
d238d186ce * mu4e-compose.el: strip existing signatures from replies 2012-06-16 08:57:13 +03:00
3cb1a5e073 * mu4e-compose.el: remove some debug crap 2012-06-16 08:38:00 +03:00
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