Gnus development mailing list
 help / color / mirror / Atom feed
From: torkel@acc.umu.se (Björn Torkelsson)
Subject: More menu renamings
Date: Fri, 17 Aug 2001 23:48:56 +0200	[thread overview]
Message-ID: <wqsbslexsqf.fsf@modesty.pdc.kth.se> (raw)

While we are at renaming menus, I think that "Postpone Message" would be
better than "Abort Message" in the Message buffer. Abort sounds so, er,
just wrong.

With the mime menu, shouldn't "Attach file as MIME" be removed from the
Message menu? 

Patch follows.

/torkel



lisp/ChangeLog addition:

2001-08-17  Björn Torkelsson  <torkel@acc.kth.se>

	* message.el: rename "Abort Message" to "Postpone Message".
	Remove "Attach file as MIME" from Message menu, it's already in
	the MIME menu.


gnus Patch (cvs -q diff -u):

? Makefile.torkel
? etc/gnus-icons.fancy
Index: lisp/message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.114
diff -u -u -r6.114 message.el
--- lisp/message.el	2001/08/10 17:22:42	6.114
+++ lisp/message.el	2001/08/17 21:42:45
@@ -1515,14 +1515,11 @@
     ["Spellcheck" ispell-message
      ,@(if (featurep 'xemacs) '(t)
 	 '(:help "Spellcheck this message"))]
-    ["Attach file as MIME" mml-attach-file
-     ,@(if (featurep 'xemacs) '(t)
-	 '(:help "Attach a file at point"))]
     "----"
     ["Send Message" message-send-and-exit
      ,@(if (featurep 'xemacs) '(t)
 	 '(:help "Send this message"))]
-    ["Abort Message" message-dont-send
+    ["Postpone Message" message-dont-send
      ,@(if (featurep 'xemacs) '(t)
 	 '(:help "File this draft message and exit"))]
     ["Kill Message" message-kill-buffer


             reply	other threads:[~2001-08-17 21:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-17 21:48 Björn Torkelsson [this message]
2001-08-17 22:13 ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wqsbslexsqf.fsf@modesty.pdc.kth.se \
    --to=torkel@acc.umu.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).