Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Old Mail
@ 2010-01-26 16:14 Michael McDermott
  2010-01-26 17:47 ` William Morgan
  0 siblings, 1 reply; 6+ messages in thread
From: Michael McDermott @ 2010-01-26 16:14 UTC (permalink / raw)
  To: sup-talk

I have sup 0.10 running off of Maildirs fed by offlineimap. Naturally, when I
first set this up, I had a great deal of old mail pulled, mail that sup has left
marked as unread. Is there anyway to mark all of these older messages read,
short of searching for is:unread, tagging a screenful, and marking them read,
and doing this through several years worth of email?
-- 
Michael McDermott
www.mad-computer-scientist.com
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sup-talk] Old Mail
  2010-01-26 16:14 [sup-talk] Old Mail Michael McDermott
@ 2010-01-26 17:47 ` William Morgan
  2010-01-26 19:16   ` Michael McDermott
  2010-01-27 10:34   ` Nicolas Pouillard
  0 siblings, 2 replies; 6+ messages in thread
From: William Morgan @ 2010-01-26 17:47 UTC (permalink / raw)
  To: sup-talk

Reformatted excerpts from Michael McDermott's message of 2010-01-26:
> I have sup 0.10 running off of Maildirs fed by offlineimap. Naturally,
> when I first set this up, I had a great deal of old mail pulled, mail
> that sup has left marked as unread. Is there anyway to mark all of
> these older messages read, short of searching for is:unread, tagging a
> screenful, and marking them read, and doing this through several years
> worth of email?

Try sup-tweak-labels, e.g.:

  sup-tweak-labels -q is:unread -r unread -v -n --all-sources
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sup-talk] Old Mail
  2010-01-26 17:47 ` William Morgan
@ 2010-01-26 19:16   ` Michael McDermott
  2010-01-27 10:34   ` Nicolas Pouillard
  1 sibling, 0 replies; 6+ messages in thread
From: Michael McDermott @ 2010-01-26 19:16 UTC (permalink / raw)
  To: sup-talk

Worked beautifully. Thanks.

Excerpts from William Morgan's message of Tue Jan 26 11:47:41 -0600 2010:
> Reformatted excerpts from Michael McDermott's message of 2010-01-26:
> > I have sup 0.10 running off of Maildirs fed by offlineimap. Naturally,
> > when I first set this up, I had a great deal of old mail pulled, mail
> > that sup has left marked as unread. Is there anyway to mark all of
> > these older messages read, short of searching for is:unread, tagging a
> > screenful, and marking them read, and doing this through several years
> > worth of email?
> 
> Try sup-tweak-labels, e.g.:
> 
>   sup-tweak-labels -q is:unread -r unread -v -n --all-sources
-- 
Michael McDermott
www.mad-computer-scientist.com
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sup-talk] Old Mail
  2010-01-26 17:47 ` William Morgan
  2010-01-26 19:16   ` Michael McDermott
@ 2010-01-27 10:34   ` Nicolas Pouillard
  2010-01-27 13:32     ` William Morgan
  1 sibling, 1 reply; 6+ messages in thread
From: Nicolas Pouillard @ 2010-01-27 10:34 UTC (permalink / raw)
  To: William Morgan, sup-talk

On Tue, 26 Jan 2010 12:47:41 -0500, William Morgan <wmorgan-sup@masanjin.net> wrote:
> Reformatted excerpts from Michael McDermott's message of 2010-01-26:
> > I have sup 0.10 running off of Maildirs fed by offlineimap. Naturally,
> > when I first set this up, I had a great deal of old mail pulled, mail
> > that sup has left marked as unread. Is there anyway to mark all of
> > these older messages read, short of searching for is:unread, tagging a
> > screenful, and marking them read, and doing this through several years
> > worth of email?
> 
> Try sup-tweak-labels, e.g.:
> 
>   sup-tweak-labels -q is:unread -r unread -v -n --all-sources

It reminds me that I would really like an option to sup-tweak-labels to accept
a file in the dump format.

It would allow us to feed a "diff" in dump format and so be able to recover
quickly incrementally upgrade a sup index.

NOTE: using sup-sync is not an option, it is way too slow to look at every
messages of every sources.

Cheers,

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sup-talk] Old Mail
  2010-01-27 10:34   ` Nicolas Pouillard
@ 2010-01-27 13:32     ` William Morgan
  2010-01-27 14:39       ` Nicolas Pouillard
  0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2010-01-27 13:32 UTC (permalink / raw)
  To: Sup-talk mailing list

[resend to list]

Reformatted excerpts from Nicolas Pouillard's message of 2010-01-27:
> It reminds me that I would really like an option to sup-tweak-labels
> to accept a file in the dump format.
> 
> It would allow us to feed a "diff" in dump format and so be able to
> recover quickly incrementally upgrade a sup index.
> 
> NOTE: using sup-sync is not an option, it is way too slow to look at
> every messages of every sources.

Not a bad idea. Maybe even as a separate sup-undump command.
-- 
William <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sup-talk] Old Mail
  2010-01-27 13:32     ` William Morgan
@ 2010-01-27 14:39       ` Nicolas Pouillard
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Pouillard @ 2010-01-27 14:39 UTC (permalink / raw)
  To: William Morgan, Sup-talk mailing list

On Wed, 27 Jan 2010 08:32:51 -0500, William Morgan <wmorgan-sup@masanjin.net> wrote:
> [resend to list]
> 
> Reformatted excerpts from Nicolas Pouillard's message of 2010-01-27:
> > It reminds me that I would really like an option to sup-tweak-labels
> > to accept a file in the dump format.
> > 
> > It would allow us to feed a "diff" in dump format and so be able to
> > recover quickly incrementally upgrade a sup index.
> > 
> > NOTE: using sup-sync is not an option, it is way too slow to look at
> > every messages of every sources.
> 
> Not a bad idea. Maybe even as a separate sup-undump command.

Hum, sup-load ?

-- 
Nicolas Pouillard
http://nicolaspouillard.fr
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-27 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-26 16:14 [sup-talk] Old Mail Michael McDermott
2010-01-26 17:47 ` William Morgan
2010-01-26 19:16   ` Michael McDermott
2010-01-27 10:34   ` Nicolas Pouillard
2010-01-27 13:32     ` William Morgan
2010-01-27 14:39       ` Nicolas Pouillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox