1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
Commit Graph

259 Commits

Author SHA1 Message Date
djcb
d70d4e55ea * mu4e: add mu4e-draft.el to Makefile.am 2012-10-31 20:35:05 +02:00
djcb
13e57114b4 * mu4e: handle inline message/rfc822 parts correctly (show as attachments) 2012-10-31 20:34:42 +02:00
djcb
339d1ff036 * mu4e: refactor part of mu4e-compose into the new mu4e-draft.el 2012-10-31 20:33:46 +02:00
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
djcb
3f6b8fb833 * mu4e: some doc improvements 2012-10-07 16:54:24 +03:00
djcb
1c6e882142 * mu4e: add mu4e-running-p, document it 2012-10-06 22:22:11 +03:00
djcb
0eada7c9ba * mu4e-mark: fix ambiguous shortcuts in `mu4e~mark-get-markpair' 2012-10-06 22:21:16 +03:00
djcb
a9f555fc90 * mu4e: use <insert> as binding for deferred ('something') marking, just like
midnight commander
2012-10-06 20:47:59 +03:00
djcb
00081f4e2a * mu4e: documentation updates 2012-10-03 21:54:34 +03:00
djcb
d945e2e61c * mu4e: fix typos, cosmetics 2012-10-03 21:51:26 +03:00
djcb
85e146063f * mu4e: documentation updates 2012-10-03 12:53:24 +03:00
djcb
f9c9e790a6 * mu4e: allow setting a function for mu4e-attachment-dir 2012-10-03 12:53:16 +03:00
djcb
abe17accc7 * mu4e: cosmetics 2012-10-03 00:06:25 +03:00
djcb
679a214ba0 * mu4e: mu4e-mark: mark all messages in region, even if point does not point
at msg
2012-10-01 21:37:26 +03:00
djcb
38a441a9bd * mu4e: documentation updates 2012-10-01 21:18:59 +03:00
djcb
1a785abdca * minor 2012-10-01 21:18:42 +03:00
djcb
3e522598d2 * mu4e: cleanup dynamic folder usage in mu4e-compose 2012-10-01 21:18:06 +03:00
djcb
c482f744b2 * mu4e: fix + simplify mu4e-headers-split-view-resize 2012-10-01 21:17:05 +03:00
djcb
72e043a010 * mu4e: cleanup mu4e-compose-pre-hook a bit 2012-10-01 16:43:47 +03:00
djcb
f75e456eed * cosmetics 2012-10-01 16:42:48 +03:00
djcb
30f33e46ea * mu4e: documentation 2012-10-01 16:42:37 +03:00
djcb
7a48e6edbe * mu4e: fix typo: use mu4e-view-mark-for-deferred 2012-10-01 16:41:29 +03:00
djcb
833041e372 * mu4e: small updates to mu4e-view 2012-09-30 20:12:24 +03:00
djcb
c87b426312 * mu4e: documentation updates 2012-09-30 20:12:07 +03:00
djcb
ffa12ad837 * mu4e: documentation 2012-09-29 14:24:58 +03:00
djcb
7b6844d216 * mu4e: documentation updates 2012-09-29 13:30:49 +03:00
djcb
6c36bab988 * mu4e: documentation 2012-09-29 12:13:02 +03:00
djcb
8412c73628 * mu4e: update documentation 2012-09-28 17:12:09 +03:00
djcb
e11e83e2a4 * mu4e: mu4e-proc: capture sexp evaluation in (ignore-errors ...) 2012-09-28 17:11:58 +03:00
djcb
7a82bb562d * mu4e: mu4e-headers: change shortcuts for 'mark as read/unread', cosmetics 2012-09-28 17:11:12 +03:00
djcb
c7bb9aef9a * mu4e: cosmetics 2012-09-28 17:10:34 +03:00
djcb
18fd16ddec * mu4e: fix mu4e~check-requirements for dynamic folders 2012-09-27 22:26:16 +03:00
djcb
5779820ba0 * mu4e: dynamic folder updates 2012-09-27 21:53:21 +03:00
djcb
da51bf9f9c * mu4e: document dynamic folders, some refactoring 2012-09-27 17:21:45 +03:00
djcb
40c5ddbb70 * mu4e: improve mu4e-message-contact-field-matches 2012-09-27 17:21:22 +03:00
djcb
dde75fbb86 * mu4e: implement automatic refiling with 'r' 2012-09-27 12:53:16 +03:00
djcb
bd0cba007b * mu4e: allow functions for special folders, implement for marking (WIP) 2012-09-27 12:01:26 +03:00
djcb
58b6be1d97 * mu4e: allow functions for special folders (WIP), implement for msg composition 2012-09-27 10:03:58 +03:00
djcb
5c2025a12c * mu4e: mu4e-message part 3 2012-09-26 17:28:30 +03:00
djcb
97c13d0920 * mu4e: mu4e-message part 2 2012-09-26 16:47:42 +03:00
djcb
7d831184b7 * mu4e: abstract access to the mu4e-message plist 2012-09-26 12:25:38 +03:00
djcb
3f305f665a * mu4e: add note about attachments in the org-mode compose caveats 2012-09-25 15:20:58 +03:00
djcb
ee78475bd8 * mu4e: improve docs for capturing / attaching message (and set them to message/rfc822) 2012-09-25 09:37:37 +03:00
djcb
b2ab1dc3d7 * fix org-mu4e (thanks semente!) 2012-09-25 07:39:53 +03:00
djcb
81f74219b2 * fix mu4e-action-view-in-browser (thanks semente!) 2012-09-25 07:38:57 +03:00
djcb
fe82c505d9 * mu4e: remove `ignore-errors' in the mu4e-proc sexp eater 2012-09-25 07:12:27 +03:00
djcb
177cdfe9b9 * mu4e: switch to mu4e-compose-mode as late as possible 2012-09-25 07:10:41 +03:00
djcb
9c2e4bf2ff * cosmetics 2012-09-25 07:10:13 +03:00
djcb
72be42e721 * mu4e: document some of the caveats of rich-text mode
Reverting "* mu4e: document some of the caveats of rich-text mode"
Revert "* mu4e: document some of the caveats of rich-text mode"

This reverts commit 5921bec16a.
2012-09-25 07:09:17 +03:00
djcb
5921bec16a * mu4e: document some of the caveats of rich-text mode 2012-09-25 07:07:51 +03:00
djcb
c333930fee * org-mu4e.el: make using compose-mode key chords a bit less rubegoldbergish 2012-09-24 17:05:14 +03:00