* [sup-talk] Simple E-Mail Delaying
@ 2009-10-04 12:36 Nicolas Pouillard
2009-10-04 14:46 ` Steve Goldman
2009-10-04 15:51 ` William Baxter
0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Pouillard @ 2009-10-04 12:36 UTC (permalink / raw)
To: sup-talk
Hi all,
I've written a blog post about improving my email experience. And since it
interacts nicely with sup it may be of some interest for you.
Best Regards,
--
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] Simple E-Mail Delaying
2009-10-04 12:36 [sup-talk] Simple E-Mail Delaying Nicolas Pouillard
@ 2009-10-04 14:46 ` Steve Goldman
2009-10-05 7:55 ` Nicolas Pouillard
2009-10-04 15:51 ` William Baxter
1 sibling, 1 reply; 6+ messages in thread
From: Steve Goldman @ 2009-10-04 14:46 UTC (permalink / raw)
To: sup-talk
Excerpts from Nicolas Pouillard's message of Sun Oct 04 08:36:02 -0400 2009:
> Hi all,
>
> I've written a blog post about improving my email experience. And since it
> interacts nicely with sup it may be of some interest for you.
>
> Best Regards,
>
This is brilliant.
Can you help me get it work?
What defines FULLEMAIL? I can't get the script past that.
(I'm not on the latest sup checkout, but i grepped the next branch for
FULLEMAIL and didn't see anything.)
Thanks.
--
Steve Goldman
sgoldman@tower-research.com
T: 212.219.6014
F: 212.219.6007
Tower Research Capital, LLC
377 Broadway, 11th Fl.
New York, NY 10013
_______________________________________________
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] Simple E-Mail Delaying
2009-10-04 14:46 ` Steve Goldman
@ 2009-10-05 7:55 ` Nicolas Pouillard
2009-10-05 22:11 ` Nicolas Pouillard
0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Pouillard @ 2009-10-05 7:55 UTC (permalink / raw)
To: Steve Goldman; +Cc: sup-talk
Excerpts from Steve Goldman's message of Sun Oct 04 16:46:40 +0200 2009:
> Excerpts from Nicolas Pouillard's message of Sun Oct 04 08:36:02 -0400 2009:
> > Hi all,
> >
> > I've written a blog post about improving my email experience. And since it
> > interacts nicely with sup it may be of some interest for you.
> >
> > Best Regards,
> >
>
> This is brilliant.
>
> Can you help me get it work?
Of course.
> What defines FULLEMAIL? I can't get the script past that.
I defined it in my shell profile (.zshrc actually),
export FULLEMAIL="Nicolas Pouillard <nicolas.pouillard@gmail.com>"
I know that is not standard, and I can be easily convinced to support
something more portable.
In my .zshrc I have $EMAIL, $MAILADDR as well.
--
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] Simple E-Mail Delaying
2009-10-05 7:55 ` Nicolas Pouillard
@ 2009-10-05 22:11 ` Nicolas Pouillard
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Pouillard @ 2009-10-05 22:11 UTC (permalink / raw)
To: Nicolas Pouillard; +Cc: sup-talk
Excerpts from Nicolas Pouillard's message of Mon Oct 05 09:55:09 +0200 2009:
> Excerpts from Steve Goldman's message of Sun Oct 04 16:46:40 +0200 2009:
> > Excerpts from Nicolas Pouillard's message of Sun Oct 04 08:36:02 -0400 2009:
> > > Hi all,
> > >
> > > I've written a blog post about improving my email experience. And since it
> > > interacts nicely with sup it may be of some interest for you.
> > >
> > > Best Regards,
> > >
> >
> > This is brilliant.
> >
> > Can you help me get it work?
>
> Of course.
>
> > What defines FULLEMAIL? I can't get the script past that.
>
> I defined it in my shell profile (.zshrc actually),
>
> export FULLEMAIL="Nicolas Pouillard <nicolas.pouillard@gmail.com>"
>
> I know that is not standard, and I can be easily convinced to support
> something more portable.
>
> In my .zshrc I have $EMAIL, $MAILADDR as well.
I have updated my gist [1], to reflect two changes the first is to set the
date at the sending time (not when running email-reminder) and the second is
to use $EMAIL and $REALNAME which are a bit more self-explanatory.
[1]: http://gist.github.com/199197
--
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] Simple E-Mail Delaying
2009-10-04 12:36 [sup-talk] Simple E-Mail Delaying Nicolas Pouillard
2009-10-04 14:46 ` Steve Goldman
@ 2009-10-04 15:51 ` William Baxter
2009-10-05 7:59 ` Nicolas Pouillard
1 sibling, 1 reply; 6+ messages in thread
From: William Baxter @ 2009-10-04 15:51 UTC (permalink / raw)
To: sup-talk
Excerpts from Nicolas Pouillard's message of Sun Oct 04 08:36:02 -0400 2009:
> I've written a blog post about improving my email experience. And since it
> interacts nicely with sup it may be of some interest for you.
I also employ a tickler system in sup, one that relies exclusively on labels.
To mark a thread for review on day DD of the month, label it with #DD.
Obviously this extends forward only one month. I have not found that
problematic. I also use #E to indicate the need to reply, #W as waiting for
something, #A for action required, etc.
The choice of # came from two considerations. First, it sorts before letters.
Second, it does not require quoting in searches. The date labels could do
without the prefix, but I began with the #<letter> labels, and like the way
that the common prefix sets these elements apart in label-list-mode.
Cheers, W.
_______________________________________________
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] Simple E-Mail Delaying
2009-10-04 15:51 ` William Baxter
@ 2009-10-05 7:59 ` Nicolas Pouillard
0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Pouillard @ 2009-10-05 7:59 UTC (permalink / raw)
To: William Baxter; +Cc: sup-talk
Excerpts from William Baxter's message of Sun Oct 04 17:51:51 +0200 2009:
> Excerpts from Nicolas Pouillard's message of Sun Oct 04 08:36:02 -0400 2009:
> > I've written a blog post about improving my email experience. And since it
> > interacts nicely with sup it may be of some interest for you.
>
> I also employ a tickler system in sup, one that relies exclusively on labels.
> To mark a thread for review on day DD of the month, label it with #DD.
> Obviously this extends forward only one month. I have not found that
> problematic. I also use #E to indicate the need to reply, #W as waiting for
> something, #A for action required, etc.
>
> The choice of # came from two considerations. First, it sorts before letters.
> Second, it does not require quoting in searches. The date labels could do
> without the prefix, but I began with the #<letter> labels, and like the way
> that the common prefix sets these elements apart in label-list-mode.
Thanks for the tip!
I already use a "pending" label for a mix of "waiting",
"need to reply", and "action required". I'm thinking about switching to
shorter and more distinct naming like yours.
However I like the system proposed because it is event based and can be more
fine grained than "a day of the month".
Best regards,
--
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:[~2009-10-05 22:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-04 12:36 [sup-talk] Simple E-Mail Delaying Nicolas Pouillard
2009-10-04 14:46 ` Steve Goldman
2009-10-05 7:55 ` Nicolas Pouillard
2009-10-05 22:11 ` Nicolas Pouillard
2009-10-04 15:51 ` William Baxter
2009-10-05 7:59 ` Nicolas Pouillard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox