From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27943 Path: main.gmane.org!not-for-mail From: d.bell@motorola.com (E. David Bell) Newsgroups: gmane.emacs.gnus.general Subject: Re: Creating a "Heap" folder. Date: 08 Dec 1999 17:29:41 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <871z8yqzh9.fsf@main.wgaf.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164878 27200 80.91.224.250 (21 Oct 2002 01:47:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:47:58 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA11009 for ; Wed, 8 Dec 1999 10:30:33 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB20717; Wed, 8 Dec 1999 09:30:26 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Dec 1999 09:30:26 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA07828 for ; Wed, 8 Dec 1999 09:30:17 -0600 (CST) Original-Received: from ftpbox.mot.com (ftpbox.mot.com [129.188.136.101]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA10992 for ; Wed, 8 Dec 1999 10:29:54 -0500 (EST) Original-Received: [from mothost.mot.com (mothost.mot.com [129.188.137.101]) by ftpbox.mot.com (MOT-ftpbox 1.0) with ESMTP id IAA24367 for ; Wed, 8 Dec 1999 08:29:52 -0700 (MST)] Original-Received: [from msgtel1.sps.mot.com (msgtel1.sps.mot.com [216.2.95.1]) by mothost.mot.com (MOT-mothost 2.0) with ESMTP id IAA26957 for ; Wed, 8 Dec 1999 08:29:47 -0700 (MST)] Original-Received: from d4ix ([223.50.95.101]) by msgtel1.sps.mot.com (Netscape Messaging Server 3.61) with SMTP id AAA12D5 for ; Wed, 8 Dec 1999 17:30:26 +0200 Original-To: ding@gnus.org In-Reply-To: Arcady Genkin's message of "Tue, 07 Dec 1999 13:16:57 MST" Original-Lines: 33 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/21.1 (20 Minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27943 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27943 >>>>> "Arcady" == Arcady Genkin 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