Gnus development mailing list
 help / color / mirror / Atom feed
From: d.bell@motorola.com (E. David Bell)
Subject: Re: Creating a "Heap" folder.
Date: 08 Dec 1999 17:30:27 +0200	[thread overview]
Message-ID: <kezovla1rg.fsf@msil.sps.mot.com> (raw)
In-Reply-To: Arcady Genkin's message of "Tue, 07 Dec 1999 13:16:57 MST"


>>>>> "Arcady" == Arcady Genkin <a.genkin@utoronto.ca> writes:

  Arcady> I would like to gain such functionality: 

  Arcady> 1. If I decide that I want to follow-up later on some
  Arcady> message, I press a key, and the message gets ticked + is
  Arcady> moved into some other folder. Say, Heap.

  Arcady> 2. When I have time, I go into the Heap folder, and reply to
  Arcady> the messages. Once I reply a message, it's marked read and
  Arcady> is moved into its original group.

It would seem that nndraft already provides this functionality and you
don't have to move any messages around.

Simply bind this function to one of your available keys:

   (defun edb-gnus-reply-later (n)
     "Send message to drafts now and reply later."
     (interactive "P")
     (gnus-summary-reply-with-original n)
     (message-dont-send)
   )

Note that if you have Supercite enabled it will ask you for the
attribution before saving to the drafts group.


-David
________________________________________________________________
E. David Bell                       |        d.bell@motorola.com
Motorola Semiconductor Israel Ltd.  |            +972-9-952-2685




      parent reply	other threads:[~1999-12-08 15:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-07 20:15 Arcady Genkin
1999-12-08 15:29 ` E. David Bell
1999-12-09 10:31   ` Jochen Lillich
1999-12-10  0:48     ` Kai Großjohann
1999-12-08 15:30 ` E. David Bell [this message]

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=kezovla1rg.fsf@msil.sps.mot.com \
    --to=d.bell@motorola.com \
    /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).