[Bug 166494] Cant select local folder for filter

2008-07-14 Thread John Russell
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166494 




--- Additional Comments From john enuffsaid co nz  2008-07-14 08:01 ---
Created an attachment (id=26103)
 -- (http://bugs.kde.org/attachment.cgi?id=26103action=view)
Backtrace attached
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166494] Cant select local folder for filter

2008-07-14 Thread owner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166494 
john enuffsaid co nz changed:

   What|Removed |Added

  Attachment #26103|application/octet-stream|text/plain
  mime type||
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166504] New: kmail asks for password even though kwallet is open and running and even if I have said save password

2008-07-14 Thread jarl
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166504 
   Summary: kmail asks for password even though kwallet is open and
running and even if I have said save password
   Product: kmail
   Version: 1.9.52
  Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: jarl yaeda org


Version:   1.9.52 (using 4.00.85 (KDE 4.0.85 (KDE 4.1 = 20080703) 
release 4.2, KDE:KDE4:Factory:Desktop / openSUSE_11.0)
Compiler:  gcc
OS:Linux (i686) release 2.6.25.9-0.2-pae

When I relaunch kmail after quitting it, it sometimes asks for password. I have 
checked the store password and kwalletmanager is open.
Sometimes after starting linux it starts KDE and it asks for password. I 
enterit and checks the Save password, and then kwallet... asks for the wallet 
password. As if kmail does not wait for the wallet!?
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 148985] reply to the included address: use the account the mail came to

2008-07-14 Thread Jonathan Marten
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=148985 




--- Additional Comments From jjm keelhaul me uk  2008-07-14 11:13 ---
Seems to be a long standing problem (see bug 36182, bug 38065 and possibly 
others).  Those two bugs claim that this has been fixed.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166504] kmail asks for password even though kwallet is open and running and even if I have said save password

2008-07-14 Thread A . Spehr
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166504 
zahl+kde transbay net changed:

   What|Removed |Added

 CC||lemma confuego org
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 148985] reply to the included address: use the account the mail came to

2008-07-14 Thread Maciej Pilichowski
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=148985 




--- Additional Comments From bluedzins wp pl  2008-07-14 11:39 ---
Jonathan, btw. your report is a bug-report, my is a wish-report, those looks 
maybe the same, but they are not. You are talking about normal reply, me 
sending new mail to some address included in the mail. I think it is better to 
open separate report for the bug with reply.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 162175] Kmail does not recognise/use the port number set in the smtp account settings dialog

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=162175 
mstarkey wcsgabon org changed:

   What|Removed |Added

   Severity|normal  |major
Summary|Unable to send with uuplus  |Kmail does not recognise/use
   |SMTP on localhost port 1025 |the port number set in the
   ||smtp account settings dialog



--- Additional Comments From mstarkey wcsgabon org  2008-07-14 14:32 ---
I'm no C++ expert, but from a bit of grepping in src/kdepim/kmail , it looks 
like the POP seetings dialog has code like this:

  mServerTest-setPort( encryptionType, mPop.ui.portEdit-value() )

where it is setting the port based on the value in the UI.

On the other hand, the smtp equivalent (eg in AccountWizard::smtpCapabilities) 
just has :

  mTransport-setPort( useSSL ? 465 : 25 );

ie the port number is hardcoded to 465 or 25 depending on whether SSL is 
requested or not and it doesn't refer to the port number selected manually in 
the text box in the UI at all.

Am I on the right track here?

Looks like there is similar  stuff for Imap (eg: account-setPort( useSSL ? 993 
: 143 );) so anyone trying to use a non-standard port is out of luck.


cheers
M.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 162175] Kmail does not recognise/use the port number set in the smtp account settings dialog

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=162175 




--- Additional Comments From mstarkey wcsgabon org  2008-07-14 14:32 ---
To try and work out what is going on here, I fired up wireshark. With the host 
set to 'localhost' and the portnumber set to 1025 in the kmail accounts - smtp 
dialog, I click on 'check what the server supports'. The attached wireshark 
packet file shows the traffic generated. I'm not an expert but it looks like 
kmail is not using the port number that is set in the options dialog, but 
simply defaulting to the standard port 25.

If I run the uuplus server on standard port 25 (requires running as root, which 
I don't want to do as a matter of course) then kmail connects without a problem.

So it is clearly kmail not using the correct port number that creates the 
problem.

I did this test with revision 830974.

Thanks
M.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 162175] Kmail does not recognise/use the port number set in the smtp account settings dialog

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=162175 




--- Additional Comments From mstarkey wcsgabon org  2008-07-14 14:33 ---
Created an attachment (id=26110)
 -- (http://bugs.kde.org/attachment.cgi?id=26110action=view)
Wireshark capture file (packet data) showing that kmail does not use the port
number set in the configuration dialog.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166521] New: Allow default directory for saving attachments to be customised based on both sender and file-type

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166521 
   Summary: Allow default directory for saving attachments to be
customised based on both sender and file-type
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


It would be great to be able to set a parameter so that for example .pdf files 
from MyOnlineShop.com by default get saved to my Receipts directory, whilst all 
.jpg files from Spouse Home com get saved to Pictures/MyPersonalPictures for 
example.

This would be a great productivity feature. Are there any plans to include 
something like this? How difficult would it be?

cheers
M.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166530] New: Check mail on startup should be a per-Account setting

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166530 
   Summary: Check mail on startup should be a per-Account setting
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


