On 10:06:21 2007-10-19 " Sébastien Lorquet " <[EMAIL PROTECTED]> wrote:
> You will notice that this person is using hotmail... He will probably
> read his mail with the hotmail's webmail... I feel sorry for him :(
> 
> David, switch to gmail or other serious provider, hotmail won't display
> well on the Neo :)
> 
> 2007/10/19, Clinton Ebadi <[EMAIL PROTECTED]>:
> >
> > "David Shanks" <[EMAIL PROTECTED]> writes:
> > > I suppose this is directed to the list moderators/admins.
> > > I was wondering if there is a way to have "openmoko" or some list
> > > descriptor like "community" added in front of the subject of the
> > > emails sent out by the list.
> > > It would make sorting my emails much simpler, as right now i'm
> > > forced to sort my mailbox by hand daily.

Simply filter on List-id: header which every email from the list has

Heres' an easy one for sieve capable clients:
if header :contains "List-Id"  "community.lists.openmoko.org"
{
        fileinto "openmoko";
        stop;
}
if header :contains "List-Id"  "announce.lists.openmoko.org"
{
        fileinto "openmoko";
        stop;
}


--
Andraž "ruskie" Levstik
Source Mage GNU/Linux Games grimoire guru
Geek/Hacker/Tinker

Be sure brain is in gear before engaging mouth.

Key id = F4C1F89C
Key fingerprint = 6FF2 8F20 4C9D DB36 B5B6  F134 884D 72CC F4C1 F89C


_______________________________________________
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to