Gnus development mailing list
 help / color / mirror / Atom feed
* message-send-comfirm saved me again, do implement
@ 2008-08-30  5:03 jidanni
  2008-08-30  9:35 ` Ted Zlatanov
  2008-09-05 14:08 ` Drew Raines
  0 siblings, 2 replies; 12+ messages in thread
From: jidanni @ 2008-08-30  5:03 UTC (permalink / raw)
  To: ding

Ha ha ha, I told you C-c C-c was too dangerous.
Well, there I was, hitting
  C-c C-f C-c runs the command message-goto-cc
and guess which keypress I pressed too lightly?
And guess who almost didn't get on the CC list as the incomplete
message almost flew out the door? Obama? No, actually I forgot who,
all I know is that
 (defun jidanni-message-confirm ()
   "Confirm that we really want to send the message."
   (interactive)(or (y-or-n-p "Send?")(keyboard-quit)))
 (add-hook 'message-send-hook 'jidanni-message-confirm)
saved the day, and should be made into an option so users can do
(setq message-send-comfirm t) if they prefer not to every so often
"spray" others with half-baked messages that aren't fully comple



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

end of thread, other threads:[~2008-09-25 13:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-30  5:03 message-send-comfirm saved me again, do implement jidanni
2008-08-30  9:35 ` Ted Zlatanov
2008-08-30 10:44   ` Tassilo Horn
2008-08-30 15:08   ` Eric Schulte
2008-09-03 17:42     ` Ted Zlatanov
2008-09-04  5:41       ` Miles Bader
2008-09-04  6:43         ` Tassilo Horn
2008-09-23 18:20       ` Reiner Steib
2008-09-24 18:32         ` Ted Zlatanov
2008-09-24 20:40           ` Reiner Steib
2008-09-25 13:16             ` Ted Zlatanov
2008-09-05 14:08 ` Drew Raines

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).