[kmail2] [Bug 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #12 from Laurent Montel  ---
(In reply to Murz from comment #10)
> And we can add created filters to right-click menu of message, buttons on
> toolbar. So seems this feature request is already available, but will be
> good to improve it via templates, that will sent to stdin of "Execute
> command" options.

so it's another bug report 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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #11 from Laurent Montel  ---
(In reply to Murz from comment #9)
> I look at the KMail and seems that we already can do this via Filters
> functional!
> 
> In filters interface there are available Filter Actions "Pipe Throuth" and
> "Execute command" options.
> 
> I place myscript.sh in "Execute command" - it gets all message source to
> stdin!
> 
> Problem is only with parsing message subject and text, because they are
> BASE64 encoded, because we have raw message source text, not parsed via
> kmail.

yep filter allows it indeed.

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #10 from Murz  ---
And we can add created filters to right-click menu of message, buttons on
toolbar. So seems this feature request is already available, but will be good
to improve it via templates, that will sent to stdin of "Execute command"
options.

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #9 from Murz  ---
I look at the KMail and seems that we already can do this via Filters
functional!

In filters interface there are available Filter Actions "Pipe Throuth" and
"Execute command" options.

I place myscript.sh in "Execute command" - it gets all message source to stdin!

Problem is only with parsing message subject and text, because they are BASE64
encoded, because we have raw message source text, not parsed via kmail.

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #8 from Murz  ---
I plan to create custom cli script like crm_create_ticket.php with something:
http://mycrm.com/create_ticket.php');
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($post));
$out = curl_exec($curl);
echo $out;
curl_close($curl);
?>
Or maybe bash equivalent of this process. 
So if KMail provide way to exec scripts and send message values to stdin of
script, there will be wide way for customisation and automation of mail
processing.

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #7 from Laurent Montel  ---
How you can create "Create ticket in CRM with mail message body and title" ? if
you don't have arguments ?

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #6 from Murz  ---
If you send params via command line - yes, better use like %t, but very often
message body contains multiple line and long text, so pipe this via external
program ("Process with External Programs" like in templates) will be better
way, because we can setup custom template and parse it in program side, for
example:
Command line: script.sh
Input template:
---
MESSAGE_TITLE: %FULLSUBJECT
MESSAGE_TEXT: %TEXT
CLIENT_NAME: %FROMNAME
---
What do you think about this?

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


[akregator] [Bug 361122] GIFs in description do not render in Akregator (Also, HTML5 videos do not seem to work either)

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361122

Laurent Montel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX
 CC||mon...@kde.org

--- Comment #2 from Laurent Montel  ---
It works fine with 5.2
I don't know why it doesn't work with 5.1.3 (it uses khtml) so perhaps a khtml
bug
(in 5.2 it uses QtWebKit)

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


[akregator] [Bug 353168] Akregator is unable to fetch favicons

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353168

--- Comment #14 from Laurent Montel  ---
yep it was fixed when we use unreleased kded
In 5.2 I moved to new kio method
so it's fixed really in official tarball.

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


[akregator] [Bug 361122] GIFs in description do not render in Akregator (Also, HTML5 videos do not seem to work either)

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361122

--- Comment #1 from d...@smpolymen.com ---
Created attachment 98129
  --> https://bugs.kde.org/attachment.cgi?id=98129&action=edit
Screenshot of issue

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


[akregator] [Bug 361122] New: GIFs in description do not render in Akregator (Also, HTML5 videos do not seem to work either)

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361122

Bug ID: 361122
   Summary: GIFs in description do not render in Akregator (Also,
HTML5 videos do not seem to work either)
   Product: akregator
   Version: unspecified
  Platform: Other
   URL: http://www.smpolymen.com/gif.rss
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: internal browser
  Assignee: kdepim-bugs@kde.org
  Reporter: d...@smpolymen.com

GIFs in description do not render in Akregator. They had worked up until about
a month or two ago (I cannot find a working old version that I can use without
downgrading a large number of dependencies.) Also, HTML5 videos do not seem to
work either. (They never worked that I remember, however I believe webkit
should support it.)  

See this test feed: http://www.smpolymen.com/gif.rss

About -> Version
Version 5.1.3
Using:
KDE Frameworks 5.20.0
Qt 5.6.0 (built against 5.6.0)
The xcb windowing system

(From Arch Linux x64 repo)

Reproducible: Always

Steps to Reproduce:
View any item that includes a GIF (or HTML5 video.)



Actual Results:  
The item will not load. It will only show a broken image placeholder.

Expected Results:  
It should display the image /animation / or video.

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


[akregator] [Bug 353168] Akregator is unable to fetch favicons

2016-03-28 Thread Alex Elsayed via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353168

Alex Elsayed  changed:

   What|Removed |Added

 CC||eternal...@gmail.com

--- Comment #13 from Alex Elsayed  ---
Still broken here - tracked this down; the culprit seems to be
src/feediconmanager.cpp as of 15.12.3 - line 60 adds a QDBusInterface member
m_favIconsModule, line 76 initializes it as querying kded5 for the favicons
module (which was never released, and was killed off due to moving into KIO),
and lines 91 and 102 call methods on it. Tracked it down thanks to the error
message on line 104.

All line numbers are from the 15.12.3 release tarball.

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #5 from Laurent Montel  ---
When we have a script we need to parse argument
so "script.sh -b -t" etc.
We can't use directly %TEXT etc as we can't parse 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 361109] New: kmail freezes with high cpu usage when sending signed messages with attachments

2016-03-28 Thread Christopher Suttles via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361109

Bug ID: 361109
   Summary: kmail freezes with high cpu usage when sending signed
messages with attachments
   Product: kmail2
   Version: 5.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: crypto
  Assignee: kdepim-bugs@kde.org
  Reporter: christopher.sutt...@gmail.com

When attempting to send an signed pgp message with attachment (8MB PDF), kmail
prompts with a message box that asks "Some parts of this message will not be
signed. Sending only partially signed messages might violate site policy. Sign
all parts instead?" At this point, CPU usage hits 100%. System becomes frozen,
however mouse is still useable. Clicking "Sign All Parts" does nothing, however
clicking "Send As Is" sends the message in unencrypted form after nearly 1-2
minutes.

This seems to only happen with large attachments (greater than 5MB or so).

Reproducible: Sometimes

Steps to Reproduce:
1. Attempt to send signed pgp message with attachment 
2. At "Unsigned-Message Warning" dialog box, cpu hits 100% and system partially
freezes
3. Can only send the email successfully if "Send As Is" is clicked.

Actual Results:  
Can't send emails fully signed. Getting high cpu usage and kmail become
unresponsive for some time.

Expected Results:  
Email should be able to be sent as normal, with minimal cpu usage (or none).

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


[kaddressbook] [Bug 356995] Unable to move or copy Contacts between Folders or Address Books

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356995

--- Comment #3 from kram...@web.de ---
Since syncing with remote Servers sometimes can be "adventurous", I really
would like to backup all of my contacts to a local address book from time to
time.

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


[kaddressbook] [Bug 356995] Unable to move or copy Contacts between Folders or Address Books

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356995

--- Comment #2 from kram...@web.de ---

Still unresolved with KAddressBook 5.1.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


[Akonadi] [Bug 361101] New: Kmail IMAP crash with hotmail account

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361101

Bug ID: 361101
   Summary: Kmail IMAP crash with hotmail account
   Product: Akonadi
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: IMAP resource
  Assignee: chrig...@fastmail.fm
  Reporter: noucam...@hotmail.com
CC: kdepim-bugs@kde.org, vkra...@kde.org

Application: akonadi_imap_resource (4.14)
KDE Platform Version: 4.14.2 (Compiled from sources)
Qt Version: 4.8.6
Operating System: Linux 3.19.0-32-generic x86_64
Distribution: Linux Mint 17.3 Rosa

-- Information about the crash:
- Unusual behavior I noticed:
I have serveral IMAP accounts, 2 of them with Hotmail, and this one in
particular takes a long time to load new email. Sometimes, after coming from
hybernation, the email does not respond anymore. Shutting down the application
and re-opening it is not enough. I am forced to restart the computer.

Prior to this happening, I had come back from hybernation (Kmail had been
closed) and I received repeated messages that Akonadi was unable to delete
events in the calendar. I was forced to restart the computer as no application
was responding. Upon restarting, I opened Kmail and the problem described with
the IMAP acocunt happened.

The behaviour described with the Calendar deletion has happened several times
in the past.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Casa Infinito of type IMAP E-Mail Server (akonadi_imap_resource),
signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f32415447c0 (LWP 2817))]

