[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-11-23 Thread jos poortvliet
https://bugs.kde.org/show_bug.cgi?id=324532

--- Comment #7 from jos poortvliet jospoortvl...@gmail.com ---
Aw, so I mis-understood what this is supposed to do... Sorry.

Will try the Rewrite Header solution instead.

Hugs,
Jos

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-11-23 Thread jos poortvliet
https://bugs.kde.org/show_bug.cgi?id=324532

--- Comment #8 from jos poortvliet jospoortvl...@gmail.com ---
Unfortunately, that doesn't seem to work.
From is not one of the headers which can be selected in the drop-down and
manually typing 'From' in the field does nothing. I attached a screenshot,
perhaps I do something wrong?

It seems to happen according to the filter log:
[02:01:12] Begin filtering on message bla from Jos Poortvliet  at Sunday
24 November 2013 02:01 :
[02:01:12] Evaluating filter rules: (match any of the following) To
contains suse.de To contains suse.com
[02:01:12] 1 = To contains suse.de (jpoortvl...@suse.de)
[02:01:12] Filter rules have matched.
[02:01:12] Applying filter action: Rewrite Header From Jos Poortvliet
jospoortvl...@gmail.com Jos Poortvliet jpoortvl...@suse.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-11-23 Thread jos poortvliet
https://bugs.kde.org/show_bug.cgi?id=324532

--- Comment #9 from jos poortvliet jospoortvl...@gmail.com ---
Created attachment 83725
  -- https://bugs.kde.org/attachment.cgi?id=83725action=edit
What the filter looks like

I also tried a few other ways of doing it...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-10-09 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=324532

--- Comment #6 from Laurent Montel mon...@kde.org ---
Reverted in 4.11.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-10-09 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=324532

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
   Version Fixed In|4.11.2  |4.12
 Resolution|--- |FIXED
  Latest Commit|http://commits.kde.org/kdep |http://commits.kde.org/kdep
   |im/6a2d349e7602753df87bdd69 |im/ec18e8b1db4c97331d5a9c12
   |e34241c99185c111|3cd61ff4a101dba5

--- Comment #5 from Laurent Montel mon...@kde.org ---
Git commit ec18e8b1db4c97331d5a9c123cd61ff4a101dba5 by Montel Laurent.
Committed on 09/10/2013 at 06:20.
Pushed by mlaurent into branch 'master'.

Fix apply setidentity (Bug 324532 - kmail filter on sending mails cannot change
identity)
FIXED-IN: 4.12

M  +4-2agents/mailfilteragent/filtermanager.cpp
M  +1-1mailcommon/filter/filteraction.h
M  +1-1mailcommon/filter/filteractionaddheader.cpp
M  +1-1mailcommon/filter/filteractionaddheader.h
M  +1-1mailcommon/filter/filteractionaddtag.cpp
M  +1-1mailcommon/filter/filteractionaddtag.h
M  +1-1mailcommon/filter/filteractionaddtoaddressbook.cpp
M  +1-1mailcommon/filter/filteractionaddtoaddressbook.h
M  +1-1mailcommon/filter/filteractionbeep.cpp
M  +1-1mailcommon/filter/filteractionbeep.h
M  +1-1mailcommon/filter/filteractioncopy.cpp
M  +1-1mailcommon/filter/filteractioncopy.h
M  +1-1mailcommon/filter/filteractiondelete.cpp
M  +1-1mailcommon/filter/filteractiondelete.h
M  +1-1mailcommon/filter/filteractionexec.cpp
M  +1-1mailcommon/filter/filteractionexec.h
M  +1-1mailcommon/filter/filteractionforward.cpp
M  +1-1mailcommon/filter/filteractionforward.h
M  +1-1mailcommon/filter/filteractionmove.cpp
M  +1-1mailcommon/filter/filteractionmove.h
M  +1-1mailcommon/filter/filteractionpipethrough.cpp
M  +1-1mailcommon/filter/filteractionpipethrough.h
M  +1-1mailcommon/filter/filteractionplaysound.cpp
M  +1-1mailcommon/filter/filteractionplaysound.h
M  +1-1mailcommon/filter/filteractionredirect.cpp
M  +1-1mailcommon/filter/filteractionredirect.h
M  +1-1mailcommon/filter/filteractionremoveheader.cpp
M  +1-1mailcommon/filter/filteractionremoveheader.h
M  +1-1mailcommon/filter/filteractionreplyto.cpp
M  +1-1mailcommon/filter/filteractionreplyto.h
M  +1-1mailcommon/filter/filteractionrewriteheader.cpp
M  +1-1mailcommon/filter/filteractionrewriteheader.h
M  +1-1mailcommon/filter/filteractionsendfakedisposition.cpp
M  +1-1mailcommon/filter/filteractionsendfakedisposition.h
M  +1-1mailcommon/filter/filteractionsendreceipt.cpp
M  +1-1mailcommon/filter/filteractionsendreceipt.h
M  +8-6mailcommon/filter/filteractionsetidentity.cpp
M  +1-1mailcommon/filter/filteractionsetidentity.h
M  +1-1mailcommon/filter/filteractionsetstatus.cpp
M  +1-1mailcommon/filter/filteractionsetstatus.h
M  +1-1mailcommon/filter/filteractionsettransport.cpp
M  +1-1mailcommon/filter/filteractionsettransport.h
M  +1-1mailcommon/filter/filteractionunsetstatus.cpp
M  +1-1mailcommon/filter/filteractionunsetstatus.h
M  +2-2mailcommon/filter/mailfilter.cpp
M  +1-1mailcommon/filter/mailfilter.h

http://commits.kde.org/kdepim/ec18e8b1db4c97331d5a9c123cd61ff4a101dba5

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-10-08 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=324532

Michael Pyne mp...@kde.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||mp...@kde.org
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #4 from Michael Pyne mp...@kde.org ---
Please implement this feature in a way that doesn't break existing filters.

The behavior is documented at
http://docs.kde.org/development/en/kdepim/kmail/filters.html, which says that
Set Identity To should ... set the identity that will be used if you reply
to this message.

In other words, it's a filter action applicable for incoming messages, not
outgoing messages, at least the way that it's documented, which is used
presumably to help KMail disambiguate which identity an email is intended for
when it arrives over a single transport (I use this for KDE mailing list
messages since @kde.org addresses automatically forward to a real email...
without this KMail seems to pick up my actual email address in replies instead
of my @kde.org address). With the current behavior every message I've received
from a mailing list has been marked as From myself! ;)

However, wouldn't it already be possible to use the Rewrite Header filter
action to rewrite the From header to be correct in this scenario?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-09-08 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=324532

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
I confirm it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-09-08 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=324532

--- Comment #2 from Laurent Montel mon...@kde.org ---
Ok filter just add X-KMail-Identity but not changed from cc to...
Will look at how to fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324532] kmail filter on sending mails cannot change identity

2013-09-08 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=324532

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||4.11.2
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/6a2d349e7602753df87bdd69
   ||e34241c99185c111

--- Comment #3 from Laurent Montel mon...@kde.org ---
Git commit 6a2d349e7602753df87bdd69e34241c99185c111 by Montel Laurent.
Committed on 08/09/2013 at 13:28.
Pushed by mlaurent into branch 'KDE/4.11'.

Fix Bug 324532 - kmail filter on sending mails cannot change identity

FIXED-IN: 4.11.2

M  +18   -9mailcommon/filter/filteractionsetidentity.cpp

http://commits.kde.org/kdepim/6a2d349e7602753df87bdd69e34241c99185c111

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs