From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46537 Path: main.gmane.org!not-for-mail From: clemens fischer Newsgroups: gmane.emacs.gnus.general Subject: No such function: nntp-request-accept-article solved Date: Sat, 14 Sep 2002 02:33:08 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <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 1031963794 26382 127.0.0.1 (14 Sep 2002 00:36:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2002 00:36:34 +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 17q0vJ-0006rN-00 for ; Sat, 14 Sep 2002 02:36:33 +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 17q0us-0003Bm-00; Fri, 13 Sep 2002 19:36:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Sep 2002 19:36:42 -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 TAA17894 for ; Fri, 13 Sep 2002 19:36:30 -0500 (CDT) Original-Received: (qmail 17531 invoked by alias); 14 Sep 2002 00:35:48 -0000 Original-Received: (qmail 17526 invoked from network); 14 Sep 2002 00:35:48 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 14 Sep 2002 00:35:48 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17q0uL-0006q2-00 for ; Sat, 14 Sep 2002 02:35:33 +0200 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17q0uL-0006pt-00 for ; Sat, 14 Sep 2002 02:35:33 +0200 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 28 Original-NNTP-Posting-Host: p3ee27da4.dip.t-dialin.net Original-X-Trace: main.gmane.org 1031963733 26280 62.226.125.164 (14 Sep 2002 00:35:33 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sat, 14 Sep 2002 00:35:33 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:Soi+NXSmBsq+8OcH9zO8D9vvlfM= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46537 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. -- clemens ps: how do i get rid of the "-- +\n" separating my outgoing posts from my oneline signature?