1
0
mirror of https://github.com/djcb/mu.git synced 2024-07-01 08:11:06 +02:00
Commit Graph

206 Commits

Author SHA1 Message Date
djcb
3a5cb2d037 * mu4e: add note to doc about gpg-agent 2012-10-29 16:03:52 +02:00
djcb
bb8bb20970 * mu4e: mu4e-compose: fix sent-handler when using org, fix remembering draft
maildir, update doc
2012-10-29 12:27:32 +02:00
djcb
0b2b984150 * mu4e: add example mu4e-action-git-apply-patch 2012-10-29 12:26:17 +02:00
djcb
feba2bb377 * mu4e: fix target == nil case in mu4e-mark-set (thanks to Jonas Bernoulli)
Previously when TARGET was nil, point was moved which changed the
region that is later used to determine the messages to be marked.
2012-10-29 12:25:07 +02:00
djcb
16beb8cd95 * mu4e: mu4e-view set buffer-local vars *before* mark-as-read 2012-10-29 12:22:07 +02:00
djcb
5630273d51 * mu4e: add functions mu4e-message-field-at-point, mu4e-message-has-field 2012-10-28 19:31:13 +02:00
djcb
d5d0b11b98 * mu4e: set mu4e~view-msg, mu4e~view-headers-buffer *after* setting
mu4e-view-mode

  (this fixes the 'view-raw' case for new messages)
2012-10-28 19:30:27 +02:00
djcb
ec25124693 * cosmetic / minor 2012-10-27 14:41:20 +03:00
djcb
38067eda44 * mu4e: mu4e~proc-send-command: add 'use-agent:true' 2012-10-27 14:39:42 +03:00
djcb
433ac90c50 * mu4e: s/mu4e-contact-field-matches/mu4e-message-contact-field-matches/ in mu4e.texi 2012-10-27 14:38:39 +03:00
djcb
9bf8edf03b * minor 2012-10-25 12:28:11 +03:00
djcb
f64922e026 * mu4e: update the mail/indexing update process:
- M-x mu4e-update-mail-and-index (C-S-U in main/headers/view/compose, with
  prefix arg, run in background
  - M-x mu4e-update-index to only update the index
  - document / add to FAQ
2012-10-25 11:59:50 +03:00
djcb
dc5f27c899 * mu4e: check for marks when auto-updating (don't do it if there are any) 2012-10-24 23:49:26 +03:00
djcb
ae44852f80 * mu4e: better defcustom for -folder vars 2012-10-24 23:48:56 +03:00
djcb
7f20ab33b9 * mu4e: automatically update headers when there are updates during indexing,
while there is no current user-interaction. Document this, add to NEWS

  (set `mu4e-headers-auto-update' to nil) to disable
2012-10-24 18:36:50 +03:00
djcb
ba50d94570 * mu4e: fix backspace binding in mu4e-view 2012-10-23 00:09:32 +03:00
djcb
82bfb55dd7 * mu4e: tags (X-Keywords etc.) support in headers/view (thanks to Abdó Roig) 2012-10-22 23:52:50 +03:00
djcb
77c72d684b * mu4e: some minor doc fixes 2012-10-22 20:27:49 +03:00
djcb
0276ea0408 * mu4e: set default width for :human-date to 12 2012-10-22 20:27:14 +03:00
djcb
ba670dd645 * mu4e: clean up FSF address, thanks to Maciek Borzecki 2012-10-21 16:04:19 +03:00
djcb
88e76d50df * mu4e: let mu4e-message-contact-field-matches accept lists of regexps to
match as well.
2012-10-20 16:07:01 +03:00
djcb
37f51515ed * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
djcb
ea0c9e536e * mu4e: fix mu4e-message-field 2012-10-20 13:06:49 +03:00
djcb
1565cf5b85 * fix `make distcheck' 2012-10-20 12:51:19 +03:00
djcb
6ccbd45b85 * mu4e: replace mu4e-user-mail-address-regexp' and mu4e-my-mail-addresses' with `mu4e-user-mail-address-list' 2012-10-19 16:01:55 +03:00
djcb
f0be196209 * guile/mu4e: refactor doc building a bit 2012-10-19 16:00:41 +03:00
djcb
47286442e1 * mu4e: add 'human' dates, that is: show the time for today's message time,
the date otherwise, in the headers view
2012-10-19 12:02:13 +03:00
djcb
1873b20acb * mu4e: cosmetic 2012-10-19 00:51:24 +03:00
djcb
5b8de3a97b * mu4e: advertise guile support 2012-10-17 23:36:35 +03:00
djcb
48467099b5 * mu: add 'contact:' as an alias for to:/from:/cc:/bcc: 2012-10-17 18:35:23 +03:00
djcb
9dd0e849a6 * mu4e: make `mu4e-view-scroll-up-or-next' a bit more robust 2012-10-17 12:26:11 +03:00
djcb
29a94c4b2f * mu4e: scrolling down takes you to next msg (but see mu4e-view-scroll-to-next) 2012-10-17 12:07:57 +03:00
djcb
269fc5374d * mu4e: add note about not being able to find mu4e 2012-10-17 11:15:07 +03:00
djcb
6c5d6f6cc3 * cosmetics 2012-10-16 21:43:49 +03:00
djcb
35fc85a15e * mu4e-view: don't set truncate-lines 2012-10-16 21:43:02 +03:00
djcb
d65e1ddf44 mu4e: hopefully get rid of the org-mode-related warnings 2012-10-16 11:01:33 +03:00
djcb
11f5105402 * mu4e: hopefully get rid of the org-mode-related warnings 2012-10-16 10:58:27 +03:00
djcb
3359615bdc * mu4e-message: mu4e-message-field: return "" for nil-strings, 0 for
nil-numbers; add mu4e-message-field-raw to get the non-massaged values
2012-10-16 10:56:46 +03:00
djcb
fb8502768d * mu4e: some doc fixes 2012-10-14 21:42:51 +03:00
djcb
00bdfa7a7c * mu4e: small doc fix 2012-10-14 21:13:25 +03:00
djcb
77a2999c8b * mu4e: cosmetics 2012-10-14 17:01:37 +03:00
djcb
ffe8fd4f24 * mu4e: documentation updates 2012-10-14 17:00:25 +03:00
djcb
f0caaa6e7c * mu4e-mark: fix thread-based marking for marks with targets 2012-10-13 22:13:17 +03:00
djcb
41cb28941d * mu4e: small doc fixes 2012-10-11 20:04:18 +03:00
djcb
6af9b51aaa * mu4e: some doc improvements 2012-10-11 17:50:32 +03:00
djcb
fff5113f98 * mu4e: fix mu4e marking / regions 2012-10-09 18:30:56 +03:00
djcb
ce43ca1e44 * mu4e: fix mu4e getting into refresh loop for new messages (mu4e-view) 2012-10-09 18:04:15 +03:00
djcb
f334e7ae71 * mu4e: fixup directory creation 2012-10-09 00:15:02 +03:00
djcb
23fc0b4a63 * mu4e: offer to create target dirs when they do not exist yet 2012-10-09 00:03:24 +03:00
djcb
a7f974d207 * mu4e-view: active mu4e-view-mode only after the message is constructed 2012-10-08 11:11:38 +03:00