From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18234 Path: main.gmane.org!not-for-mail From: Jack Twilley Newsgroups: gmane.emacs.gnus.general Subject: Re: mailcrypt and bbdb tracebacks Date: Tue, 27 Oct 1998 17:40:02 GMT Organization: SunSITE Denmark (sunsite.auc.dk) Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: jmt+usenet@nycap.rr.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035156793 5086 80.91.224.250 (20 Oct 2002 23:33:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:33:13 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA29354 for ; Tue, 27 Oct 1998 12:43:41 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB09403; Tue, 27 Oct 1998 11:40:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Oct 1998 11:40:45 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA15037 for ; Tue, 27 Oct 1998 11:40:31 -0600 (CST) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id MAA29278 for ; Tue, 27 Oct 1998 12:40:29 -0500 (EST) Original-Received: (qmail 12715 invoked by uid 509); 27 Oct 1998 17:40:28 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding X-Newsreader: Gnus v5.6.44/Emacs 20.2 X-Attribution: Jack X-PGP-Key: 0x007F7B38 X-PGP-Fingerprint: 5315 7434 6095 DF36 995B 3407 18F1 527C 007F 7B38 Original-Lines: 32 Original-NNTP-Posting-Host: 204.210.164.19 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 909510002 204.210.164.19 (Tue, 27 Oct 1998 18:40:02 MET DST) Original-NNTP-Posting-Date: Tue, 27 Oct 1998 18:40:02 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18234 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18234 >>>>> "Steinar" == Steinar Bang writes: >>>>> Jack Twilley : Jack> I installed BBDB 2.00.02 and MailCrypt 3.5b7 this weekend on Jack> Gnus v5.6.44. Jack> tm:bbdb-extract-field-value(put) Steinar> Hm... are you using TM as well? Yup, you seem to be using TM Steinar> 7.106 (the last version released by the original Steinar> authors,... quite a while back...). Steinar> That would be another possible source of problems, I think... Steinar> I don't *know*. I'm just guessing wildly here. Well, the bbdb problem was because I used the following line in my ..gnus: (setq bbdb-auto-notes-alist '(("Organisation" (".*" company "\\&")) ("Organization" (".*" company "\\&")) ("Newsgroups" (".*" newsgroups "\\&")) (put 'newsgroups 'field-separator "; ") )) Commenting out the (put ..) line helped. Which is unfortunate, because I like the effect it's supposed to have. Still haven't figured out the mailcrypt problem. Jack. .