Thread 3 (Thread 0x7f32271cc700 (LWP 3744)):
#0  0x7f323ced682d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f323be9ec10 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f323be5db14 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f323be5df7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f323be5e0ec in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f3240b767be in QEventDispatcherGlib::processEvents
(this=0x7f32140008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:436
#6  0x7f3240b480af in QEventLoop::processEvents
(this=this@entry=0x7f32271cbe20, flags=...) at kernel/qeventloop.cpp:149
#7  0x7f3240b483a5 in QEventLoop::exec (this=this@entry=0x7f32271cbe20,
flags=...) at kernel/qeventloop.cpp:204
#8  0x7f3240a44c5f in QThread::exec (this=) at
thread/qthread.cpp:537
#9  0x7f3240a4732f in QThreadPrivate::start (arg=0xf32c70) at
thread/qthread_unix.cpp:349
#10 0x7f323c542182 in start_thread (arg=0x7f32271cc700) at
pthread_create.c:312
#11 0x7f323cee547d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f322cb96700 (LWP 3745)):
#0  0x7f323ced682d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f323be9ec10 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f323be5db14 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f323be5df7b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f323be5e0ec in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f3240b767be in QEventDispatcherGlib::processEvents
(this=0x7f3220005e80, flags=...) at kernel/qeventdispatcher_glib.cpp:436
#6  0x7f3240b480af in QEventLoop::processEvents
(this=this@entry=0x7f322cb95e20, flags=...) at kernel/qeventloop.cpp:149
#7  0x7f3240b483a5 in QEventLoop::exec (this=this@entry=0x7f322cb95e20,
flags=...) at kernel/qeventloop.cpp:204
#8  0x7f3240a44c5f in QThread::exec (this=) at
thread/qthread.cpp:537
#9  0x7f3240a4732f in QThreadPrivate::start (arg=0x101b750) at
thread/qthread_unix.cpp:349
#10 0x7f323c542182 in start_thread (arg=0x7f322cb96700) at
pthread_create.c:312
#11 0x7f323cee547d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f32415447c0 (LWP 2817)):
[KCrash Handler]
#6  operator char const* (this=) at
/usr/include/qt4/QtCore/qbytearray.h:425
#7  KIMAP::Session::selectedMailBox (this=0xff8020) at
../../kimap/session.cpp:449
#8  0x00446b1f in RetrieveItemsTask::startRetrievalTasks
(this=this@entry=0xf41c50) at ../../../resources/imap/retrieveitemstask.cpp:150
#9  0x00446e0e in RetrieveItemsTask::doStart (this=0xf41c50,
session=) at ../../../resources/imap/retrieveitemstask.cpp:98
#10 0x0043ab13 in ResourceTask::onSessionRequested (this=0xf41c50,
requestId=, session=0xff8020, errorCode=0) at
../../../resources/imap/resourcetask.cpp:119
#11 0x004648b5 in ResourceTask::qt_static_metacall (_o=0x7ffc2de894b0,
_c=16744480, _id=-1, _a=0x1035e40) at moc_resourcetask.cpp:69
#12 0x7f3240b5d87a 

