[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kmail-devel
Subject:    Re: [PATCH] Improved Reply-All behaviour
From:       Zack Rusin <zack () kde ! org>
Date:       2003-09-13 2:38:00
[Download RAW message or body]

On Friday 12 September 2003 17:41, Ingo Klöcker wrote:
> On Friday 12 September 2003 02:56, Dirk Mueller wrote:
> > +// -*- c-basic-offset: 2 -*-
>
> Is this really necessary? Is there a less intrusive way to add this
> line, e. g. at the end of the file?

Emacs question without me CC'd? Man, I'm so disappointed right now... ;) 
I don't think the line is intrusive we ( I? ) add something like that 
to most of the files anyway, but sure there's a way to add it to the 
end of the file, it just has to be in the following format:
/*
 * Local variables:
 * c-basic-offset: 2
 * End:
 */


> > @@ -1021,10 +1022,14 @@ KMMessage* KMMessage::createReply( bool
> >        if( !mailingListPostAddress.isEmpty() )
> >          recipients = stripAddressFromAddressList(
> > mailingListPostAddress, recipients ); }
> >  
> > +    // if it is a mailing list, add the posting address
> > +    if ( !mailingListPostAddress.isEmpty() )
> > +      recipients += mailingListPostAddress;
>
> This leads to duplicate messages for all KDE mailing-lists in case
> the user configured the mailing-list post address to be kmail@kde.org
> while the sender (like you) has sent the message to
> kmail@mail.kde.org. When replying-all KMail will put the
> user-specified mailing-list post address in To: and the other
> mailing-list address in Cc:.

In the ideal world the List-Post header would contain a list of all 
postable addresses for a mailing-list, but since we don't do that... We 
could then do checking to make sure that we never send an email to the 
same list twice, how could would that be? (I'm just trying to give an 
incentive to someone to do that for KDE mailing lists ;) ).
By the way, that reminds me that I'll be working on automagic mailing 
list handling sometime this week.

Zack 

-- 
--an unbreakable toy is useful for breaking other toys-- 
_______________________________________________
KMail Developers mailing list
kmail@mail.kde.org
http://mail.kde.org/mailman/listinfo/kmail

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic