Roel Vanhout wrote:
> X-Apparently-To: [EMAIL PROTECTED] via web10802
> Date: Sun, 11 Feb 2001 23:18:54 +0100
> From: Roel Vanhout <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: removing duplicate messages + changing mailbox
> Message-ID: <[EMAIL PROTECTED]>
> 
> Hello all,
> 
> I've switched from using imap to fetchmail + Maildir + maildrop. Now I
> have a few questions: 
> - I have accidentally downloaded a bunch of messages 
>   twice with fetchmail. Is there any way to remove duplicate messages?
> - When I press 'C' to switch mailbox and press ? to get a list of
>   mailboxes, I get only two dots and when I select this, I go back to my
>   previously selected mailbox. If I chdir to ~/Maildir, all mailboxes
> show up; is there any way to make mutt go to this directory whenever I
> press '?' for a list of mailboxes?
> - Not really mutt-related, but maybe someone knows the answer anyway: is
>   there any way to tell maildrop to make maildir mailboxes if they don't
> exist yet, or do I have to do 'makemaildir' every time I add a rule in my
> .maildropfilter?
> 
> Thanks,
> 
> roel
> 

I use the following in my .mailfilter to remove duplicates and it seems 
to work fine for me:

        `reformail -D 8000 .duplicate.cache`
        if ( $RETURNCODE == 0 )
        {
                exit
        }



-- 
Don't tell me I'm burning the candle at both ends -- tell me where to
get more wax!!
-
Fingerprint :  869B 53DD 5E80 E1F0 93F6  9871 0508 0296 5957 F723
David Clarke <[EMAIL PROTECTED]> || <[EMAIL PROTECTED]>

Reply via email to