From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29178 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems using 5.8.3 Date: 11 Feb 2000 15:25:23 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200002111105.MAA07325@devil.class.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165894 1288 80.91.224.250 (21 Oct 2002 02:04:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:04:54 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 40A63D051F for ; Fri, 11 Feb 2000 09:26:18 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB25675; Fri, 11 Feb 2000 08:26:09 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 11 Feb 2000 08:25:53 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA13930 for ; Fri, 11 Feb 2000 08:25:42 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 0A25CD051F for ; Fri, 11 Feb 2000 09:25:45 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id PAA20079; Fri, 11 Feb 2000 15:25:24 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: Peter Weiss In-Reply-To: Peter Weiss's message of "Fri, 11 Feb 2000 12:05:25 +0100 (MET)" Original-Lines: 40 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29178 Peter Weiss writes: > o I'm unable to delete messages in nndraft folders (don't know how to do > this, usually killing and expiring it with 'C-k' and 'B > M-C-e' works) `B DEL' on the article doesn't work? > o Mail splitting doesn't work as it used to in v5.5,, when setting > > (setq nnimap-split-fancy nnmail-split-fancy) Could you be more specific, what doesn't work? > Is there a way to save IMAP-Mails in nnml files? Only by having a IMAP mail-source, whereby all IMAP mail are splitted into nnml folders. There's no predefined function that split some IMAP-mail into nnml folders and some into nnimap folders, sorry. > (setq mail-sources '((imap :server "mailhost" > :user "weiss")) > gnus-secondary-select-methods '((nnimap "mailhost"))) This looks wrong, it's usually nonsensical to have a IMAP mail-source and a nnimap backend pointing at the same IMAP server. If you want to use a IMAP mail-source, ie downloading all articles to your local hard disk and deleting them on the server, you need a mail backend to hold them, such as nnml. Also, having a nnimap server too would serve little purpose. OTOH if you want to remotely access IMAP mail with nnimap, you shouldn't have a IMAP mail-source since it would remove all articles from the server and store them locally in your nnml (or whatever) backend. I think this explains your first problem with your IMAP mailbox.