From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45710 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmaildir oddities! Date: Thu, 18 Jul 2002 13:57:50 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <87ofd4hqap.fsf@mail.paradoxical.net> References: <877kjtm1vl.fsf@mail.paradoxical.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027015213 18735 127.0.0.1 (18 Jul 2002 18:00:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 18 Jul 2002 18:00:13 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17VFZU-0004s4-00 for ; Thu, 18 Jul 2002 20:00:12 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17VFXa-0008IH-00; Thu, 18 Jul 2002 12:58:15 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 Jul 2002 12:58:38 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA11703 for ; Thu, 18 Jul 2002 12:58:26 -0500 (CDT) Original-Received: (qmail 3571 invoked by alias); 18 Jul 2002 17:57:53 -0000 Original-Received: (qmail 3566 invoked from network); 18 Jul 2002 17:57:52 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 18 Jul 2002 17:57:52 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17VFj5-0003hm-00 for ; Thu, 18 Jul 2002 20:10:07 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 47 Original-NNTP-Posting-Host: paradoxical.net Original-X-Trace: quimby.gnus.org 1027015807 13227 66.92.73.76 (18 Jul 2002 18:10:07 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Jul 2002 18:10:07 GMT User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Honest Recruiter, i686-pc-linux) Cancel-Lock: sha1:ZqR2rj6/XwzsxZ4v5OXl3QoTniQ= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45710 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45710 prj@po.cwru.edu (Paul Jarc) writes: > Does (setq nnmaildir-get-new-mail t) help? I think it gets a little better... But, it still gets spooled to the sent-mail folder. I see this in the message buffer: Saving to: nnmaildir: (31)... >> 2. Messages saved to the sent-mail folder (which are actually sent >> mail) are not marked as read, even though I have gnus-gcc-mark-as-read >> set. > > gnus-inews-do-gcc is supposed to take care of this: > (when (and group-art > (or gnus-gcc-mark-as-read > gnus-inews-mark-gcc-as-read)) > (gnus-group-mark-article-read group (cdr group-art))) > > If you debug-on-entry gnus-group-mark-article-read, is it called? If > not, you could debug nnmaildir-request-accept-article and make sure it > returns a non-nil value (which is stored in group-art above, I think). Ah -- I think I know the cause of my problems, perhaps. I'm using nnmaildir as my primary select method, is this not supported? gnus-group-mark-article-read is trying to mark an article in nnmaildir:sent-news, and there is no such group. It's just "sent-news" > You should probably set gnus-uncacheable-groups to include > "\\`nnmaildir[:+]" for now; nnmaildir article numbers are not quite > persistent yet. Okay, turning of the cache got rid of another problem I just noticed -- the summary buffer lines not matching up with what was displayed in the article buffer. I'd really like to use this as my primary select method, since 99% of my groups are mail. Any thoughts? -- Josh Huber