I have a number of remote mail accounts, some of them mailing lists with large 
numbers of messages. I am often using slow connections and I don't want kmail 
trying to download 100s of messages from these accounts. I work around by not 
checking anything on startup, but it would be nice if I could set it so only my 
primary accounts are checked automatically.

Thanks
M.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166531] New: Add a Save and open option to the attachement right-click context menu

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166531 
   Summary: Add a Save and open option to the attachement right-
click context menu
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


At the moment, if you do Save as to save an attachment you then have to go 
and hunt for the file with dolphin to be able to open it. Alternatively, if you 
open the attachment with 'Open'  it, it gets saved in /tmp with a funny name 
(eg attachment.xls_[JN1192]) so that when you Save as, you have to both rename 
the file to get rid of the extension AND find the right place to save it.

So a 'Save and Open' option would be awesome!

cheers
M.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166533] New: kmail crashes when opening a url received in an email

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166533 
   Summary: kmail crashes when opening a url received in an email
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


In any email with a url, right-clicking on the URL and selection Open URL 
crashes kmail. Using revision 830974. Occurs with either html or plaintext 
mails. Backtrace below.

cheers
M.


Application: KMail (kmail), signal SIGABRT
Using host libthread_db library /lib/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1208490288 (LWP 3586)]
[New Thread -1268221040 (LWP 16723)]
[KCrash handler]
#6  0x00110402 in __kernel_vsyscall ()
#7  0x02949690 in raise () from /lib/libc.so.6
#8  0x0294af91 in abort () from /lib/libc.so.6
#9  0x0015bbc9 in qt_message_output (msgType=QtFatalMsg, 
buf=0xbfb2a810 ASSERT: \!d-m_bFinished\ in file 
/home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp, line 1184) at 
global/qglobal.cpp:2058
#10 0x0015bc2d in qFatal (msg=0x2ac518 ASSERT: \%s\ in file %s, line %d)
at global/qglobal.cpp:2260
#11 0x0015c093 in qt_assert (assertion=0x540f1f7 !d-m_bFinished, 
file=0x540e6d0 /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp, 
line=1184) at global/qglobal.cpp:1828
#12 0x0531e330 in KRun::foundMimeType (this=0xa2d7910, type= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1184
#13 0x05319154 in KRun::mimeTypeDetermined (this=0xa2d7910, 
mimeType= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1115
#14 0x05319203 in KRun::slotScanMimeType (this=0xa2d7910, 
mimetype= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1085
#15 0x0531e972 in KRun::qt_metacall (this=0xa2d7910, 
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfb2ca38)
at /home/kde-devel/kde/build/kdelibs/kio/krun.moc:81
#16 0x0026ae61 in QMetaObject::activate (sender=0xa7a95b8, 
from_signal_index=44, to_signal_index=44, argv=0xbfb2ca38)
at kernel/qobject.cpp:3007
#17 0x0026b2e3 in QMetaObject::activate (sender=0xa7a95b8, m=0x542e450, 
local_signal_index=4, argv=0xbfb2ca38) at kernel/qobject.cpp:3080
#18 0x052aa189 in KIO::TransferJob::mimetype (this=0xa7a95b8, _t1=0xa7a95b8, 
_t2= 0xbfb2cc3c)
at /home/kde-devel/kde/build/kdelibs/kio/jobclasses.moc:384
#19 0x052abdf2 in KIO::TransferJob::slotMimetype (this=0xa7a95b8, 
type= 0xbfb2cc3c) at /home/kde-devel/kde/src/kdelibs/kio/kio/job.cpp:1112
#20 0x052b5c3c in KIO::TransferJob::qt_metacall (this=0xa7a95b8, 
_c=QMetaObject::InvokeMetaMethod, _id=10, _a=0xbfb2cb8c)
at /home/kde-devel/kde/build/kdelibs/kio/jobclasses.moc:339
#21 0x0026ae61 in QMetaObject::activate (sender=0xa3c39c8, 
from_signal_index=23, to_signal_index=23, argv=0xbfb2cb8c)
at kernel/qobject.cpp:3007
#22 0x0026b2e3 in QMetaObject::activate (sender=0xa3c39c8, m=0x5430e84, 
local_signal_index=19, argv=0xbfb2cb8c) at kernel/qobject.cpp:3080
#23 0x0535c6ec in KIO::SlaveInterface::mimeType (this=0xa3c39c8, 
_t1= 0xbfb2cc3c)
at /home/kde-devel/kde/build/kdelibs/kio/slaveinterface.moc:265
#24 0x0535f052 in KIO::SlaveInterface::dispatch (this=0xa3c39c8, _cmd=21, 
rawdata= 0xbfb2ccf4)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slaveinterface.cpp:285
#25 0x0535f691 in KIO::SlaveInterface::dispatch (this=0xa3c39c8)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slaveinterface.cpp:91
#26 0x05350d02 in KIO::Slave::gotInput (this=0xa3c39c8)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slave.cpp:319
#27 0x05352176 in KIO::Slave::qt_metacall (this=0xa3c39c8, 
_c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbfb2cde4)
at /home/kde-devel/kde/build/kdelibs/kio/slave.moc:75
#28 0x0026ae61 in QMetaObject::activate (sender=0xa5bd0c8, 
from_signal_index=4, to_signal_index=4, argv=0x0)
at kernel/qobject.cpp:3007
#29 0x0026b2e3 in QMetaObject::activate (sender=0xa5bd0c8, m=0x542dae0, 
local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3080
#30 0x0527c74f in KIO::Connection::readyRead (this=0xa5bd0c8)
at /home/kde-devel/kde/build/kdelibs/kio/connection.moc:84
#31 0x0527d743 in KIO::ConnectionPrivate::dequeue (this=0x9e4ad50)
at /home/kde-devel/kde/src/kdelibs/kio/kio/connection.cpp:82
#32 0x0527e671 in KIO::Connection::qt_metacall (this=0xa5bd0c8, 
_c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xa2b6040)
at /home/kde-devel/kde/build/kdelibs/kio/connection.moc:72
#33 0x002654f6 in QMetaCallEvent::placeMetaCall (this=0xa3a71e8, 
object=0xa5bd0c8) at kernel/qobject.cpp:535
#34 0x0026a194 in QObject::event (this=0xa5bd0c8, e=0xa3a71e8)
at kernel/qobject.cpp:1137
#35 