[kmail2] [Bug 361094] kmail crashes on startup

2016-03-28 Thread Teet Talviste via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361094

Teet Talviste  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Teet Talviste  ---
Sorry, seems this is beta version software, didn't notice that, so closing.

-- 
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 361094] New: kmail crashes on startup

2016-03-28 Thread Teet Talviste via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361094

Bug ID: 361094
   Summary: kmail crashes on startup
   Product: kmail2
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: teet.talvi...@gmail.com

Application: kmail (5.1.80 beta1)

Qt Version: 5.6.0
Frameworks Version: 5.20.0
Operating System: Linux 4.5.0-1-drm-intel-nightly x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
kmail fails to start every time. Removed .conf/kmail2rc and
.local/share/kmail2, which are recreated when starting, so it at-least gets
that far.

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2904bd6840 (LWP 25856))]

Thread 15 (Thread 0x7f28deda8700 (LWP 25857)):
#0  0x7f2901c8ec3d in poll () from /usr/lib/libc.so.6
#1  0x7f28f4708ae2 in ?? () from /usr/lib/libxcb.so.1
#2  0x7f28f470a757 in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x7f28e00a0a99 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#4  0x7f2902593de8 in ?? () from /usr/lib/libQt5Core.so.5
#5  0x7f28f7a32424 in start_thread () from /usr/lib/libpthread.so.0
#6  0x7f2901c97cbd in clone () from /usr/lib/libc.so.6

Thread 14 (Thread 0x7f28dd3a4700 (LWP 25859)):
#0  0x7f28f7559638 in g_mutex_lock () from /usr/lib/libglib-2.0.so.0
#1  0x7f28f7515078 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#2  0x7f29027bccab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#3  0x7f29027656fa in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#4  0x7f290258efe4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#5  0x7f2900be5a55 in ?? () from /usr/lib/libQt5DBus.so.5
#6  0x7f2902593de8 in ?? () from /usr/lib/libQt5Core.so.5
#7  0x7f28f7a32424 in start_thread () from /usr/lib/libpthread.so.0
#8  0x7f2901c97cbd in clone () from /usr/lib/libc.so.6

Thread 13 (Thread 0x7f28d7df8700 (LWP 25860)):
#0  0x7f28f75147d3 in g_main_context_query () from
/usr/lib/libglib-2.0.so.0
#1  0x7f28f7514ef7 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7f28f751508c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7f29027bccab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#4  0x7f29027656fa in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#5  0x7f290258efe4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x7f2902593de8 in ?? () from /usr/lib/libQt5Core.so.5
#7  0x7f28f7a32424 in start_thread () from /usr/lib/libpthread.so.0
#8  0x7f2901c97cbd in clone () from /usr/lib/libc.so.6

Thread 12 (Thread 0x7f28d6f69700 (LWP 25867)):
#0  0x7f2901ca42cf in __libc_enable_asynccancel () from /usr/lib/libc.so.6
#1  0x7f2901c8ec32 in poll () from /usr/lib/libc.so.6
#2  0x7f28f7514f7c in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x7f28f751508c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#4  0x7f29027bccab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#5  0x7f29027656fa in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#6  0x7f290258efe4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#7  0x7f2902593de8 in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7f28f7a32424 in start_thread () from /usr/lib/libpthread.so.0
#9  0x7f2901c97cbd in clone () from /usr/lib/libc.so.6

Thread 11 (Thread 0x7f28d6768700 (LWP 25869)):
#0  0x7f29027bc210 in ?? () from /usr/lib/libQt5Core.so.5
#1  0x7f28f75149b1 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#2  0x7f28f7514f20 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x7f28f751508c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#4  0x7f29027bccab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#5  0x7f29027656fa in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#6  0x7f290258efe4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#7  0x7f2902593de8 in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7f28f7a32424 in start_thread () from /usr/lib/libpthread.so.0
#9  0x7f2901c97cbd in clone () from /usr/lib/libc.so.6

Thread 10 (Thread 0x7f28d5f67700 (LWP 25871)):
#0  0x7f2901c8ac0d in read () from /usr/lib/libc.so.6
#1  0x7f28f75582a0 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7f28f7514a64 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#3  0x7f28f7514f20 in ?? () from /usr/lib/libglib-2.0.so.0
#4  0x7f28f751508c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#5  0x7f29

[kaddressbook] [Bug 237747] context menu of contact/group/folder should offer to write mail to these persons

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=237747

kde.loser...@safersignup.com changed:

   What|Removed |Added

 CC||kde.loser...@safersignup.co
   ||m

--- Comment #1 from kde.loser...@safersignup.com ---
In kaddressbook 15.12.3 you can do this for contacts and groups, even when
multiple are selected.

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


[kaddressbook] [Bug 349355] Birthdays have to specify a year

2016-03-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349355

kde.loser...@safersignup.com changed:

   What|Removed |Added

 CC||kde.loser...@safersignup.co
   ||m

--- Comment #2 from kde.loser...@safersignup.com ---
This looks like a duplicate of Bug 190782

-- 
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 360910] KMail shows PGP/MIME encrypted content as attachment, does not offer to decrypt.

2016-03-28 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360910

Sandro Knauß  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/mess
   ||agelib/db5cb4496d8a029d3937
   ||4791751a96263a052ddc
   Version Fixed In||5.3
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Sandro Knauß  ---
Git commit db5cb4496d8a029d39374791751a96263a052ddc by Sandro Knauß.
Committed on 28/03/2016 at 14:42.
Pushed by knauss into branch 'master'.

Add new BodyFormatter for application/pgp-encrypted

FIXED-IN: 5.3

A  +52   -0mimetreeparser/autotests/data/openpgp-encrypted-applemail.mbox
A  +40   -0   
mimetreeparser/autotests/data/openpgp-encrypted-applemail.mbox.html
M  +1-0mimetreeparser/src/CMakeLists.txt
A  +99   -0mimetreeparser/src/bodyformatter/applicationpgpencrypted.cpp
[License: LGPL (v2+)]
A  +41   -0mimetreeparser/src/bodyformatter/applicationpgpencrypted.h
[License: LGPL (v2+)]
M  +2-0mimetreeparser/src/viewer/bodypartformatter.cpp

http://commits.kde.org/messagelib/db5cb4496d8a029d39374791751a96263a052ddc

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #4 from Murz  ---
Also Tempalte editor already have "Process with External Programs" functional,
maybe you can reuse it too.

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


[kontact] [Bug 361092] New: Kontact-15.12.3 crashes while filling a BCC address in the composer

2016-03-28 Thread Till Schäfer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361092

Bug ID: 361092
   Summary: Kontact-15.12.3 crashes while filling a BCC address in
the composer
   Product: kontact
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: till2.schae...@uni-dortmund.de

Application: kontact (5.1.3)
 (Compiled from sources)
Qt Version: 5.5.1
Frameworks Version: 5.20.0
Operating System: Linux 4.1.15-gentoo-r1 x86_64
Distribution: "Gentoo Base System release 2.2"

-- Information about the crash:
- What I was doing when the application crashed:
I have written an E-Mail and was addding various E-Mail addresses as BCC. When
starting to type a specific sequence ("Mari") into the BCC-field, Kontact
crashed. I have restarted Kontact and the crash alwas happened when trying to
enter the E-Mail address starting with "Mari". All other E-Mail-Addresses i
have entered (about 10) did not crash the application. As a workarout i was
able to paste the e-mail from the clipboard.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f56a7a7a7c0 (LWP 6298))]

Thread 28 (Thread 0x7f568de50700 (LWP 6300)):
#0  0x7f56a4f6322d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f569f984ac2 in poll (__timeout=-1, __nfds=1, __fds=0x7f568de4fd00)
at /usr/include/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0xc7ced0, cond=cond@entry=0xc7cf10,
vector=vector@entry=0x0, count=count@entry=0x0) at
/var/tmp/portage/x11-libs/libxcb-1.11.1/work/libxcb-1.11.1/src/xcb_conn.c:459
#3  0x7f569f98672f in xcb_wait_for_event (c=0xc7ced0) at
/var/tmp/portage/x11-libs/libxcb-1.11.1/work/libxcb-1.11.1/src/xcb_in.c:693
#4  0x7f568f357cb9 in QXcbEventReader::run (this=0xc7cb50) at
qxcbconnection.cpp:1229
#5  0x7f56a57e4ed2 in QThreadPrivate::start (arg=0xc7cb50) at
thread/qthread_unix.cpp:331
#6  0x7f569f562324 in start_thread (arg=0x7f568de50700) at
pthread_create.c:333
#7  0x7f56a4f6bfcd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 27 (Thread 0x7f56871df700 (LWP 6301)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f56a31d99d0 in WTF::TCMalloc_PageHeap::scavengerThread() () from
/usr/lib64/libQt5WebKit.so.5
#2  0x7f56a31d99f9 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) ()
from /usr/lib64/libQt5WebKit.so.5
#3  0x7f569f562324 in start_thread (arg=0x7f56871df700) at
pthread_create.c:333
#4  0x7f56a4f6bfcd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 26 (Thread 0x7f56449bc700 (LWP 6302)):
#0  0x7f56a4f5f26d in read () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f569da10540 in read (__nbytes=16, __buf=0x7f56449bbc00,
__fd=) at /usr/include/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0xcbe0b0) at
/var/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gwakeup.c:210
#3  0x7f569d9cd99c in g_main_context_check
(context=context@entry=0x7f564990, max_priority=2147483647,
fds=fds@entry=0x7f5640003070, n_fds=n_fds@entry=1) at
/var/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3632
#4  0x7f569d9cde90 in g_main_context_iterate
(context=context@entry=0x7f564990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at
/var/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3837
#5  0x7f569d9cdffc in g_main_context_iteration (context=0x7f564990,
may_block=1) at
/var/tmp/portage/dev-libs/glib-2.46.2-r2/work/glib-2.46.2/glib/gmain.c:3901
#6  0x7f56a59dc7fc in QEventDispatcherGlib::processEvents
(this=0x7f5648c0, flags=...) at kernel/qeventdispatcher_glib.cpp:418
#7  0x7f56a598e3aa in QEventLoop::exec (this=this@entry=0x7f56449bbe00,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#8  0x7f56a57e0524 in QThread::exec (this=) at
thread/qthread.cpp:503
#9  0x7f56a57e4ed2 in QThreadPrivate::start (arg=0xd86690) at
thread/qthread_unix.cpp:331
#10 0x7f569f562324 in start_thread (arg=0x7f56449bc700) at
pthread_create.c:333
#11 0x7f56a4f6bfcd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 25 (Thread 0x7f563e9ea700 (LWP 6303)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f56a2ed1b4d in JSC::BlockAllocator::blockFreeingThreadMain() () from
/usr/lib64/libQt5WebKit.so.5
#2  0x7f56a320a511 in WTF::wtfThreadEntryPoint(void*) () from
/usr/lib64/libQt5WebKit.so.5
#3  0x7f569f562324 in start_thread (arg=0x7f563e9ea700) at
pthread_create.c:333
#4  0x7f56a4f6bfcd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 24 (Thread 0x7f563e1e9700 (LWP 6304)

