From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46539 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: No such function: nntp-request-accept-article solved Date: Fri, 13 Sep 2002 21:36:21 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <2nn0ql8i96.fsf@zsh.cs.rochester.edu> References: <7khp4dh7.fsf@ID-23066.news.dfncis.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031967606 32716 127.0.0.1 (14 Sep 2002 01:40:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2002 01:40:06 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17q1ul-0008VY-00 for ; Sat, 14 Sep 2002 03:40:04 +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 17q1tR-0003ez-00; Fri, 13 Sep 2002 20:38:41 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Sep 2002 20:39:16 -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 UAA17999 for ; Fri, 13 Sep 2002 20:39:05 -0500 (CDT) Original-Received: (qmail 18783 invoked by alias); 14 Sep 2002 01:38:24 -0000 Original-Received: (qmail 18778 invoked from network); 14 Sep 2002 01:38:24 -0000 Original-Received: from roc-24-58-72-167.rochester.rr.com (HELO zsh.yi.org) (@24.58.72.167) by gnus.org with SMTP; 14 Sep 2002 01:38:24 -0000 Original-Received: (from zsh@localhost) by zsh.yi.org (8.11.6/8.11.2) id g8E1aLA07070; Fri, 13 Sep 2002 21:36:21 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (clemens fischer's message of "Sat, 14 Sep 2002 02:33:08 +0200") Original-Lines: 31 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46539 clemens fischer writes: > me thinks this is a bug: > > i had experimented with setting `gnus-gcc-externalize-attachments' to > 'all, because the documentation led me to believe this would save > space on outgoing posts with attachments by leaving out local files > from my own local copies. > > at first i didn't think this could have had anything to do with my > nnfolder:dump group, but when i commented this line, everything worked > again. strange thing is that everything else was ok all the time. > > btw: do i say "nnfolder:group" in my expiry-target? i have now: > > nnmail-expiry-target "nnfolder:EXPIRED" ; mit oder ohne?? > nnmail-expiry-wait-function > (lambda (newsgroup) > (cond > ((string-match newsgroup "nnfolder:INBOX") 33) > ((string-match newsgroup "nnfolder:abuse") 'never) > ...)) > > but i am not sure if this is correct. I think that the bug is related to nnmail-expiry-target, instead of gnus-gcc-externalize-attachments. Are you sure you didn't accidentally set your nnmail-expiry-target to nil or something else in the previous setting? ShengHuo