[Bug 166534] New: kmail crashes when opening a url received in an email

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166534 
   Summary: kmail crashes when opening a url received in an email
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


In any email with a url, right-clicking on the URL and selection Open URL 
crashes kmail. Using revision 830974. Occurs with either html or plaintext 
mails. Backtrace below.

cheers
M.


Application: KMail (kmail), signal SIGABRT
Using host libthread_db library /lib/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1208490288 (LWP 3586)]
[New Thread -1268221040 (LWP 16723)]
[KCrash handler]
#6  0x00110402 in __kernel_vsyscall ()
#7  0x02949690 in raise () from /lib/libc.so.6
#8  0x0294af91 in abort () from /lib/libc.so.6
#9  0x0015bbc9 in qt_message_output (msgType=QtFatalMsg, 
buf=0xbfb2a810 ASSERT: \!d-m_bFinished\ in file 
/home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp, line 1184) at 
global/qglobal.cpp:2058
#10 0x0015bc2d in qFatal (msg=0x2ac518 ASSERT: \%s\ in file %s, line %d)
at global/qglobal.cpp:2260
#11 0x0015c093 in qt_assert (assertion=0x540f1f7 !d-m_bFinished, 
file=0x540e6d0 /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp, 
line=1184) at global/qglobal.cpp:1828
#12 0x0531e330 in KRun::foundMimeType (this=0xa2d7910, type= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1184
#13 0x05319154 in KRun::mimeTypeDetermined (this=0xa2d7910, 
mimeType= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1115
#14 0x05319203 in KRun::slotScanMimeType (this=0xa2d7910, 
mimetype= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1085
#15 0x0531e972 in KRun::qt_metacall (this=0xa2d7910, 
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfb2ca38)
at /home/kde-devel/kde/build/kdelibs/kio/krun.moc:81
#16 0x0026ae61 in QMetaObject::activate (sender=0xa7a95b8, 
from_signal_index=44, to_signal_index=44, argv=0xbfb2ca38)
at kernel/qobject.cpp:3007
#17 0x0026b2e3 in QMetaObject::activate (sender=0xa7a95b8, m=0x542e450, 
local_signal_index=4, argv=0xbfb2ca38) at kernel/qobject.cpp:3080
#18 0x052aa189 in KIO::TransferJob::mimetype (this=0xa7a95b8, _t1=0xa7a95b8, 
_t2= 0xbfb2cc3c)
at /home/kde-devel/kde/build/kdelibs/kio/jobclasses.moc:384
#19 0x052abdf2 in KIO::TransferJob::slotMimetype (this=0xa7a95b8, 
type= 0xbfb2cc3c) at /home/kde-devel/kde/src/kdelibs/kio/kio/job.cpp:1112
#20 0x052b5c3c in KIO::TransferJob::qt_metacall (this=0xa7a95b8, 
_c=QMetaObject::InvokeMetaMethod, _id=10, _a=0xbfb2cb8c)
at /home/kde-devel/kde/build/kdelibs/kio/jobclasses.moc:339
#21 0x0026ae61 in QMetaObject::activate (sender=0xa3c39c8, 
from_signal_index=23, to_signal_index=23, argv=0xbfb2cb8c)
at kernel/qobject.cpp:3007
#22 0x0026b2e3 in QMetaObject::activate (sender=0xa3c39c8, m=0x5430e84, 
local_signal_index=19, argv=0xbfb2cb8c) at kernel/qobject.cpp:3080
#23 0x0535c6ec in KIO::SlaveInterface::mimeType (this=0xa3c39c8, 
_t1= 0xbfb2cc3c)
at /home/kde-devel/kde/build/kdelibs/kio/slaveinterface.moc:265
#24 0x0535f052 in KIO::SlaveInterface::dispatch (this=0xa3c39c8, _cmd=21, 
rawdata= 0xbfb2ccf4)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slaveinterface.cpp:285
#25 0x0535f691 in KIO::SlaveInterface::dispatch (this=0xa3c39c8)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slaveinterface.cpp:91
#26 0x05350d02 in KIO::Slave::gotInput (this=0xa3c39c8)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slave.cpp:319
#27 0x05352176 in KIO::Slave::qt_metacall (this=0xa3c39c8, 
_c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbfb2cde4)
at /home/kde-devel/kde/build/kdelibs/kio/slave.moc:75
#28 0x0026ae61 in QMetaObject::activate (sender=0xa5bd0c8, 
from_signal_index=4, to_signal_index=4, argv=0x0)
at kernel/qobject.cpp:3007
#29 0x0026b2e3 in QMetaObject::activate (sender=0xa5bd0c8, m=0x542dae0, 
local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3080
#30 0x0527c74f in KIO::Connection::readyRead (this=0xa5bd0c8)
at /home/kde-devel/kde/build/kdelibs/kio/connection.moc:84
#31 0x0527d743 in KIO::ConnectionPrivate::dequeue (this=0x9e4ad50)
at /home/kde-devel/kde/src/kdelibs/kio/kio/connection.cpp:82
#32 0x0527e671 in KIO::Connection::qt_metacall (this=0xa5bd0c8, 
_c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xa2b6040)
at /home/kde-devel/kde/build/kdelibs/kio/connection.moc:72
#33 0x002654f6 in QMetaCallEvent::placeMetaCall (this=0xa3a71e8, 
object=0xa5bd0c8) at kernel/qobject.cpp:535
#34 0x0026a194 in QObject::event (this=0xa5bd0c8, e=0xa3a71e8)
at kernel/qobject.cpp:1137
#35 

