From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76126 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: draft directory : agent + restart bug Date: Sun, 30 Jan 2011 06:51:50 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296366801 15259 80.91.229.12 (30 Jan 2011 05:53:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2011 05:53:21 +0000 (UTC) To: nognus Original-X-From: ding-owner+M24478@lists.math.uh.edu Sun Jan 30 06:53:17 2011 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.69) (envelope-from ) id 1PjQDs-0007Ks-Kk for ding-account@gmane.org; Sun, 30 Jan 2011 06:53:16 +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 1PjQD3-0001uL-DH; Sat, 29 Jan 2011 23:52:25 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PjQD1-0001uF-Vc for ding@lists.math.uh.edu; Sat, 29 Jan 2011 23:52:23 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PjQD0-0004hh-QJ for ding@lists.math.uh.edu; Sat, 29 Jan 2011 23:52:23 -0600 Original-Received: from mail-bw0-f44.google.com ([209.85.214.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PjQCz-0003eL-5r for ding@gnus.org; Sun, 30 Jan 2011 06:52:21 +0100 Original-Received: by bwz12 with SMTP id 12so4564211bwz.17 for ; Sat, 29 Jan 2011 21:52:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:date:organization:message-id :user-agent:mime-version:content-type; bh=LFFqskVetK4ooXhAQ6gmVeO6y7bOnUgTmvXN2Zt41hA=; b=LzfDGo2PzeE05/1WufWUvtaneAiVpdPej4A3mt9kYArT+pzXMeixTXRuRjp73cp+iv GSK+5zW+fThO+WTXBtYcckKkxByBzzV0/cj1gkWs+w4omkTYd7s+LNmld2v6ly8AaVHx Z1G1r7dOsZ8gY0CNkzAwycmppCdXG2wSV7rCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:organization:message-id:user-agent :mime-version:content-type; b=HQ9dzqeK4evhLT1W0OrhzjtcGxMjPhIkht90ybMWtVh7dYb9UkAnrUbr+SUMyN0SYz 8TsB2K6Jzf4PdyDM6MoDlO6B3SIBg0G4t5ofbZAgXXidi2nBX7WR+bMNSO+oGqKe3PtS CM/V1VQ78EAdMgBvJYLC8DwOL7yzMxvR3/674= Original-Received: by 10.204.117.77 with SMTP id p13mr4106030bkq.19.1296366735477; Sat, 29 Jan 2011 21:52:15 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id b6sm9529196bkb.22.2011.01.29.21.52.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 21:52:14 -0800 (PST) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76126 Archived-At: My, probably overzealous, nndraft/queue set up is ,---- | (setq nnml-directory "~/.emacs.d/Mail/") | | (setq nndraft-directory "~/.emacs.d/Mail/drafts/") | | (setq gnus-secondary-select-methods nil) | | (add-to-list 'gnus-secondary-select-methods | '(nndraft "" | (nndraft-directory "~/.emacs.d/Mail/drafts/") | )) `---- All works fine. I go offline with the agent J j. Then, when I quit gnus, nndraft-directory is reset back to .emacs.d/drafts on gnus restart.