From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63258 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: add a gcc field according to bbdb entry Date: Thu, 25 May 2006 16:07:44 +0200 Message-ID: <87fyiyp58v.fsf@mat.ucm.es> References: <87ac96s73q.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148566223 1526 80.91.229.2 (25 May 2006 14:10:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 14:10:23 +0000 (UTC) Original-X-From: ding-owner+m11785@lists.math.uh.edu Thu May 25 16:10:19 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjGXS-0003eu-If for ding-account@gmane.org; Thu, 25 May 2006 16:10:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FjGXJ-0007Ba-00; Thu, 25 May 2006 09:10:01 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FjGUU-0007BV-00 for ding@lists.math.uh.edu; Thu, 25 May 2006 09:07:06 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FjGUS-0000ve-Vt for ding@lists.math.uh.edu; Thu, 25 May 2006 09:07:06 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FjGUR-0002B2-00 for ; Thu, 25 May 2006 16:07:03 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FjGUL-00034n-7i for ding@gnus.org; Thu, 25 May 2006 16:06:57 +0200 Original-Received: from maportatil10.quim.ucm.es ([147.96.7.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 May 2006 16:06:57 +0200 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 May 2006 16:06:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es X-Hashcash: 1:20:060525:gmane.emacs.gnus.general::r2U6jvvAEz7H7MML:00000000000000000000000000000000000003oCw User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.18 (linux) Cancel-Lock: sha1:hZkkAQP2Lasv8xfTeCiBw5mqHLg= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63258 Archived-At: >>>>> "Sam" == Sam Steingold writes: >> * Uwe Brauer [2006-05-25 12:59:21 +0200]: >> >> Does anybody know about a function which would insert a gcc field, >> according to a relevant BBDB entry? >> Example the entry >> gnus-folder: nnimap+myserverimap.here.net:Gnus >> would insert >> Ccc: nnimap+myserverimap.here.net:Gnus Sam> check out gnus-mail-save-name and gnus-file-save-name. Could you please be a little bit more specific. How should I set these variables? The documentation just tells me: ,---- | `gnus-file-save-name' is a variable declared in Lisp. | -- loaded from "gnus-art" | | Value: gnus-numeric-save-name | | Documentation: | A function generating a file name to save articles in article format. | The function is called with NEWSGROUP, HEADERS, and optional | LAST-FILE. `---- ,---- | `gnus-file-save-name' is a variable declared in Lisp. | -- loaded from "gnus-art" | | Value: gnus-numeric-save-name | | Documentation: | A function generating a file name to save articles in article format. | The function is called with NEWSGROUP, HEADERS, and optional | LAST-FILE. `---- Uwe