Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
From: kevin.mark@verizon.net (Kevin Mark)
Subject: [sup-talk] unable to sup-sync (new install)
Date: Tue, 18 Sep 2007 21:39:16 -0400	[thread overview]
Message-ID: <20070919013916.GG22902@horacrux> (raw)
In-Reply-To: <1190157448-sup-1522@south>

On Tue, Sep 18, 2007 at 04:18:59PM -0700, William Morgan wrote:
> Excerpts from Magnus Therning's message of Mon Sep 17 23:27:23 -0700 2007:
> > If support for maildir++ is added (that's the extension to maildir
> > that allows sub-folders) then it would make sense to just add
> > maildir:~/Maildir and have all sub folders added as well.
> 
> I've received a similar request for IMAP (add all folders at once). In
> the mean time, as you point out, you can sup-add each Maildir folder
> individually and take advantage of shell globbing to do it one command
> if desired. I'm content to leave it at that for the near future and not
> invest time in explicit Maildir++ support.
> 
> -- 
> William <wmorgan-sup at masanjin.net>
> _______________________________________________
> sup-talk mailing list
> sup-talk at rubyforge.org
> http://rubyforge.org/mailman/listinfo/sup-talk
> 
I used this to add my maildir:
======================================
find ~/Maildir -type d|grep "/cur$"|rev|cut -d"/" -f2-|rev|grep -vi mfolder|while read line; do
        N=$(ls $line/cur/|wc -l)
	#find the number of messages
	#only add if non-zero (otherwise error?)
        if [ "$N" != "0" ]; then
                sup-add maildir:$line/;
        fi
done
======================================
sup-add noted duplicates, which is good.
-K
-- 
|  .''`.  == Debian GNU/Linux == |       my web site:           |
| : :' :      The  Universal     |mysite.verizon.net/kevin.mark/|
| `. `'      Operating System    | go to counter.li.org and     |
|   `-    http://www.debian.org/ |    be counted! #238656       |
|  my keyserver: subkeys.pgp.net |     my NPO: cfsg.org         |
|join the new debian-community.org to help Debian!              |
|_______  Unless I ask to be CCd, assume I am subscribed _______|


  reply	other threads:[~2007-09-19  1:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-17  3:26 Kevin Mark
2007-09-17 17:12 ` William Morgan
2007-09-17 18:07   ` Kevin Mark
2007-09-17 18:59     ` William Morgan
2007-09-18  6:26       ` Kevin Mark
2007-09-18  6:27     ` Magnus Therning
2007-09-18 23:18       ` William Morgan
2007-09-19  1:39         ` Kevin Mark [this message]
2007-09-18  6:38   ` Magnus Therning
2007-09-18  6:54     ` Kevin Mark

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=20070919013916.GG22902@horacrux \
    --to=kevin.mark@verizon.net \
    /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