mu4e-compose: make mu4e-compose-dont-reply-to-self obsolete

Doesn't really fit in nicely with the new composer; update NEWS.org,
manual for users to migrate.
This commit is contained in:
Dirk-Jan C. Binnema
2023-11-03 21:10:49 +02:00
parent 541c818a9f
commit b428d9702e
4 changed files with 17 additions and 31 deletions

View File

@ -249,7 +249,6 @@
(make-obsolete-variable 'mu4e-user-mail-address-list
"determined by server; see `mu4e-personal-addresses'."
"1.3.8")
(make-obsolete-variable 'mu4e-contact-rewrite-function
"mu4e-contact-process-function (see docstring)"
"1.3.2")
@ -263,6 +262,11 @@
(make-obsolete-variable 'mu4e-compose-reply-ignore-address
"see: message-prune-recipient-rules" "1.11.23")
;; this is only a _rough_
(make-obsolete-variable 'mu4e-compose-dont-reply-to-self
"message-dont-reply-to-names"
"1.11.24")
;; calendar
(define-obsolete-function-alias 'mu4e-icalendar-setup #'ignore '"1.11.22")