Gnus development mailing list
 help / color / mirror / Atom feed
* drafts from before starting gnus
@ 2007-09-12 16:14 jidanni
  2007-09-13  8:36 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2007-09-12 16:14 UTC (permalink / raw)
  To: ding

If one is composing a message before starting gnus, upon starting gnus
we are asked if we want to kill that message. We say no, and later we
do C-C C-d and the file is saved to ~/Mail/drafts/*message*, but never
appears in the drafts in the Group buffer. Easily forgotten.
gnus-version "Gnus v5.11"



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

* Re: drafts from before starting gnus
  2007-09-12 16:14 drafts from before starting gnus jidanni
@ 2007-09-13  8:36 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2007-09-13  8:36 UTC (permalink / raw)
  To: ding

>>>>> jidanni@jidanni.org wrote:

> If one is composing a message before starting gnus, upon starting gnus
> we are asked if we want to kill that message. We say no, and later we
> do C-C C-d and the file is saved to ~/Mail/drafts/*message*, but never
> appears in the drafts in the Group buffer. Easily forgotten.
> gnus-version "Gnus v5.11"

(defadvice message-set-auto-save-file-name (after make-it-gnus-draft activate)
  "Make it a draft that Gnus can handle even if Gnus is not running."
  (unless (gnus-alive-p)
    (setq message-draft-article (nndraft-request-associate-buffer "drafts"))))

I don't change message.el since I think making it behave like
this advice is a bad idea.



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

end of thread, other threads:[~2007-09-13  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-12 16:14 drafts from before starting gnus jidanni
2007-09-13  8:36 ` Katsumi Yamaoka

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