From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57281 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Danger! Marks for nntp.el Date: Thu, 13 May 2004 19:57:22 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <87sme4qkfx.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084471069 12979 80.91.224.253 (13 May 2004 17:57:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 May 2004 17:57:49 +0000 (UTC) Original-X-From: ding-owner+M5821@lists.math.uh.edu Thu May 13 19:57:42 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOKSk-0002ai-00 for ; Thu, 13 May 2004 19:57:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BOKSS-00082q-00; Thu, 13 May 2004 12:57:24 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BOKSL-00082k-00 for ding@lists.math.uh.edu; Thu, 13 May 2004 12:57:17 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BOKSK-0003MQ-Ql for ding@lists.math.uh.edu; Thu, 13 May 2004 12:57:16 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 23CFF3A00B3 for ; Thu, 13 May 2004 12:57:15 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BOKSI-0003sN-00 for ; Thu, 13 May 2004 19:57:14 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1084471034 14899 213.203.244.156 (13 May 2004 17:57:14 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 13 May 2004 17:57:14 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:+Nx8WGF2oCOw59DFcjVVnEYNkd4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57281 I've now ported the nnml marks code to nntp. Gnus will now probably eat your mail for breakfast, or something. Please don't hesitate to point out what I did wrong. Now I've just got to find out how to use them ;-) The marks code is in need of refactoring, I think. Now we have similar code in nnml, nnfolder, and nntp. Not good. I also found that the "make a directory name suitable for this group" code is present multiple times in the Gnus code -- this should be fixed imvho. It is also a lot of work, though. Kai