* mu4e: improve the address autocompletion and its documentation

This commit is contained in:
djcb
2012-06-20 11:29:19 +03:00
parent ef17c2f731
commit b1449376b4
3 changed files with 33 additions and 21 deletions

View File

@ -142,13 +142,21 @@ the address fields (this excludes mailing list messages)."
:type 'boolean
:group 'mu4e-compose)
(defcustom mu4e-compose-complete-only-newer-than 500
"Consider only contacts last seen less than so many *days*. This
excludes really old contacts. Set to nil to not have any time-based
restriction."
:type 'integer
(defcustom mu4e-compose-complete-only-after "2010-01-01"
"Consider only contacts last seen after this date. Date must be a
string, in a format parseable by `org-parse-time-string'. This
excludes really old contacts. Set to nil to not have any
time-based restriction."
:type 'string
:group 'mu4e-compose)
(defcustom mu4e-compose-complete-ignore-address-regexp "noreply"
"Ignore any e-mail addresses for completion if they match this
regexp."
:type 'string
:group 'mu4e-compose)
;; Folders
(defgroup mu4e-folders nil