* 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:
@ -135,7 +135,7 @@ see `mu4e-headers-visible-lines' and
|
|||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'mu4e-compose)
|
: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,
|
"Whether to consider only 'personal' e-mail addresses,
|
||||||
i.e. addresses from messages where user was explicitly in one of
|
i.e. addresses from messages where user was explicitly in one of
|
||||||
the address fields (this excludes mailing list messages)."
|
the address fields (this excludes mailing list messages)."
|
||||||
|
|||||||
@ -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:
|
following variables are available to tune this:
|
||||||
|
|
||||||
@itemize
|
@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,
|
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
|
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
|
fields. This is to exclude mailing list posts. You can define what is
|
||||||
|
|||||||
Reference in New Issue
Block a user