[Bug 166535] New: kmail crashes when opening a url received in an email

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166535 
   Summary: kmail crashes when opening a url received in an email
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


In any email with a url, right-clicking on the URL and selection Open URL 
crashes kmail. Using revision 830974. Occurs with either html or plaintext 
mails. Backtrace below.

cheers
M.


Application: KMail (kmail), signal SIGABRT
Using host libthread_db library /lib/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1208490288 (LWP 3586)]
[New Thread -1268221040 (LWP 16723)]
[KCrash handler]
#6  0x00110402 in __kernel_vsyscall ()
#7  0x02949690 in raise () from /lib/libc.so.6
#8  0x0294af91 in abort () from /lib/libc.so.6
#9  0x0015bbc9 in qt_message_output (msgType=QtFatalMsg, 
buf=0xbfb2a810 ASSERT: \!d-m_bFinished\ in file 
/home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp, line 1184) at 
global/qglobal.cpp:2058
#10 0x0015bc2d in qFatal (msg=0x2ac518 ASSERT: \%s\ in file %s, line %d)
at global/qglobal.cpp:2260
#11 0x0015c093 in qt_assert (assertion=0x540f1f7 !d-m_bFinished, 
file=0x540e6d0 /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp, 
line=1184) at global/qglobal.cpp:1828
#12 0x0531e330 in KRun::foundMimeType (this=0xa2d7910, type= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1184
#13 0x05319154 in KRun::mimeTypeDetermined (this=0xa2d7910, 
mimeType= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1115
#14 0x05319203 in KRun::slotScanMimeType (this=0xa2d7910, 
mimetype= 0xbfb2cc3c)
at /home/kde-devel/kde/src/kdelibs/kio/kio/krun.cpp:1085
#15 0x0531e972 in KRun::qt_metacall (this=0xa2d7910, 
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfb2ca38)
at /home/kde-devel/kde/build/kdelibs/kio/krun.moc:81
#16 0x0026ae61 in QMetaObject::activate (sender=0xa7a95b8, 
from_signal_index=44, to_signal_index=44, argv=0xbfb2ca38)
at kernel/qobject.cpp:3007
#17 0x0026b2e3 in QMetaObject::activate (sender=0xa7a95b8, m=0x542e450, 
local_signal_index=4, argv=0xbfb2ca38) at kernel/qobject.cpp:3080
#18 0x052aa189 in KIO::TransferJob::mimetype (this=0xa7a95b8, _t1=0xa7a95b8, 
_t2= 0xbfb2cc3c)
at /home/kde-devel/kde/build/kdelibs/kio/jobclasses.moc:384
#19 0x052abdf2 in KIO::TransferJob::slotMimetype (this=0xa7a95b8, 
type= 0xbfb2cc3c) at /home/kde-devel/kde/src/kdelibs/kio/kio/job.cpp:1112
#20 0x052b5c3c in KIO::TransferJob::qt_metacall (this=0xa7a95b8, 
_c=QMetaObject::InvokeMetaMethod, _id=10, _a=0xbfb2cb8c)
at /home/kde-devel/kde/build/kdelibs/kio/jobclasses.moc:339
#21 0x0026ae61 in QMetaObject::activate (sender=0xa3c39c8, 
from_signal_index=23, to_signal_index=23, argv=0xbfb2cb8c)
at kernel/qobject.cpp:3007
#22 0x0026b2e3 in QMetaObject::activate (sender=0xa3c39c8, m=0x5430e84, 
local_signal_index=19, argv=0xbfb2cb8c) at kernel/qobject.cpp:3080
#23 0x0535c6ec in KIO::SlaveInterface::mimeType (this=0xa3c39c8, 
_t1= 0xbfb2cc3c)
at /home/kde-devel/kde/build/kdelibs/kio/slaveinterface.moc:265
#24 0x0535f052 in KIO::SlaveInterface::dispatch (this=0xa3c39c8, _cmd=21, 
rawdata= 0xbfb2ccf4)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slaveinterface.cpp:285
#25 0x0535f691 in KIO::SlaveInterface::dispatch (this=0xa3c39c8)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slaveinterface.cpp:91
#26 0x05350d02 in KIO::Slave::gotInput (this=0xa3c39c8)
at /home/kde-devel/kde/src/kdelibs/kio/kio/slave.cpp:319
#27 0x05352176 in KIO::Slave::qt_metacall (this=0xa3c39c8, 
_c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbfb2cde4)
at /home/kde-devel/kde/build/kdelibs/kio/slave.moc:75
#28 0x0026ae61 in QMetaObject::activate (sender=0xa5bd0c8, 
from_signal_index=4, to_signal_index=4, argv=0x0)
at kernel/qobject.cpp:3007
#29 0x0026b2e3 in QMetaObject::activate (sender=0xa5bd0c8, m=0x542dae0, 
local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3080
#30 0x0527c74f in KIO::Connection::readyRead (this=0xa5bd0c8)
at /home/kde-devel/kde/build/kdelibs/kio/connection.moc:84
#31 0x0527d743 in KIO::ConnectionPrivate::dequeue (this=0x9e4ad50)
at /home/kde-devel/kde/src/kdelibs/kio/kio/connection.cpp:82
#32 0x0527e671 in KIO::Connection::qt_metacall (this=0xa5bd0c8, 
_c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xa2b6040)
at /home/kde-devel/kde/build/kdelibs/kio/connection.moc:72
#33 0x002654f6 in QMetaCallEvent::placeMetaCall (this=0xa3a71e8, 
object=0xa5bd0c8) at kernel/qobject.cpp:535
#34 0x0026a194 in QObject::event (this=0xa5bd0c8, e=0xa3a71e8)
at kernel/qobject.cpp:1137
#35 

