From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46545 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: Sat, 14 Sep 2002 17:33:24 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <2nofb045p7.fsf@zsh.cs.rochester.edu> References: <7khp4dh7.fsf@ID-23066.news.dfncis.de> <2nn0ql8i96.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032039412 14046 127.0.0.1 (14 Sep 2002 21:36:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2002 21:36:52 +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 17qKaw-0003eP-00 for ; Sat, 14 Sep 2002 23:36:50 +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 17qKZy-00085o-00; Sat, 14 Sep 2002 16:35:50 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 14 Sep 2002 16:36:27 -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 QAA19308 for ; Sat, 14 Sep 2002 16:36:15 -0500 (CDT) Original-Received: (qmail 1318 invoked by alias); 14 Sep 2002 21:35:30 -0000 Original-Received: (qmail 1313 invoked from network); 14 Sep 2002 21:35:29 -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 21:35:29 -0000 Original-Received: (from zsh@localhost) by zsh.yi.org (8.11.6/8.11.2) id g8ELXPA22152; Sat, 14 Sep 2002 17:33:25 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Clemens Fischer's message of "Sat, 14 Sep 2002 20:09:12 +0200") Original-Lines: 34 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:46545 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46545 Clemens Fischer writes: > ShengHuo ZHU writes: > >>> 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) >>> ...)) >>> >> >> 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? > > yes. i checked the settings in the group configuration ("G c") and > remembered having changed the expiry target there, but that has been a > while and should have effected other groups with similar settings > there as well, no? No. > could you tell me how to achieve this behaviour? if sending > attachments from my local disk, they are _not_ to be saved in my local > copy of the outgoing message/article. gnus-gcc-externalize-attachments is it. If the previous behavior happens again, you'd better M-x toggle-debug-on-error RET, then post the backtrace. ShengHuo