Commit Graph

468 Commits

Author SHA1 Message Date
8a3d4c27de improve doc-strings
The first sentence should summarize the variable's or function's
purpose and it should fit on the first line.  Change existing
doc-string by:

* Move first sentence onto first line even if that makes it _a bit_
  long.
* Move additional notes out of first sentence and add them later,
  possibly as complete sentences.
* If I am uncertain whether doing the above would alter the meaning,
  _don't_ do it.
* If fitting the initial sentence on the first line would require a
  complete rewrite of the doc-string _don't_ do so unless it is very
  easy to do.
* Remove indentation from second and later lines if it is there to
  align them with the first in the source code, instead of in
  `describe-*' output.
* Make "pullet point" lists a bit more consistent.

Obviously this does not fix all problems but it's a start.
2012-11-10 14:01:17 +01:00
93889b020e * mu4e-header-highlight-face: inherit region
This should make it more intuitive to see that actions are performed
on the region as well as the current line (which usually is not part
of the region).
2012-11-10 10:40:41 +01:00
b92d826808 Merge pull request #86 from tarsius/cleanup
* fix defcustom types and improve their doc-strings
2012-11-09 23:58:21 -08:00
73916f1210 fix mu4e-header-fields custom type
Also fix some option doc-strings.
2012-11-09 16:42:25 +01:00
ec106e38bf fix defcustom types and improve their doc-strings 2012-11-09 13:45:19 +01:00
e5e5955752 * minor 2012-11-08 21:35:01 +02:00
b4f8f25be0 * minor 2012-11-04 20:41:56 +02:00
2e6f8ba015 * mu4e: set mail-header-separator to some sane value 2012-11-04 20:41:09 +02:00
8dfcb2d909 * mu4e: some better escaping for queries with backslashes 2012-11-02 09:26:12 +02:00
d70d4e55ea * mu4e: add mu4e-draft.el to Makefile.am 2012-10-31 20:35:05 +02:00
13e57114b4 * mu4e: handle inline message/rfc822 parts correctly (show as attachments) 2012-10-31 20:34:42 +02:00
339d1ff036 * mu4e: refactor part of mu4e-compose into the new mu4e-draft.el 2012-10-31 20:33:46 +02:00
3a5cb2d037 * mu4e: add note to doc about gpg-agent 2012-10-29 16:03:52 +02:00
bb8bb20970 * mu4e: mu4e-compose: fix sent-handler when using org, fix remembering draft
maildir, update doc
2012-10-29 12:27:32 +02:00
0b2b984150 * mu4e: add example mu4e-action-git-apply-patch 2012-10-29 12:26:17 +02:00
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
16beb8cd95 * mu4e: mu4e-view set buffer-local vars *before* mark-as-read 2012-10-29 12:22:07 +02:00
5630273d51 * mu4e: add functions mu4e-message-field-at-point, mu4e-message-has-field 2012-10-28 19:31:13 +02:00
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
ec25124693 * cosmetic / minor 2012-10-27 14:41:20 +03:00
38067eda44 * mu4e: mu4e~proc-send-command: add 'use-agent:true' 2012-10-27 14:39:42 +03:00
433ac90c50 * mu4e: s/mu4e-contact-field-matches/mu4e-message-contact-field-matches/ in mu4e.texi 2012-10-27 14:38:39 +03:00
9bf8edf03b * minor 2012-10-25 12:28:11 +03:00
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
dc5f27c899 * mu4e: check for marks when auto-updating (don't do it if there are any) 2012-10-24 23:49:26 +03:00
ae44852f80 * mu4e: better defcustom for -folder vars 2012-10-24 23:48:56 +03:00
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
ba50d94570 * mu4e: fix backspace binding in mu4e-view 2012-10-23 00:09:32 +03:00
82bfb55dd7 * mu4e: tags (X-Keywords etc.) support in headers/view (thanks to Abdó Roig) 2012-10-22 23:52:50 +03:00
77c72d684b * mu4e: some minor doc fixes 2012-10-22 20:27:49 +03:00
0276ea0408 * mu4e: set default width for :human-date to 12 2012-10-22 20:27:14 +03:00
ba670dd645 * mu4e: clean up FSF address, thanks to Maciek Borzecki 2012-10-21 16:04:19 +03:00
88e76d50df * mu4e: let mu4e-message-contact-field-matches accept lists of regexps to
match as well.
2012-10-20 16:07:01 +03:00
37f51515ed * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
ea0c9e536e * mu4e: fix mu4e-message-field 2012-10-20 13:06:49 +03:00
1565cf5b85 * fix `make distcheck' 2012-10-20 12:51:19 +03:00
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
f0be196209 * guile/mu4e: refactor doc building a bit 2012-10-19 16:00:41 +03:00
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
1873b20acb * mu4e: cosmetic 2012-10-19 00:51:24 +03:00
5b8de3a97b * mu4e: advertise guile support 2012-10-17 23:36:35 +03:00
48467099b5 * mu: add 'contact:' as an alias for to:/from:/cc:/bcc: 2012-10-17 18:35:23 +03:00
9dd0e849a6 * mu4e: make `mu4e-view-scroll-up-or-next' a bit more robust 2012-10-17 12:26:11 +03:00
29a94c4b2f * mu4e: scrolling down takes you to next msg (but see mu4e-view-scroll-to-next) 2012-10-17 12:07:57 +03:00
269fc5374d * mu4e: add note about not being able to find mu4e 2012-10-17 11:15:07 +03:00
6c5d6f6cc3 * cosmetics 2012-10-16 21:43:49 +03:00
35fc85a15e * mu4e-view: don't set truncate-lines 2012-10-16 21:43:02 +03:00
d65e1ddf44 mu4e: hopefully get rid of the org-mode-related warnings 2012-10-16 11:01:33 +03:00
11f5105402 * mu4e: hopefully get rid of the org-mode-related warnings 2012-10-16 10:58:27 +03:00
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