[Bug 166533] kmail crashes when opening a url received in an email

2008-07-14 Thread Christophe Giboudeaux
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166533 
kropx77 gmail com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID



--- Additional Comments From kropx77 gmail com  2008-07-14 15:10 ---
Cf. 166535
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166523] Kmail SIGABRTs when changing various settings in configuration dialog

2008-07-14 Thread Christophe Giboudeaux
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166523 
kropx77 gmail com changed:

   What|Removed |Added

 CC||kropx77 gmail com
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166523] Kmail SIGABRTs when changing various settings in configuration dialog

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166523 




--- Additional Comments From mstarkey wcsgabon org  2008-07-14 16:11 ---
Hi, no I didn't.

I compile kde4 following the instructions on 
http://techbase.kde.org/User:Dhaumann/Compiling_KDE4 . (I'm running Fedora 8 
FWIW).

I then log into a kde4 desktop with a desktop session with parameters as 
follows:

Type=XSession
Exec=$HOME/kde/kde4/bin/startkde

At what point (and why) would I run kbuildsyscoca4?

thanks
M.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166550] New: Wrong address in reply

2008-07-14 Thread Ojec Borec
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166550 
   Summary: Wrong address in reply
   Product: kmail
   Version: unspecified
  Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: ojo force sk


Version:(using KDE 3.5.9)
Installed from:Gentoo Packages
Compiler:  gcc (GCC) 4.1.2 
OS:Linux

Hi

I recieved an email with following From header recently:

From: =?iso-8859-2?Q?Surname=2C_Name?= Surname.Name email com

As I know, comma character works as address separator. In these situation, it's 
encoded as =2C between =?iso-8859-2?Q? and ?=. When I use Message  Reply... 
(or R key), I have 2 To boxes completed

To: Surname
To: Name Surname.Name email com

I think, there should be only one

To: Surname, Name Surname.Name email com
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166494] Cant select local folder for filter

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166494 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 16:55 
---


*** This bug has been marked as a duplicate of 162849 ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 162849] Choosing a custom folder in the Anti Spam Wizard or filter dialog causes kmail to crash

2008-07-14 Thread owner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=162849 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 CC||john enuffsaid co nz



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 16:55 
---
*** Bug 166494 has been marked as a duplicate of this bug. ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 136145] Crash when saving some (but not all) IMAP attachments at once

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=136145 
Thomas.McGuire gmx net changed:

   What|Removed |Added

Summary|crash if saving some (but   |Crash when saving some (but
   |not all) attachments at once|not all) IMAP attachments at
   ||once
Version|unspecified |1.9.51
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166523] Kmail SIGABRTs when changing various settings in configuration dialog

2008-07-14 Thread Christophe Giboudeaux
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166523 




--- Additional Comments From kropx77 gmail com  2008-07-14 17:02 ---
According to this page, Kate is not be installed. 

Did you checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk ?


 Thomas : wouldn't it make more sense to replace kate (lives in kdesdk) with 
kwrite (lives in kdebase) by default ?
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 163228] Disabling message structure viewer when the structure viewer is visible, makes kmail crash

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=163228 
Thomas.McGuire gmx net changed:

   What|Removed |Added

  Component|general |messageviewer



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:11 
---
I can still not reproduce this with the RC1 version. I tried changing between 
show never and show always about ten times, and didn't see a crash.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166523] Activating external editor in the config crashes

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166523 
Thomas.McGuire gmx net changed:

   What|Removed |Added

Summary|Kmail SIGABRTs when changing|Activating external editor
   |various settings in |in the config crashes
   |configuration dialog|



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:11 
---
I can't reproduce the external editor crash with trunk.
All other backtraces seem to be the same problem, it is the same backtrace as 
in bug 163228.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166525] Attachement icon does not always show for messages with attachements

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166525 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:16 
---


*** This bug has been marked as a duplicate of 154241 ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 154241] attachment pix (icon) never shown for imap accounts

