mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 03:40:47 -08:00
message.el (message-subject-trailing-was-query): Change default to t.
This commit is contained in:
parent
0356de228e
commit
a8336650b8
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
|
* message.el (message-subject-trailing-was-query): Change default to t,
|
||||||
|
since I think that's what most people want.
|
||||||
|
|
||||||
* nnimap.el (nnimap-request-accept-article): Erase buffer before
|
* nnimap.el (nnimap-request-accept-article): Erase buffer before
|
||||||
appending for easier debugging.
|
appending for easier debugging.
|
||||||
(nnimap-wait-for-connection): Take a regexp.
|
(nnimap-wait-for-connection): Take a regexp.
|
||||||
|
|
|
||||||
|
|
@ -306,7 +306,7 @@ any confusion."
|
||||||
|
|
||||||
;;; Start of variables adopted from `message-utils.el'.
|
;;; Start of variables adopted from `message-utils.el'.
|
||||||
|
|
||||||
(defcustom message-subject-trailing-was-query 'ask
|
(defcustom message-subject-trailing-was-query t
|
||||||
"*What to do with trailing \"(was: <old subject>)\" in subject lines.
|
"*What to do with trailing \"(was: <old subject>)\" in subject lines.
|
||||||
If nil, leave the subject unchanged. If it is the symbol `ask', query
|
If nil, leave the subject unchanged. If it is the symbol `ask', query
|
||||||
the user what do do. In this case, the subject is matched against
|
the user what do do. In this case, the subject is matched against
|
||||||
|
|
@ -314,7 +314,7 @@ the user what do do. In this case, the subject is matched against
|
||||||
`message-subject-trailing-was-query' is t, always strip the trailing
|
`message-subject-trailing-was-query' is t, always strip the trailing
|
||||||
old subject. In this case, `message-subject-trailing-was-regexp' is
|
old subject. In this case, `message-subject-trailing-was-regexp' is
|
||||||
used."
|
used."
|
||||||
:version "22.1"
|
:version "24.1"
|
||||||
:type '(choice (const :tag "never" nil)
|
:type '(choice (const :tag "never" nil)
|
||||||
(const :tag "always strip" t)
|
(const :tag "always strip" t)
|
||||||
(const ask))
|
(const ask))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue