Gnus development mailing list
 help / color / mirror / Atom feed
* " (was: " hardcoded in message-change-subject (patch)
@ 2003-01-29 17:09 Vasily Korytov
  2003-01-29 17:58 ` Simon Josefsson
  2003-02-01 16:29 ` " Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Vasily Korytov @ 2003-01-29 17:09 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]

I've noted, ``was:'', inserted by message-change-subject, is lowercase.
I think, it would be nicer to have it capitalized (as ``Re:''), but I'm
not sure, everyone would agree with it (opinions, anyone?).

Attached is the patch for making "was: " go in a variable to make
everyone happy.

---Vas

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: message.el.patch --]
[-- Type: text/x-patch, Size: 647 bytes --]

--- message.el~	Thu Jan 23 01:16:00 2003
+++ message.el	Wed Jan 29 20:05:11 2003
@@ -302,6 +302,13 @@
   :group 'message-various
   :type 'regexp)
 
+(defcustom message-change-subject-prefix
+  "was: "
+  "*String to be inserted by message-change-subject in parenthesis
+before the old subject."
+  :group 'message-various
+  :type 'string)
+
 ;;; marking inserted text
 
 ;;;###autoload
@@ -1630,7 +1637,8 @@
 		    (message-delete-line)
 		    (insert (concat "Subject: "
 				    new-subject
-				    " (was: "
+				    " ("
+				    message-change-subject-prefix
 				    old-subject ")\n")))))))))
 
 ;;;###autoload

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-01 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-29 17:09 " (was: " hardcoded in message-change-subject (patch) Vasily Korytov
2003-01-29 17:58 ` Simon Josefsson
2003-01-29 18:08   ` Vasily Korytov
2003-02-01 16:29 ` " Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).