2008-07-14 Thread owner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=154241 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 CC||mstarkey wcsgabon org



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:17 
---
*** Bug 166525 has been marked as a duplicate of this bug. ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 154241] Attachment icon never shown for IMAP accounts

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=154241 
Thomas.McGuire gmx net changed:

   What|Removed |Added

Summary|attachment pix (icon) never |Attachment icon never shown
   |shown for imap accounts |for IMAP accounts
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 149413] Fetching emails with POP3 is a noop

2008-07-14 Thread linux
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=149413 




--- Additional Comments From linux tele2 be  2008-07-14 17:32 ---
in opensuse 11.0 kmail 1.9.9 using KDE 3.5.9 release 49.1

The same as in the first comment here occurs to me.
Nevertheless under root and a only one user it doesn't occur.
For the main user and newly created users (for testing purposes), it is simply 
impossible to get the Emails (pop).
SMTP is OK.
Under Yast networkmanager is not set but well ifup. Nevertheless changing that 
setting changes nothing.
The problem came when upgrading from opensuse 10.2 to 11.0.
Guess it is an user configuration file problem but which ? Tried to compare 
files between main user and the one which works correctly but hopeless.
And getting the mails under root is not really secure nor optimal, ... and 
changing from user to root and vice-versa every ten minutes is very lastening.
Nota : the user which works and the one main which doesn't both have multi-pop 
accounts.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166521] Allow default directory for saving attachments to be customised based on both sender and file-type

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166521 
Thomas.McGuire gmx net changed:

   What|Removed |Added

  Component|general |messageviewer
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166520] Search based on attachment name or type

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166520 
Thomas.McGuire gmx net changed:

   What|Removed |Added

  Component|general |search
Summary|Be able to filter a search  |Search based on attachment
   |based on whether a message  |name or type
   |has (a particular kind of)  |
   |attachment/by attachment|
   |name|
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 107565] kmail lacks 'open with'-menu (like in konqueror) for attachments

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=107565 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:39 
---
This seems to be fixed in the KDE4 version, there is an entry Open With in 
the context menu for attachments.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 83037] Would like open with... in context menu for URLs in emails

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=83037 
Thomas.McGuire gmx net changed:

   What|Removed |Added

  Component|keys and menus  |messageviewer
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 68026] Provide link-context menu like konqueror

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=68026 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:41 
---
Marking this as a duplicate of bug 107565 (which is about Open With), as no 
other actions seems to be really needed.

*** This bug has been marked as a duplicate of 107565 ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 107565] kmail lacks 'open with'-menu (like in konqueror) for attachments

2008-07-14 Thread owner
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=107565 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 CC||arent t-online de



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:41 
---
*** Bug 68026 has been marked as a duplicate of this bug. ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 63168] Add Save As to context menu of URL

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=63168 
Thomas.McGuire gmx net changed:

   What|Removed |Added

  Component|general |messageviewer
Summary|kmail click on link does not|Add Save As to context
   |offer Save As as konqueror  |menu of URL
   |does|
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 83037] Add Open With to context menu or URLs

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=83037 
Thomas.McGuire gmx net changed:

   What|Removed |Added

Summary|Would like open with... in|Add Open With to context
   |context menu for URLs in|menu or URLs
   |emails  |
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 83037] Add Open With to context menu or URLs

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=83037 




--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:43 
---
See also bug 63168.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 63168] Add Save As to context menu of URL

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=63168 




--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:43 
---
See also bug 83037.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166504] kmail asks for password even though kwallet is open and running and even if I have said save password

2008-07-14 Thread Thomas McGuire
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166504 
Thomas.McGuire gmx net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From Thomas.McGuire gmx net  2008-07-14 17:45 
---


*** This bug has been marked as a duplicate of 154131 ***
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 136145] Crash when saving some (but not all) IMAP attachments at once

2008-07-14 Thread Felipe Figueiredo
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=136145 
philsf79 gmail com changed:

   What|Removed |Added

 CC||philsf79 gmail com
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 163228] Disabling message structure viewer when the structure viewer is visible, makes kmail crash

2008-07-14 Thread Frederik Himpe
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=163228 




--- Additional Comments From fhimpe pandora be  2008-07-14 21:29 ---
Created an attachment (id=26126)
 -- (http://bugs.kde.org/attachment.cgi?id=26126action=view)
kmail execution log and backtrace

Still happens for me with KDE 4.1 RC 1, just switching from show never to show
always was enough. Complete log and backtrace inside gdb attached.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 86423] Ability To Reply To HTML Email With Same HTML Format As It Was Received

2008-07-14 Thread Andrew Ingram
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=86423 




--- Additional Comments From registrations andrewingram com  2008-07-14 
22:10 ---
Is there an update for this? I thought that with Kmail/KDE4, it would be 
possible to use the KPart from Mailody as the editor. Has this been done? Or is 
native support being done?

I realise that there may be manpower issues, but is there any update at all on 
this. Are we any closer, even by 1 line of code, than we were on the 2nd August 
2004 when this issue got raised?

I hear you with the manpower issue, but still, a giant amount of work has been 
done porting to QT4, it must have had quite a few devs come out of the woodwork 
to work on it lately. I thought that might be a catalyst for this.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166585] New: Kontact crash and timeout

2008-07-14 Thread Chris A
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166585 
   Summary: Kontact crash and timeout
   Product: kontact
   Version: 1.3
  Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: carnold5 gmail com


Version:   1.3 (using KDE 4.0.80)
Installed from:SuSE RPMs
OS:Linux

*originally posted on opensuse and opensue-factory mailing list*

