After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689966 - MDN bar shown in Sent folder
MDN bar shown in Sent folder
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Plugins
3.6.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2012-12-10 11:41 UTC by Milan Crha
Modified: 2012-12-10 19:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (1.09 KB, patch)
2012-12-10 18:48 UTC, Milan Crha
committed Details | Review
evo patch ][ (2.23 KB, patch)
2012-12-10 19:54 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2012-12-10 11:41:09 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=885428

Description of problem:
Sent Items list have "Notify Sender" button.
Which sense in it, because sender is me?

-----------------------------------------------------------------------------

Attached screen shot there show EWS' Sent Items, with proper icon, with selected message which shows MDN bar with the "notify Sender" button.
Comment 1 Milan Crha 2012-12-10 18:48:08 UTC
Created attachment 231192 [details] [review]
evo patch

for evolution;

Here's the patch. The easy part was to name the special folders, the harder part was that the MDN setup is stored into Mail Identity, while the MDN module was looking into Mail Account, thus changes in account preferences didn't do any difference. Both is fixed with this patch.
Comment 2 Milan Crha 2012-12-10 18:53:02 UTC
Created commit 05a2e72 in evo master (3.7.3+)
Created commit d7ec3ff in evo gnome-3-6 (3.6.3+)
Comment 3 Milan Crha 2012-12-10 19:54:35 UTC
Created attachment 231200 [details] [review]
evo patch ][

for evolution;

Err :( I missed one place for the change in the previous patch, sending of MDN doesn't work without this.
Comment 4 Milan Crha 2012-12-10 19:58:02 UTC
Created commit 0aa0eb2 in evo master (3.7.3+)
Created commit 11cf010 in evo gnome-3-6 (3.6.3+)