* 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.
This commit is contained in:
djcb 2012-06-20 20:42:39 +03:00
parent dea26471d0
commit 7d43337f76
2 changed files with 13 additions and 13 deletions

View File

@ -135,7 +135,7 @@ see `mu4e-headers-visible-lines' and
:type 'boolean
:group 'mu4e-compose)
(defcustom mu4e-compose-complete-only-personal t
(defcustom mu4e-compose-complete-only-personal nil
"Whether to consider only 'personal' e-mail addresses,
i.e. addresses from messages where user was explicitly in one of
the address fields (this excludes mailing list messages)."

View File

@ -1003,7 +1003,7 @@ completion pool by filter the ones that are most likely to be relevant. The
following variables are available to tune this:
@itemize
@item @code{mu4e-compose-complete-only-personal} - when @t{t} (the default),
@item @code{mu4e-compose-complete-only-personal} - when set to @t{t},
only consider addresses that were seen in @emph{personal} messages -- that is,
messages in which one of my e-mail addresses was seen in one of the address
fields. This is to exclude mailing list posts. You can define what is