Gnus development mailing list
 help / color / mirror / Atom feed
From: Thomas Schwinge <schwinge-lists-gnus.org-ding@nic-nac-project.de>
Subject: Re: nnmaildir and info flags
Date: Thu, 26 Feb 2004 00:25:30 +0100	[thread overview]
Message-ID: <20040225232530.GA20692@server.schwinge.homeip.net> (raw)
In-Reply-To: <m3eksikhzj.fsf@multivac.cwru.edu>

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

On Wed, Feb 25, 2004 at 03:42:44PM -0500, Paul Jarc wrote:
> Thomas Schwinge <schwinge-lists-gnus.org-ding@nic-nac-project.de> wrote:
> > Since this is the first time I wrote something in perl, I'd be glad if
> > someone with perl experience - Paul :-) - could have a look at it.
> 
> It looks ok, although I'm not a big fan of non-tail recursion, so I
> made some changes.

Good for you that you didn't know about the hour(s) I needed to get that
recursion working. :-/
But I'll seize that as learning. :-)

Another tiny patch is attached: It makes marksync ignore all dot-files
in the directory containing the maildirs.

Regards,
 Thomas

[-- Attachment #2: marksync.patch --]
[-- Type: text/plain, Size: 261 bytes --]

--- marksync-o	2004-02-25 22:36:04.000000000 +0000
+++ marksync	2004-02-25 23:09:23.420897160 +0000
@@ -57,3 +57,3 @@
   closedir($dir);
-  @files=grep(/[^.]/, @files);
+  @files=grep(/^[^.]/, @files);
   if ($fullpath) { @files=map($dirpath.'/'.$_, @files); }

  reply	other threads:[~2004-02-25 23:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-05  3:46 Bijan Soleymani
2003-12-05  3:56 ` Bijan Soleymani
2004-02-12 17:20   ` Bijan Soleymani
2004-02-12 23:23     ` Paul Jarc
2004-02-14 18:36       ` James Leifer
2004-02-14 18:57         ` Paul Jarc
2004-02-25 20:15       ` Thomas Schwinge
2004-02-25 20:43         ` Paul Jarc
2004-02-25 23:25           ` Thomas Schwinge [this message]
2004-02-25 23:48             ` Paul Jarc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040225232530.GA20692@server.schwinge.homeip.net \
    --to=schwinge-lists-gnus.org-ding@nic-nac-project.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).