From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64392 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: draft folder disappeared Date: Fri, 09 Mar 2007 16:52:16 +0100 Message-ID: <87hcsupg7j.fsf@mat.ucm.es> References: <87wt1sdmvd.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173455726 15155 80.91.229.12 (9 Mar 2007 15:55:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2007 15:55:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M12916@lists.math.uh.edu Fri Mar 09 16:55:21 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1HPhRA-0006bb-5h for ding-account@gmane.org; Fri, 09 Mar 2007 16:55:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1HPhR5-0005F3-OL; Fri, 09 Mar 2007 09:55:15 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HPhR4-0005Ek-Hm for ding@lists.math.uh.edu; Fri, 09 Mar 2007 09:55:14 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HPhQy-0002Qt-Ga for ding@lists.math.uh.edu; Fri, 09 Mar 2007 09:55:14 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HPhQx-0004eV-00 for ; Fri, 09 Mar 2007 16:55:07 +0100 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HPhQr-0000cC-Vq for ding@gnus.org; Fri, 09 Mar 2007 16:55:02 +0100 Original-Received: from maportatil13.quim.ucm.es ([147.96.12.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Mar 2007 16:55:01 +0100 Original-Received: from oub by maportatil13.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Mar 2007 16:55:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil13.quim.ucm.es X-Hashcash: 1:20:070309:gmane.emacs.gnus.general::zhkn9FTnvfRbr1YE:00000000000000000000000000000000000000HT6 User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:OY5U36efcNBN4Yr0cZVB3RCQjQk= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64392 Archived-At: >>>>> "James" == James Cloos writes: >>>>> "Uwe" == Uwe Brauer writes: Uwe> I could delete my .newsrc.eld file and restart but then I have to Uwe> generate all my topics again. > I once fixed that by moving my .newsrc.eld out of the way, generating > a new one, and reading it to see what the draft entry should look > like.... > You may want to try adding this to the gnus-newsrc-alist setq (be sure > to backup the .eld file first, just in case!): (put it after the 1st > open-parenthesis) > ("nndraft:drafts" 1 nil nil (nndraft "") ((gnus-dummy (gnus-draft-mode)))) > ("nndraft:queue" 1 nil nil (nndraft "") ((gnus-dummy (gnus-draft-mode)))) Thanks hm, the gnus-dummy surprises me but may be that is the trick. Uwe