I use opensuse 11 x86_64 with kontact Version 1.3 from the opensuse 11
repo. Kontact use to work without this problem but since my workstation ip
changed, i get a constant error:
connection to the server servername was unexpectedly closed or timed out.
It will be established automatically if possible
And in fact, some times it does get re-established but other times, kontact
crashes.

Some things i have done to try to fix this:
-tried just kmail-same problem
-delete existing account and recreated the email account-same problem
-other email clients work fine
-updated kontact from the opensuse repo-same problem
-uninstall kontact/kmail and its dependencies. then delete all
kmail/kontact folders. Reinstall kmail/kontact-same problem
-reformat hdd and reinstall opensuse 11 with kontact-same problem

I have also looked into the mail server logs for errors and found some java
errors that happen around the same time of the error on the workstation. I
restarted the mail server services and do not get that java error but still
get the error on the workstation/kontact. I use zimbra 5.0.4 OSS as a mail
server. I have asked over at their forums and they don't have an answer
either. Backtrace:
Application: Kontact (kontact), signal SIGSEGV
[?1034h(no debugging symbols found)
(no debugging symbols found)
{same as above}
[Thread debugging using libthread_db enabled]
[New Thread 0x7fcded19b700 (LWP 4105)]
(no debugging symbols found)
{same as above}
[KCrash handler]
#5  0x7fcde7a3efd4 in QMutex::lock () from /usr/lib64/libQtCore.so.4
#6  0x7fcde7b14b5e in QCoreApplication::postEvent ()
   from /usr/lib64/libQtCore.so.4
#7  0x7fcdd5da3782 in ?? () from /usr/lib64/libkmailprivate.so.4
#8  0x7fcdd5da5a2f in ?? () from /usr/lib64/libkmailprivate.so.4
#9  0x7fcde7b264e0 in QMetaObject::activate ()
   from /usr/lib64/libQtCore.so.4
#10 0x7fcde8a21a42 in KJob::result () from /usr/lib64/libkdecore.so.5
#11 0x7fcde8a21db7 in KJob::emitResult () from /usr/lib64/libkdecore.so.5
#12 0x7fcdea160ae0 in KIO::SimpleJob::slotFinished ()
   from /usr/lib64/libkio.so.5
#13 0x7fcdea15e567 in KIO::SimpleJob::slotError ()
   from /usr/lib64/libkio.so.5
#14 0x7fcdea15e762 in KIO::SimpleJob::qt_metacall ()
   from /usr/lib64/libkio.so.5
#15 0x7fcde7b264e0 in QMetaObject::activate ()
   from /usr/lib64/libQtCore.so.4
#16 0x7fcdea2018e6 in KIO::SlaveInterface::error ()
   from /usr/lib64/libkio.so.5
#17 0x7fcdea204064 in KIO::SlaveInterface::dispatch ()
   from /usr/lib64/libkio.so.5
#18 0x7fcdea201f22 in KIO::SlaveInterface::dispatch ()
   from /usr/lib64/libkio.so.5
#19 0x7fcdea1f575e in KIO::Slave::gotInput () from /usr/lib64/libkio.so.5
#20 0x7fcdea1f5a68 in KIO::Slave::qt_metacall ()
   from /usr/lib64/libkio.so.5
#21 0x7fcde7b264e0 in QMetaObject::activate ()
   from /usr/lib64/libQtCore.so.4
#22 0x7fcdea1358a1 in ?? () from /usr/lib64/libkio.so.5
#23 0x7fcdea135f4a in KIO::Connection::qt_metacall ()
   from /usr/lib64/libkio.so.5
#24 0x7fcde7b229ce in QObject::event () from /usr/lib64/libQtCore.so.4
#25 0x7fcde42d992d in QApplicationPrivate::notify_helper ()
   from /usr/lib64/libQtGui.so.4
#26 0x7fcde42dfcfa in QApplication::notify () from /usr/lib64/libQtGui.so.4
#27 0x7fcde987966b in KApplication::notify () from /usr/lib64/libkdeui.so.5
#28 0x7fcde7b14e9c in QCoreApplication::notifyInternal ()
   from /usr/lib64/libQtCore.so.4
#29 0x7fcde7b157cb in QCoreApplicationPrivate::sendPostedEvents ()
   from /usr/lib64/libQtCore.so.4
#30 0x7fcde435a277 in ?? () from /usr/lib64/libQtGui.so.4
#31 0x7fcde7b137f2 in QEventLoop::processEvents ()
   from /usr/lib64/libQtCore.so.4
#32 0x7fcde7b13985 in QEventLoop::exec () from /usr/lib64/libQtCore.so.4
#33 0x7fcde7b15a25 in QCoreApplication::exec ()
   from /usr/lib64/libQtCore.so.4
#34 0x00404a04 in _start ()
#0  0x7fcde224a230 in nanosleep () from /lib64/libc.so.6
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 166523] New: Kmail SIGABRTs when changing various settings in configuration dialog

2008-07-14 Thread mstarkey
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=166523 
   Summary: Kmail SIGABRTs when changing various settings in
configuration dialog
   Product: kmail
   Version: SVN trunk (KDE 4)
  Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: mstarkey wcsgabon org


Kmail's configuration dialogue seems to be pretty buggy. In this case I am 
trying to set kmail to use kate as an external editor. I click on the 'Use 
external editor instead of composer check box' and on clicking either Ok or 
Apply kmail crashes. Two backtraces - the first I get when I click 'OK' and the 
second if I click 'Apply'. If I click Ok, the option is NOT set when I restart, 
but if I click Apply, it is set.

