[mythtv-users] What email client are you using?

Jesse Guardiani jesse at wingnet.net
Fri Feb 17 18:15:13 UTC 2006


Richard Bronosky wrote:
> I'm really going crazy trying to keep up with my MythTV & IVTV lists. 
> I'm using Thunderbird, and have setup a virtual folder to search for
> bronosky in the entire message.  This works most of the time to help me
> keep up with messages directed toward me.  However I've ran into
> problems where a persons mail client strips out all headers from the
> reply that had bronosky in it, and they don't leave the original message
> in the reply.  So I never see it.
>
> Thunderbird has a menu option: "View>Threads>Watched Threads with
> Unread" but doesn't seem to have a way to mark an email thread as read,
> so...
>
> I would love to find a plugin or extension, or an entirely new client
> that would allow me to sort a folder "by threads marked as watched, then
> by threads to which I have replied, then by date"
>
> So, what are you using?
>   

I use IMAP and either Thunderbird or KMail, depending on whether I'm 
checking my mail from work or
home, respectively. I have the privilege of using server side mail 
filtering using maildrop, so my mailing list
mail always appears in the right folder without any additional 
configuration on the client end. Here's my filter:

# --
# mythtv
# --

# mythtv-users at mythtv.org
if ( /^List-Id: .*<mythtv-users.mythtv.org>.*/ )
{
        to "$MAILHOME/.Personal.Mailing Lists.mythtv"
        exit
}

# ivtv-devel.lists.sourceforge.net
if ( /^List-Post: .*ivtv-devel at ivtvdriver.org>.*/ )
{
        to "$MAILHOME/.Personal.Mailing Lists.ivtv-devel"
        exit
}


Works 100% of the time!

-- 
Jesse Guardiani
Programmer/Sys Admin
jesse at wingnet.net



More information about the mythtv-users mailing list