From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18514 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.user Subject: Re: IMAP folder as nndraft-directory? Date: Fri, 24 Feb 2017 08:54:28 -0800 Message-ID: <87o9xro7gb.fsf@ericabrahamsen.net> References: <87a89bkisw.fsf@fu-berlin.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1487955351 14417 195.159.176.226 (24 Feb 2017 16:55:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2017 16:55:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Feb 24 17:55:47 2017 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1chJ9l-0003B9-Er for gegu-info-gnus-english@m.gmane.org; Fri, 24 Feb 2017 17:55:45 +0100 Original-Received: from localhost ([::1]:38503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chJ9r-0001fN-EY for gegu-info-gnus-english@m.gmane.org; Fri, 24 Feb 2017 11:55:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chJ8q-0000vC-2r for info-gnus-english@gnu.org; Fri, 24 Feb 2017 11:54:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chJ8m-0007UB-1q for info-gnus-english@gnu.org; Fri, 24 Feb 2017 11:54:48 -0500 Original-Received: from [195.159.176.226] (port=54647 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1chJ8l-0007Tf-P8 for info-gnus-english@gnu.org; Fri, 24 Feb 2017 11:54:43 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1chJ8a-0004op-CD for info-gnus-english@gnu.org; Fri, 24 Feb 2017 17:54:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:NwfHJhuDwwQFx6wWIk6Yzc6Acn4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18514 Archived-At: "Loris Bennett" writes: > Hi, > > Can ndraft-directory be an IMAP folder? I've tried the following: > > '(gnus-secondary-select-methods > (quote > ((nnimap "foomail" > (nnimap-stream tls) > (nnir-search-engine imap) > (remove-prefix "nnimap") > (nnimap-address "foomail.org") > (nnimap-inbox INBOX) > (nndraft-directory "Drafts")) > ... > > But I still get the drafts saved to a local directory. Nope, I don't think you can do this. nndraft-directory is only applicable to the built-in drafts server, not other servers. This has definitely been requested before, though... Eric