[kmail2] [Bug 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #3 from Murz  ---
Thanks for quick reply! About replacements - maybe will be better to reuse
replacement tokens from Template editor (and maybe part of program code) in
Message Composer?
%FULLSUBJECT
%FROMADDR
%FROMNAME
%TEXT
etc.

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


[kmail] [Bug 243442] kmail context menu actions to external programs.

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=243442

--- Comment #8 from Murz  ---
Yes, I create new fresh issue, because can't open this, here is new issue:
https://bugs.kde.org/show_bug.cgi?id=361083

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

--- Comment #2 from Laurent Montel  ---
Git commit db7b7417f3cec5acec2f31d8cc7721437344792f by Montel Laurent.
Committed on 28/03/2016 at 12:00.
Pushed by mlaurent into branch 'master'.

Improve api to support future script support

M  +1-1CMakeLists.txt
M  +2-2messageviewer/src/viewerplugins/viewerplugininterface.cpp
M  +1-1messageviewer/src/viewerplugins/viewerplugininterface.h
M  +2-2messageviewer/src/viewerplugins/viewerplugintoolmanager.cpp

http://commits.kde.org/messagelib/db7b7417f3cec5acec2f31d8cc7721437344792f

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


[kmail] [Bug 243442] kmail context menu actions to external programs.

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=243442

--- Comment #7 from Laurent Montel  ---
So no necessary to reopen it as you wrote a new one.

-- 
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 361083] Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
We have plugin support for interface in 5.2 now (new features).
I can improve it to add support for external script.

Now we need to define how to specify that we need body, title etc.

So perhaps plugin provide script name and we can use %t for title (=> I replace
%t by title mail) %b (body) etc.
What do you think about 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


[kmail] [Bug 243442] kmail context menu actions to external programs.

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=243442

--- Comment #6 from Murz  ---
This issue with title "kmail context menu actions to external programs" - I
need to execute my custom scripts, not only the "translation of selected text"
function.

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


[kmail] [Bug 243442] kmail context menu actions to external programs.

2016-03-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=243442

--- Comment #5 from Laurent Montel  ---
which issue ?

-- 
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 361083] New: Creating custom actions for mail messages in KMail interface

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361083

Bug ID: 361083
   Summary: Creating custom actions for mail messages in KMail
interface
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: commands and actions
  Assignee: kdepim-bugs@kde.org
  Reporter: mur...@gmail.com

Very often users need to do same actions on mail messages, and will be good to
have ability for automate those actions.
For example: 
- Create todo or event in external system (not KDE)
- Create ticket in CRM with mail message body and title
- Execute script that parse message body and do some actions
- etc

So will be good to have custom items in right-click menu on message in message
list, in which we can write custom script, use tokens with message id, body,
text, etc.

Reproducible: Always

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


[kmail] [Bug 243442] kmail context menu actions to external programs.

2016-03-28 Thread Murz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=243442

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #4 from Murz  ---
This issue is still valid for kmail2 after 4 years too, please reopen 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