[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #3 from Laurent Montel mon...@kde.org --- Are you reset default template ? But default its %REM=Default forward template%- -- Forwarded Message -- Subject: %OFULLSUBJECT Date: %ODATE, %OTIMELONG From: %OFROMADDR

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #4 from Laurent Montel mon...@kde.org --- Perhaps you can send me a test email in private message. Perhaps in japonese characters creates a problem -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #5 from guoyunhebrave guoyunhebr...@gmail.com --- No I didn't change it. This is the default settings in openSUSE 13.2. Maybe it is only a problem of packaging in openSUSE 13.2. The default template is (in Chinese): -- 转发的信件

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #6 from Laurent Montel mon...@kde.org --- Yes indeed you're right it's in i18n(...) We need to ask to translator to fix it. QString DefaultTemplates::defaultForward() { return QLatin1String(%REM=\) + i18n(Default forward

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #7 from Laurent Montel mon...@kde.org --- Hi kde-i18n :) I think this bug is a translate problem. Could you verify chinese version please ? Thanks. Le Wednesday 19 November 2014 08:49:25 guoyunhebrave a écrit :

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #8 from guoyunhebrave guoyunhebr...@gmail.com --- I have found the translation message and submitted a patch. But there is still a problem. The program source code use %OADDRESSEESADDR to represent all email receivers:

[kontact] [Bug 341093] New: kontact crashes during session restore after restart due to power outage

2014-11-19 Thread Robert Riemann
https://bugs.kde.org/show_bug.cgi?id=341093 Bug ID: 341093 Summary: kontact crashes during session restore after restart due to power outage Product: kontact Version: unspecified Platform: openSUSE RPMs OS:

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #9 from Laurent Montel mon...@kde.org --- } else if (cmd.startsWith(QLatin1String(OADDRESSEESADDR))) { qDebug() Command: OADDRESSEESADDR; i += strlen(OADDRESSEESADDR); if

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #10 from guoyunhebrave guoyunhebr...@gmail.com --- OK, I understand. Thank you! -- You are receiving this mail because: You are the assignee for the bug. ___ Kdepim-bugs mailing list

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #11 from guoyunhebrave guoyunhebr...@gmail.com --- But I tried to use %OADDRESSEESADDR in my customized template. (Program language is Chinese) It displays English To: not Chinese 收件人:. i18nc(@item:intext email To, To:) is defined in

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #12 from guoyunhebrave guoyunhebr...@gmail.com --- I tested Finnish language, it works well. So it is only a Chinese translation problem. But I still suggest my solution that %OADDRESSEESADDR only outputs email addresses. i18n defined in

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #13 from Laurent Montel mon...@kde.org --- indeed but I can't change it. Otherwise I will break all template for all users. -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #14 from guoyunhebrave guoyunhebr...@gmail.com --- Yes, I fully understand your consideration. How about providing another parser OTOALLADDR for those who want to use customized templates? This solution does not affect old users' template

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #15 from Laurent Montel mon...@kde.org --- Another problem is that this variable allows to add CC too. But you can use OTOLIST no ? -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #16 from guoyunhebrave guoyunhebr...@gmail.com --- Yes. I can use OTOLIST. If I need CC I can customize my template as: - From: %OFROMADDR To: %OTOLIST Cc: %OCCADDR

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #17 from Laurent Montel mon...@kde.org --- } else if (cmd.startsWith(QLatin1String(OADDRESSEESADDR))) { qDebug() Command: OADDRESSEESADDR; i += strlen(OADDRESSEESADDR); if

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #18 from guoyunhebrave guoyunhebr...@gmail.com --- After test, I found %OTOADDR and %OCCADDR both outputs all email addresses. So I can use: - From: %OFROMADDR To: %OTOADDR Cc: %OCCADDR

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #19 from Laurent Montel mon...@kde.org --- There is not difference when I look at source code. I think that it was old variable which was never removed. I can't remove it for compatibility but indeed you can use %OTOADDR or %OTOLIST -- You

[kmail2] [Bug 340321] openPGP/MIME Signatures are invalid

2014-11-19 Thread hgeerts
https://bugs.kde.org/show_bug.cgi?id=340321 --- Comment #3 from hgee...@osso.nl --- I just tried to verify my mbox mail with https://www.gnupg.org/documentation/manuals/gnupg/gpgparsemail.html and that seems to succeed the signature check. Which gave me a reason to question the manual method

[kmail2] [Bug 341085] Forward Email Template Error

2014-11-19 Thread guoyunhebrave
https://bugs.kde.org/show_bug.cgi?id=341085 --- Comment #20 from guoyunhebrave guoyunhebr...@gmail.com --- Thanks for your patient answer. Every question is clearly explained. I will work with KDE China i18n team to solve the translation error. -- You are receiving this mail because: You are

[akregator] [Bug 341101] New: bug wwhen ending programm akregator

2014-11-19 Thread urs18
https://bugs.kde.org/show_bug.cgi?id=341101 Bug ID: 341101 Summary: bug wwhen ending programm akregator Product: akregator Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity:

[akregator] [Bug 341101] bug wwhen ending programm akregator

2014-11-19 Thread urs18
https://bugs.kde.org/show_bug.cgi?id=341101 ur...@online.ms changed: What|Removed |Added Platform|Other |openSUSE RPMs --- Comment #1 from

[akregator] [Bug 341101] bug wwhen ending programm akregator

2014-11-19 Thread urs18
https://bugs.kde.org/show_bug.cgi?id=341101 --- Comment #2 from ur...@online.ms --- -none- -- You are receiving this mail because: You are the assignee for the bug. ___ Kdepim-bugs mailing list Kdepim-bugs@kde.org

[kaddressbook] [Bug 286592] LDAP server not updated with local modifications

2014-11-19 Thread Steven Coutts
https://bugs.kde.org/show_bug.cgi?id=286592 Steven Coutts scou...@bcs.org.uk changed: What|Removed |Added CC||scou...@bcs.org.uk ---

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-11-19 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358 --- Comment #17 from Larx throwa...@online.de --- I don't want to insist, but... I'd like to be able to use KDE again for proper managing my contacts -- You are receiving this mail because: You are the assignee for the bug.

[kleopatra] [Bug 340677] Kleopatra Should support GnuPG 2.1

2014-11-19 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=340677 Andre Heinecke aheine...@intevation.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[akregator] [Bug 321426] Crash on start (4.10)

2014-11-19 Thread Sérgio Basto
https://bugs.kde.org/show_bug.cgi?id=321426 Sérgio Basto ser...@serjux.com changed: What|Removed |Added CC||ser...@serjux.com -- You are

[akregator] [Bug 313554] Akregator crashes while starting

2014-11-19 Thread Sérgio Basto
https://bugs.kde.org/show_bug.cgi?id=313554 Sérgio Basto ser...@serjux.com changed: What|Removed |Added CC||ser...@serjux.com -- You are

[akregator] [Bug 116482] metakit: akregator crashes at startup

2014-11-19 Thread Sérgio Basto
https://bugs.kde.org/show_bug.cgi?id=116482 Sérgio Basto ser...@serjux.com changed: What|Removed |Added CC||ser...@serjux.com --- Comment

[Akonadi] [Bug 340931] Read status of emails not updated when changed outside KMail, but only for GMail accounts via IMAP

2014-11-19 Thread John Baldwin
https://bugs.kde.org/show_bug.cgi?id=340931 John Baldwin j...@freebsd.org changed: What|Removed |Added CC||j...@freebsd.org --- Comment #1

[kontact] [Bug 341093] kontact crashes during session restore after restart due to power outage

2014-11-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=341093 Christoph Feck christ...@maxiom.de changed: What|Removed |Added Severity|normal |crash -- You are

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-11-19 Thread graham
https://bugs.kde.org/show_bug.cgi?id=283682 gra...@howlingfrog.com changed: What|Removed |Added CC||gra...@howlingfrog.com -- You are

[Akonadi] [Bug 340157] Akonadi imap resource segfaults on folder refresh

2014-11-19 Thread Julian G
https://bugs.kde.org/show_bug.cgi?id=340157 Julian G g...@4-mail.net changed: What|Removed |Added CC||g...@4-mail.net -- You are

[Akonadi] [Bug 340157] Akonadi imap resource segfaults on folder refresh

2014-11-19 Thread Julian G
https://bugs.kde.org/show_bug.cgi?id=340157 --- Comment #2 from Julian G g...@4-mail.net --- Created attachment 89637 -- https://bugs.kde.org/attachment.cgi?id=89637action=edit New crash information added by DrKonqi akonadi_imap_resource (4.14) on KDE Platform 4.14.3 using Qt 4.8.6 - What I

[akregator] [Bug 116482] metakit: akregator crashes at startup

2014-11-19 Thread Sérgio Basto
https://bugs.kde.org/show_bug.cgi?id=116482 --- Comment #266 from Sérgio Basto ser...@serjux.com --- Cleaning archive doing: mv ./.kde/share/apps/akregator/Archive/* akregator/Archive/ fixed the crash -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 341114] New: Focus Jumps To Another Message Spontaneously When Server Refresh

2014-11-19 Thread Garry Williams
https://bugs.kde.org/show_bug.cgi?id=341114 Bug ID: 341114 Summary: Focus Jumps To Another Message Spontaneously When Server Refresh Product: kmail2 Version: 4.14.2 Platform: Fedora RPMs OS: Linux

[kmail2] [Bug 336878] Position in the message list is not preserved across restarts

2014-11-19 Thread Garry Williams
https://bugs.kde.org/show_bug.cgi?id=336878 Garry Williams gtwilli...@gmail.com changed: What|Removed |Added CC||gtwilli...@gmail.com ---