[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-03-23 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=342756

Wolfgang Bauer wba...@tmo.at changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #6 from Wolfgang Bauer wba...@tmo.at ---
(In reply to Larry CK from comment #5)
 Hey. So OpenSuse has pushed 4.14.6 updates out this weekend, but I don't see
 the fix. I'f I select e-mail with an attachment, and then click on the
 envelope icon to make the message unread - the paper clip (attachment)
 icon dissipaters forever.
Hm. You're right.
I can reproduce this when clicking on that envelope icon (I didn't even know
one can mark the mail read/unread by doing this).
I tried with a mixed_maildir_resource btw.

It seems to work fine when I mark it as read/unread via the context menu
though.

Anyway, reopening.

-- 
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


[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-03-23 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=342756

--- Comment #7 from Wolfgang Bauer wba...@tmo.at ---
PS, to clarify:
Clicking on the envelope icon in the mail list _only_ removes the
attachment icon without actually changing the read/unread state. Clicking
again changes the read/unread state.

This actually seems totally unrelated to Akonadi's handling of mail flags.
It would seem to me that KMail changes the wrong flag in this case.

-- 
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


[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-03-23 Thread Larry CK
https://bugs.kde.org/show_bug.cgi?id=342756

--- Comment #5 from Larry CK blackrave...@gmail.com ---
Hey. So OpenSuse has pushed 4.14.6 updates out this weekend, but I don't see
the fix. I'f I select e-mail with an attachment, and then click on the envelope
icon to make the message unread - the paper clip (attachment) icon
dissipaters forever.
Do I need to change some setting or do something in extra to get the patch to
work?

-- 
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


[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-03-05 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=342756

Wolfgang Bauer wba...@tmo.at changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #3 from Wolfgang Bauer wba...@tmo.at ---
(In reply to Larry CK from comment #2)
 That is a good new. Thank you for the fix! But there is a downside to it as
 well. It sais it is fixed in version 4.14.6, KDE website latest announcement
 is that version 4.14.3 is released, OpneSUSE has pushed 4.14.4 to its users.
 With KDE working hard on V5 (and I for one can't wait until is good enough
 for daily use)  4.14.6 release seems to be some time away.

No. 4.14.6 has been released last Tuesday, together with KDE 14.12.3.
See https://www.kde.org/announcements/announce-applications-14.12.3.php, you'll
find this fix in the full changelog for kdepim-runtime.

 From what I understand, there was one line of code added to 6 files. Maybe
 there is a way to match those files in  4.14.4? i'd appreciate if someone
 could give instruction on how to patch it in.

Probably. Click on the link in comment#1 to download or view the patch. Then
apply the changes to the downloaded source manually or use the patch command to
apply them.

Do you know how to compile kdepim from source?
If not, you'd probably better just wait until openSUSE releases the next KDE
update, which will contain KDEPIM 4.14.6.
This might take a few weeks though, but the packages should be available in the
update-test repo as soon as the update is submitted (probably in the next days)
if you don't want to wait that long:
http://download.opensuse.org/update/13.2-test/

-- 
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


[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-03-05 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=342756

--- Comment #4 from Wolfgang Bauer wba...@tmo.at ---
PS: you'd probably also need those patches:
http://quickgit.kde.org/?p=kdepim.gita=commith=716dd402426b2e44644b9c134af5f4582c25013e
(for kdepim)
http://quickgit.kde.org/?p=kdepimlibs.gita=commith=f3ae4b2502964c69dc82fa805b09cd479380ecfe
(for kdepimlibs)

-- 
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


[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-03-05 Thread Larry CK
https://bugs.kde.org/show_bug.cgi?id=342756

--- Comment #2 from Larry CK blackrave...@gmail.com ---
(In reply to Martin Koller from comment #1)
 Git commit 0cb0e2f5efc7d76033f9b9ccc83aeebe9845f338 by Martin Koller.
 Committed on 31/01/2015 at 14:44.
 Pushed by mkoller into branch 'KDE/4.14'.
 
 Fix missing mail flags; avoid code duplication
 
 This patch uses the new method Akonadi::MessageFlags::copyMessageFlags()
 to copy the mail message flags into Akonadi objects, avoiding
 code duplication.
 Some places did not do this previously leading to mail flags never
 appearing (or getting lost) in Akonadi
 Related: bug 286692, bug 313401, bug 327241
 FIXED-IN: 4.14.6
 REVIEW: 14
 
 M  +1-1CMakeLists.txt
 M  +1-13   resources/imap/messagehelper.cpp
 M  +3-0resources/maildir/maildirresource.cpp
 M  +2-0resources/maildir/retrieveitemsjob.cpp
 M  +6-0resources/mbox/mboxresource.cpp
 M  +3-0resources/mixedmaildir/mixedmaildirstore.cpp
 M  +2-9resources/pop3/pop3resource.cpp
 
 http://commits.kde.org/kdepim-runtime/
 0cb0e2f5efc7d76033f9b9ccc83aeebe9845f338

That is a good new. Thank you for the fix! But there is a downside to it as
well. It sais it is fixed in version 4.14.6, KDE website latest announcement is
that version 4.14.3 is released, OpneSUSE has pushed 4.14.4 to its users. With
KDE working hard on V5 (and I for one can't wait until is good enough for daily
use)  4.14.6 release seems to be some time away.

From what I understand, there was one line of code added to 6 files. Maybe
there is a way to match those files in  4.14.4? i'd appreciate if someone could
give instruction on how to patch it in.

-- 
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


[Akonadi] [Bug 342756] e-mails with attachments dont show attachmnent icon in Kmail

2015-01-31 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=342756

Martin Koller kol...@aon.at changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||4.14.6
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/0cb0e2f5efc7d760
   ||33f9b9ccc83aeebe9845f338

--- Comment #1 from Martin Koller kol...@aon.at ---
Git commit 0cb0e2f5efc7d76033f9b9ccc83aeebe9845f338 by Martin Koller.
Committed on 31/01/2015 at 14:44.
Pushed by mkoller into branch 'KDE/4.14'.

Fix missing mail flags; avoid code duplication

This patch uses the new method Akonadi::MessageFlags::copyMessageFlags()
to copy the mail message flags into Akonadi objects, avoiding
code duplication.
Some places did not do this previously leading to mail flags never
appearing (or getting lost) in Akonadi
Related: bug 286692, bug 313401, bug 327241
FIXED-IN: 4.14.6
REVIEW: 14

M  +1-1CMakeLists.txt
M  +1-13   resources/imap/messagehelper.cpp
M  +3-0resources/maildir/maildirresource.cpp
M  +2-0resources/maildir/retrieveitemsjob.cpp
M  +6-0resources/mbox/mboxresource.cpp
M  +3-0resources/mixedmaildir/mixedmaildirstore.cpp
M  +2-9resources/pop3/pop3resource.cpp

http://commits.kde.org/kdepim-runtime/0cb0e2f5efc7d76033f9b9ccc83aeebe9845f338

-- 
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