I also get a crash on changing other settings. The third backtrace below is 
trying to set the Check mail on startup parameter and occurs whenI click 
Apply. Looks pretty similar to the crash when trying to set the external 
editor. The fourth backtrace below (also looks similar is on trying to change 
the 'Prefer HTML mail' option.

Please let me know how I can provide more information.

Thanks
M.

First backtrace - changing the 'Use external editor' setting and clicking OK.

Application: KMail (kmail), signal SIGABRT
Using host libthread_db library /lib/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1208584496 (LWP 1192)]
[New Thread -1278411888 (LWP 1239)]
[KCrash handler]
#6  0x00110402 in __kernel_vsyscall ()
#7  0x019d5690 in raise () from /lib/libc.so.6
#8  0x019d6f91 in abort () from /lib/libc.so.6
#9  0x019ce93e in __assert_fail () from /lib/libc.so.6
#10 0x00b89180 in AppearancePageHeadersTab::save (this=0x9fca4d8)
at /home/kde-devel/kde/src/kdepim/kmail/configuredialog.cpp:1990
#11 0x00bb1a83 in ConfigModuleWithTabs::save (this=0xa002a58)
at /home/kde-devel/kde/src/kdepim/kmail/configuredialog_p.cpp:422
#12 0x069bff2b in KCModuleProxy::save (this=0xa0ede58)
at /home/kde-devel/kde/src/kdelibs/kutils/kcmoduleproxy.cpp:276
#13 0x069bb39e in KCMultiDialogPrivate::apply (this=0x9ddf4e0)
at /home/kde-devel/kde/src/kdelibs/kutils/kcmultidialog.cpp:192
#14 0x069bb646 in KCMultiDialog::slotOkClicked (this=0xa0a8818)
at /home/kde-devel/kde/src/kdelibs/kutils/kcmultidialog.cpp:227
#15 0x069bd0d7 in KCMultiDialog::qt_metacall (this=0xa0a8818, 
_c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfbc3544)
at /home/kde-devel/kde/build/kdelibs/kutils/kcmultidialog.moc:87
#16 0x00b9badc in ConfigureDialog::qt_metacall (this=0xa0a8818, 
_c=QMetaObject::InvokeMetaMethod, _id=78, _a=0xbfbc3544)
at /home/kde-devel/kde/build/kdepim/kmail/configuredialog.moc:67
#17 0x0026ae61 in QMetaObject::activate (sender=0xa0a8818, 
from_signal_index=44, to_signal_index=44, argv=0x0)
at kernel/qobject.cpp:3007
#18 0x0026b2e3 in QMetaObject::activate (sender=0xa0a8818, m=0x684b3c4, 
local_signal_index=9, argv=0x0) at kernel/qobject.cpp:3080
#19 0x0662f681 in KDialog::okClicked (this=0xa0a8818)
at /home/kde-devel/kde/build/kdelibs/kdeui/kdialog.moc:247
#20 0x06630d99 in KDialog::slotButtonClicked (this=0xa0a8818, button=4)
at /home/kde-devel/kde/src/kdelibs/kdeui/dialogs/kdialog.cpp:844
#21 0x066333d3 in KDialog::qt_metacall (this=0xa0a8818, 
_c=QMetaObject::InvokeMetaMethod, _id=33, _a=0xbfbc379c)
at /home/kde-devel/kde/build/kdelibs/kdeui/kdialog.moc:181
#22 0x066fa726 in KPageDialog::qt_metacall (this=0xa0a8818, 
_c=QMetaObject::InvokeMetaMethod, _id=68, _a=0xbfbc379c)
at /home/kde-devel/kde/build/kdelibs/kdeui/kpagedialog.moc:63
#23 0x069bd03d in KCMultiDialog::qt_metacall (this=0xa0a8818, 
_c=QMetaObject::InvokeMetaMethod, _id=68, _a=0xbfbc379c)
at /home/kde-devel/kde/build/kdelibs/kutils/kcmultidialog.moc:77
#24 0x00b9badc in ConfigureDialog::qt_metacall (this=0xa0a8818, 
_c=QMetaObject::InvokeMetaMethod, _id=68, _a=0xbfbc379c)
at /home/kde-devel/kde/build/kdepim/kmail/configuredialog.moc:67
#25 0x0026ae61 in QMetaObject::activate (sender=0x9ddf530, 
from_signal_index=4, to_signal_index=4, argv=0xbfbc379c)
at kernel/qobject.cpp:3007
#26 0x0026b2e3 in QMetaObject::activate (sender=0x9ddf530, m=0x304ad8, 
local_signal_index=0, argv=0xbfbc379c) at kernel/qobject.cpp:3080
#27 0x0027210c in QSignalMapper::mapped (this=0x9ddf530, _t1=4)
at .moc/debug-shared/moc_qsignalmapper.cpp:93
#28 0x002721ef in QSignalMapper::map (this=0x9ddf530, sender=0xa15e1a0)
at kernel/qsignalmapper.cpp:277
#29 0x002722f0 in QSignalMapper::map (this=0x9ddf530)
at kernel/qsignalmapper.cpp:268
#30 0x00272453 in QSignalMapper::qt_metacall (this=0x9ddf530, 
_c=QMetaObject::InvokeMetaMethod, _id=4,