From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79157 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.gnus.general Subject: getting nndiary to work Date: Wed, 22 Jun 2011 22:30:59 +0200 Organization: my virtual residence Message-ID: <87wrgdk3r0.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308774694 17637 80.91.229.12 (22 Jun 2011 20:31:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2011 20:31:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27456@lists.math.uh.edu Wed Jun 22 22:31:30 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZU5A-0002XA-8Y for ding-account@gmane.org; Wed, 22 Jun 2011 22:31:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QZU4o-0000JR-Bi; Wed, 22 Jun 2011 15:31:06 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QZU4n-0000JF-5b for ding@lists.math.uh.edu; Wed, 22 Jun 2011 15:31:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QZU4l-0001Td-RF for ding@lists.math.uh.edu; Wed, 22 Jun 2011 15:31:04 -0500 Original-Received: from static.73.179.46.78.clients.your-server.de ([78.46.179.73]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QZU4j-0006oy-Ac for ding@gnus.org; Wed, 22 Jun 2011 22:31:01 +0200 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.76) (envelope-from ) id 1QZU4h-0008IF-Pn for ding@gnus.org; Wed, 22 Jun 2011 22:30:59 +0200 Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Spam-Score: 0.1 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1840--5913h-0s--0d--H*u:Emacs, 0.000-1711--5500h-0s--0d--H*u:Gnus, 0.000-1643--5279h-0s--0d--H*u:linux, 0.000-1643--5279h-0s--0d--H*UA:linux, 0.000-1591--5114h-0s--0d--H*u:gnu Spam tokens: 0.956-4096--1373h-51334s--0d--H*r:quimby.gnus.org, 0.925-237--192h-4021s--0d--H*r:sk:static., 0.881-1422--4076h-51614s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.881-1422--4076h-51614s--0d--H*RU:quimby.gnus.org, 0.880-1249--3681h-46276s--0d--H*Ad:D*gnus.org Autolearn status: no -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.0 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79157 Archived-At: Hi, I=C2=B4m trying to get nndiary to work. I followed the documentation and put settings for nndiary into ~/.gnus: ,---- | (add-to-list 'gnus-secondary-select-methods | '(nntp "news1.open-news-network.org") | '((nndiary "diary") (nndiary-get-new-mail t))) |=20 | (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp) | ;;(setq nndiary-get-new-mail t) | (setq nndiary-mail-sources '((file :path "~/.nndiary"))) | (setq nndiary-split-methods | '(("nndiary:diary" | ""))) | (setq nndiary-week-starts-on-monday t) `---- After some searching, I found a posting saying that you need to create the nndiary group manually. After creating it, I have a group "nndiary:diary". When starting gnus, there=C2=B4s a message in the minibuff= er about opening the nndiary server. Unfortunately, nndiary doesn=C2=B4t do anything. I can send myself nndiary messages that do get delivered into ~/.nndiary, and nndiary seems to ignore them. I can copy or move nndiary messages into the nndiary group and it=C2=B4s not any different from moving or copying messages to other groups. I can enter the group and view the messages just as with other groups. When starting to write a mail while in the group, the nndiary headers are inserted automatically. What am I missing?