[Bug 140429] Crash when writing maildir index

2008-09-04 Thread Peter Parzer
http://bugs.kde.org/show_bug.cgi?id=140429





--- Comment #8 from Peter Parzer peter parzer med uni-heidelberg de  
2008-09-04 09:30:34 ---
Created an attachment (id=27227)
 -- (http://bugs.kde.org/attachment.cgi?id=27227)
patch of kmail/cifs bug


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 140429] Crash when writing maildir index

2008-09-04 Thread Peter Parzer
http://bugs.kde.org/show_bug.cgi?id=140429





--- Comment #9 from Peter Parzer peter parzer med uni-heidelberg de  
2008-09-04 09:31:15 ---
Bug 161457 has been marked as a duplicate of this bug, but I think it has not
the same reason. Bug 161457 is actually related to the cifs bug 5431 rename
fails when newpath is open and deletes newpath. Cifs does not rename an open
file but deletes it instead. The kmail part of the bug is that kmail does not
check for errors after trying to rename an open file and crashes when trying to
continue to work with the deleted file. This happens in kmail/kmfolderindex.cpp
at line 192. Wilhelm Maier ([EMAIL PROTECTED]) provided a simple patch for
kmail that solves bug 161457 (see attachment).


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170365] New: ics attachement crashes kmail

2008-09-04 Thread Frédéric MEUROU
http://bugs.kde.org/show_bug.cgi?id=170365

   Summary: ics attachement crashes kmail
   Product: kmail
   Version: 1.3
  Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:   1.3 (using KDE 4.1.1)
Compiler:  GCC 4.3.2 
OS:Linux
Installed from:Unlisted Binary Package

Kontact version 1.3
KMail version 1.10.1

I received an ICS file of the following kind. When i use the preview window it
crashes kmail. The ics content has been modified for confidentiality reason, it
contained special characters like french accents.

BEGIN:VCALENDAR
PRODID:-//Apple Inc.//iCal 3.0//EN
CALSCALE:GREGORIAN
VERSION:2.0
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Europe/Paris
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
DTSTART:19810329T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
DTSTART:19961027T03
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
SEQUENCE:6
DTSTART;TZID=Europe/Paris:20080908T11
UID:----
DESCRIPTION:REMOVED DESCRIPTION
ORGANIZER;CN=XXX:mailto:[EMAIL PROTECTED]
DTSTAMP:20080903T151315Z
SUMMARY:REMOVED SUMMARY
ATTENDEE;CN=XXX;CUTYPE=INDIVIDUAL;PARTSTAT=NEEDS-ACTION;RO
 LE=REQ-PARTICIPANT;RSVP=TRUE:mailto:[EMAIL PROTECTED]
ATTENDEE;CN=XXX;PARTSTAT=ACCEPTED:mailto:[EMAIL PROTECTED]
 .com
CREATED:20080903T150912Z
DTEND;TZID=Europe/Paris:20080908T123000
END:VEVENT
END:VCALENDAR


And here is the backtrace :
Application : Kontact (kontact), signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0xb50bf700 (LWP 4227)]
[KCrash handler]
#6  0xb766d206 in KCal::Incidence::revision (this=0x0)
at
/home/jan/Dev/kdemod-core/work/kdepimlibs/src/kdepimlibs-4.1.1/kcal/incidence.cpp:322
#7  0xb76c8c39 in KCal::IncidenceFormatter::formatICalInvitation (invitation=
  {static null = {No data fields}, static shared_null = {ref = {_q_value
= 33159}, alloc = 0, size = 0, data = 0x804df82, clean = 0, simpletext = 0,
righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}},
static shared_empty = {ref = {_q_value = 657}, alloc = 0, size = 0, data =
0xb6baf5ae, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0,
capacity = 0, reserved = 0, array = {0}}, d = 0xbf84aebc, static
codecForCStrings = 0x0}, 
mCalendar=0xbf84ae94, helper=0xbf84aeb0)
at
/home/jan/Dev/kdemod-core/work/kdepimlibs/src/kdepimlibs-4.1.1/kcal/incidenceformatter.cpp:1136
#8  0xb123b6f8 in format (this=0x89b7510, bodyPart=0xbf84af58, 
writer=0x873cf38)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/plugins/kmail/bodypartformatter/text_calendar.cpp:163
#9  0xb1b47f24 in KMail::ObjectTreeParser::parseObjectTree (this=0xbf84afd0, 
node=0x8b4ef68)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/objecttreeparser.cpp:267
#10 0xb1b48b0e in KMail::ObjectTreeParser::stdChildHandling (this=0xbf84b20c, 
child=0x8487ea8)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/objecttreeparser.cpp:1088
#11 0xb1b48dfd in KMail::ObjectTreeParser::processMultiPartMixedSubtype (
this=0xbf84b20c, node=0x88b3018)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/objecttreeparser.cpp:1101
#12 0xb1b55a1a in process (this=0x8b299c0, otp=0xbf84b20c, node=0x88b3018, 
[EMAIL PROTECTED])
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/bodypartformatter.cpp:118
#13 0xb1b481b2 in KMail::ObjectTreeParser::parseObjectTree (this=0xbf84b20c, 
node=0x88b3018)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/objecttreeparser.cpp:289
#14 0xb19b10d5 in KMReaderWin::parseMsg (this=0x86c1230, aMsg=0x8a971f8)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/kmreaderwin.cpp:1558
#15 0xb19aab5d in KMReaderWin::displayMessage (this=0x86c1230)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/kmreaderwin.cpp:1489
#16 0xb19aad02 in KMReaderWin::updateReaderWin (this=0x86c1230)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/kmreaderwin.cpp:1429
#17 0xb19b0178 in KMReaderWin::qt_metacall (this=0x86c1230, 
_c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbf84b528)
at
/home/jan/Dev/kdemod-core/work/kdepim/src/kdepim-4.1.1/kmail/kmreaderwin.moc:162
#18 0xb6b278d7 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#19 0xb6b27ded in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#20 0xb6b5b270 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#21 0xb6b2eadf in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#22 0xb6b24712 in QObject::event () from /usr/lib/libQtCore.so.4
#23 0xb5a51f13 in QApplicationPrivate::notify_helper ()
   from 

[Bug 31114] When deleting mail locally, delete on POP3 server, too.

2008-09-04 Thread Antonio Batovanja
http://bugs.kde.org/show_bug.cgi?id=31114


Antonio Batovanja toni toni to changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #85 from Antonio Batovanja toni toni to  2008-09-04 12:07:55 ---
Is anyone currently working on this bug?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 145192] Wrong contact displayed if contacts wtih same phone number are selected

2008-09-04 Thread Tobias Koenig
http://bugs.kde.org/show_bug.cgi?id=145192


Tobias Koenig tokoe kde org changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Comment #2 from Tobias Koenig tokoe kde org  2008-09-04 12:49:01 ---
Hej,

works for me in recent version

Ciao,
Tobias


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170349] KMail crashes when choosing an Outlook appointment email

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170349


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Thomas McGuire mcguire kde org  2008-09-04 13:02:25 ---


*** This bug has been marked as a duplicate of bug 170203 ***


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170203] kmail crashes on Outlook generated calendar invitation

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170203


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #5 from Thomas McGuire mcguire kde org  2008-09-04 13:02:25 ---
*** Bug 170349 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170203] kmail crashes on Outlook generated calendar invitation

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170203


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #6 from Thomas McGuire mcguire kde org  2008-09-04 13:02:36 ---
*** Bug 170365 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170365] ics attachement crashes kmail

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170365


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Thomas McGuire mcguire kde org  2008-09-04 13:02:36 ---


*** This bug has been marked as a duplicate of bug 170203 ***


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170379] New: locale language setting errors

2008-09-04 Thread Gerry Gavigan
http://bugs.kde.org/show_bug.cgi?id=170379

   Summary: locale language setting errors
   Product: kmail
   Version: unspecified
  Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


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

Having carefully set my language and everything else in Configure Desktop
kmail spell check defaults to English.

Setting it as British English works only as long as kmail/kontact remains open


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170380] New: locale time setting error

2008-09-04 Thread Gerry Gavigan
http://bugs.kde.org/show_bug.cgi?id=170380

   Summary: locale time setting error
   Product: kontact
   Version: unspecified
  Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


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

The timezone defaults to a different region in Europe despite correct settings
in Configure Desktop and resetting it in settings - configure calendar


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170381] New: view of a contact unstable

2008-09-04 Thread Gerry Gavigan
http://bugs.kde.org/show_bug.cgi?id=170381

   Summary: view of a contact unstable
   Product: kontact
   Version: unspecified
  Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


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

Selecting a contact brings up the details (photo, address etc.) on right hand
side briefly, but then the selection on lelft hand side is automagically
deselected and the contact details disappear


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170381] view of a contact unstable

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170381


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 AssignedTo|kdepim-bugs@kde.org |[EMAIL PROTECTED]
  Component|general |general
Product|kontact |kaddressbook




-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 163674] Right clicking on a mis-spelled word should immediately give a list of alternative spellings

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=163674


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 AssignedTo|kdepim-bugs@kde.org |[EMAIL PROTECTED]
  Component|composer|kdeui
Product|kmail   |kdelibs
Version|SVN trunk (KDE 4)   |4.1




--- Comment #2 from Thomas McGuire mcguire kde org  2008-09-04 13:23:31 ---
Reassigning to kdelibs, as the spellcheck context menu is there now.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170382] New: reduced functionality in calendar

2008-09-04 Thread Gerry Gavigan
http://bugs.kde.org/show_bug.cgi?id=170382

   Summary: reduced functionality in calendar
   Product: kontact
   Version: unspecified
  Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


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

The number of resources visible on calendar page has suddenly) reduced (since
4.1.0) and there is not ability to add back resource in addition to actual
diary

so now cannot have two months dates view and todo on same page as diary 

(as a heavy user of kontact this could move me back to 3.5.10 if irresolvable
in near future


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170379] System-wide spellcheck language ignored

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170379


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|general |composer
 Ever Confirmed|0   |1
Summary|locale language setting |System-wide spellcheck
   |errors  |language ignored
Version|unspecified |1.10.0




--- Comment #1 from Thomas McGuire mcguire kde org  2008-09-04 13:26:31 ---
Yes, confirmed. KMail uses the dictionary setting from the identity instead.
You need to change to dictionary in the KMail identity settings.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170382] reduced functionality in calendar

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170382


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 AssignedTo|kdepim-bugs@kde.org |[EMAIL PROTECTED]
  Component|general |general
Product|kontact |korganizer
Version|unspecified |SVN trunk (KDE 4)




-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170380] locale time setting error

2008-09-04 Thread Allen Winter
http://bugs.kde.org/show_bug.cgi?id=170380


Allen Winter winter kde org changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #1 from Allen Winter winter kde org  2008-09-04 15:32:01 ---
I assume you mean that you are setting a timezone
in the Settings-Configure Calendar-TimeDate dialog??
and that setting isn't being used properly??

please provide more details:
 what timezone are you setting
 what timezone are you getting


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170302] crash after changing identity for a folder and replying

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170302


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Thomas McGuire mcguire kde org  2008-09-04 15:58:29 ---
Fixed recently.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170033] All filtering criteria are not localized in filter dialog

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170033


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Thomas McGuire mcguire kde org  2008-09-04 15:59:17 ---

SVN commit 856802 by tmcguire:

Allow translating some of the filter critera for headers, namely
subject, to, from and cc.

I've left the other ones untouched as I think those a raw header fields
and shouldn't be translated.
Topic open for bikeshedding though :)

BUG: 170033


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 86925] JJ: Generated HTML code should use br instead of p

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=86925





--- Comment #14 from Thomas McGuire mcguire kde org  2008-09-04 15:59:54 ---
SVN commit 856724 by tmcguire:

Add hacky workaround to prevent empty paragraphs from disappearing.
CCBUG: 86925


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 169921] Exchange compatible invitation naming option doesn't stay checked

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=169921


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Thomas McGuire mcguire kde org  2008-09-04 16:00:40 ---
SVN commit 853307 by tmcguire:

- Load the value for exchange compatible initation naming into the checkbox
- Get rid of some manual config writing/reading

BUG: 169921


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170033] All filtering criteria are not localized in filter dialog

2008-09-04 Thread Nicolas Ternisien
http://bugs.kde.org/show_bug.cgi?id=170033





--- Comment #5 from Nicolas Ternisien nicolas ternisien gmail com  2008-09-04 
16:01:37 ---
Thank you ! (I know that this comment is useless, but thanks again)


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170392] New: Kontact crashes when viewing meeting invitation

2008-09-04 Thread Dominic Dunkley
http://bugs.kde.org/show_bug.cgi?id=170392

   Summary: Kontact crashes when viewing meeting invitation
   Product: kontact
   Version: unspecified
  Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


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

In Kontact's Kmail part, clicking on a message (invitation to meeting sent from
MS Outlook) causes Kontact to crash with the following error (this does not
happen with other messages.

Application: Kontact (kontact), signal SIGSEGV
[?1034h(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb5303700 (LWP 6430)]
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb7795bd7 in KCal::Incidence::revision () from /usr/lib/libkcal.so.4
#7  0xb157572c in ?? ()
   from /usr/lib/kde4/kmail_bodypartformatter_text_calendar.so
#8  0xb1e40420 in ?? () from /usr/lib/libkmailprivate.so.4
#9  0xb1e41037 in ?? () from /usr/lib/libkmailprivate.so.4
#10 0xb1e41258 in ?? () from /usr/lib/libkmailprivate.so.4
#11 0xb1e4c61b in ?? () from /usr/lib/libkmailprivate.so.4
#12 0xb1e406f3 in ?? () from /usr/lib/libkmailprivate.so.4
#13 0xb1ccbdd1 in ?? () from /usr/lib/libkmailprivate.so.4
#14 0xb1cc0540 in ?? () from /usr/lib/libkmailprivate.so.4
#15 0xb1cc0740 in ?? () from /usr/lib/libkmailprivate.so.4
#16 0xb1ccb640 in ?? () from /usr/lib/libkmailprivate.so.4
#17 0xb6cc945a in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#18 0xb6cc99d2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#19 0xb6cfe9f7 in QTimer::timeout () from /usr/lib/libQtCore.so.4
#20 0xb6cd0b1e in QTimer::timerEvent () from /usr/lib/libQtCore.so.4
#21 0xb6cc5d7f in QObject::event () from /usr/lib/libQtCore.so.4
#22 0xb5c06ecc in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#23 0xb5c0d31e in QApplication::notify () from /usr/lib/libQtGui.so.4
#24 0xb731e80d in KApplication::notify () from /usr/lib/libkdeui.so.5
#25 0xb6cb7bc1 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#26 0xb6ce01e1 in ?? () from /usr/lib/libQtCore.so.4
#27 0xb6ce045b in QEventDispatcherUNIX::processEvents ()
   from /usr/lib/libQtCore.so.4
#28 0xb5c910a2 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb6cb633a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#30 0xb6cb64fa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#31 0xb5f855c9 in QMenu::exec () from /usr/lib/libQtGui.so.4
#32 0xb1c67b63 in ?? () from /usr/lib/libkmailprivate.so.4
#33 0xb1c68624 in ?? () from /usr/lib/libkmailprivate.so.4
#34 0xb6cc945a in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#35 0xb6cc99d2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#36 0xb7dd823f in Q3ListView::contextMenuRequested ()
   from /usr/lib/libQt3Support.so.4
#37 0xb7c8facf in Q3ListView::contentsContextMenuEvent ()
   from /usr/lib/libQt3Support.so.4
#38 0xb632956c in K3ListView::contentsContextMenuEvent ()
   from /usr/lib/libkde3support.so.4
#39 0xb7ce7f14 in Q3ScrollView::viewportContextMenuEvent ()
   from /usr/lib/libQt3Support.so.4
#40 0xb7ce9f3c in Q3ScrollView::eventFilter () from /usr/lib/libQt3Support.so.4
#41 0xb7c8ce36 in Q3ListView::eventFilter () from /usr/lib/libQt3Support.so.4
#42 0xb1c654f7 in ?? () from /usr/lib/libkmailprivate.so.4
#43 0xb6cb6dba in QCoreApplicationPrivate::sendThroughObjectEventFilters ()
   from /usr/lib/libQtCore.so.4
#44 0xb5c06eaa in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#45 0xb5c0e281 in QApplication::notify () from /usr/lib/libQtGui.so.4
#46 0xb731e80d in KApplication::notify () from /usr/lib/libkdeui.so.5
#47 0xb6cb7bc1 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#48 0xb5c10b3e in 

[Bug 170203] kmail crashes on Outlook generated calendar invitation

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170203


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #7 from Thomas McGuire mcguire kde org  2008-09-04 16:07:05 ---
*** Bug 170392 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170392] Kontact crashes when viewing meeting invitation

2008-09-04 Thread Thomas McGuire
http://bugs.kde.org/show_bug.cgi?id=170392


Thomas McGuire mcguire kde org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Thomas McGuire mcguire kde org  2008-09-04 16:07:05 ---


*** This bug has been marked as a duplicate of bug 170203 ***


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170396] New: Kmail crashes when it opens

2008-09-04 Thread dc
http://bugs.kde.org/show_bug.cgi?id=170396

   Summary: Kmail crashes when it opens
   Product: kontact
   Version: unspecified
  Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: mail
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:   unknown (using 4.1.1 (KDE 4.1.1), Kubuntu packages)
Compiler:  gcc
OS:Linux (i686) release 2.6.24-21-generic

Kmail crashes while it tries to open a mail containing some bizarre MIME/parts
(probably calendar) and/or MS* sh...

Here is the dump :

Application: Kontact (kontact), signal SIGSEGV
(no debugging symbols found)  
[Thread debugging using libthread_db enabled] 
[New Thread 0xb5571940 (LWP 6806)]
[New Thread 0xb1caeb90 (LWP 7324)]
(no debugging symbols found)  
[KCrash handler]  
#6  0xb5ede2d7 in KCal::Incidence::revision ()
   from /usr/lib/kde4/lib/libkcal.so.4
#7  0xb5f32994 in KCal::IncidenceFormatter::formatICalInvitation ()
   from /usr/lib/kde4/lib/libkcal.so.4 
#8  0xb1cb7f2b in ?? ()
   from /usr/lib/kde4/lib/kde4/kmail_bodypartformatter_text_calendar.so
#9  0xb256fa10 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#10 0xb256fd06 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#11 0xb256ff8c in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#12 0xb257c37b in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#13 0xb256fb99 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#14 0xb256fd06 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#15 0xb256fff6 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#16 0xb257c43b in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#17 0xb256fb99 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#18 0xb243bd72 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#19 0xb2432cd9 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#20 0xb2432eae in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#21 0xb2436690 in ?? () from /usr/lib/kde4/lib/libkmailprivate.so.4
#22 0xb78bcf79 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#23 0xb78bd642 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#24 0xb78fa817 in QTimer::timeout () from /usr/lib/libQtCore.so.4  
#25 0xb78c40fe in QTimer::timerEvent () from /usr/lib/libQtCore.so.4   
#26 0xb78b79fa in QObject::event () from /usr/lib/libQtCore.so.4
#27 0xb6f6ef9c in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#28 0xb6f73bf9 in QApplication::notify () from /usr/lib/libQtGui.so.4
#29 0xb7d441c3 in KApplication::notify () from /usr/lib/kde4/lib/libkdeui.so.5
#30 0xb78a80b9 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#31 0xb78d5c01 in ?? () from /usr/lib/libQtCore.so.4
#32 0xb78d34a0 in ?? () from /usr/lib/libQtCore.so.4
#33 0xb5b11dd6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#34 0xb5b15193 in ?? () from /usr/lib/libglib-2.0.so.0
#35 0xb5b1574e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#36 0xb78d39f8 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#37 0xb7002a25 in ?? () from /usr/lib/libQtGui.so.4
#38 0xb78a733d in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#39 0xb78a74cd in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#40 0xb78a974d in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#41 0xb6f6e897 in QApplication::exec () from /usr/lib/libQtGui.so.4
#42 0x0804b326 in _start ()
#0  0xb7ffb410 in __kernel_vsyscall ()

I also include the (supposedly) faulty mail.

dc


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170397] New: Kontact crashes when composing new email message

2008-09-04 Thread Nolan Leatherwood
http://bugs.kde.org/show_bug.cgi?id=170397

   Summary: Kontact crashes when composing new email message
   Product: kontact
   Version: unspecified
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:(using KDE 4.1.1)
OS:Linux
Installed from:Ubuntu Packages

The crash occurs when I launch Kontact and click on the inbox of an imap
account, then click on New Message, and then click on the text field for the
body.

It doesn't crash when I compose a message without first clicking on an inbox.

Here is the backtrace:

Application: Kontact (kontact), signal SIGABRT
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb4e0e940 (LWP 23026)]
[KCrash handler]
#6  0xb7f68410 in __kernel_vsyscall ()
#7  0xb6b93085 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb6b94a01 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb772a367 in qt_message_output (msgType=QtFatalMsg, 
buf=0xbfa842ac ASSERT: \dict\ in file
/build/buildd/kde4libs-4.1.1+really4.1.1/kdecore/sonnet/loader.cpp, line 116)
at global/qglobal.cpp:2061
#10 0xb772a458 in qFatal (msg=0xb7871498 ASSERT: \%s\ in file %s, line %d)
at global/qglobal.cpp:2263
#11 0xb772a505 in qt_assert (assertion=0xb7ae8041 dict, 
file=0xb7ae7e40
/build/buildd/kde4libs-4.1.1+really4.1.1/kdecore/sonnet/loader.cpp, line=116)
at global/qglobal.cpp:1831
#12 0xb7a4c8d2 in Sonnet::Loader::createSpeller (this=0x87d2fc8, 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at /build/buildd/kde4libs-4.1.1+really4.1.1/kdecore/sonnet/loader.cpp:116
#13 0xb7a4edae in Sonnet::Speller::Private::recreateDict (this=0x8e27a50)
at /build/buildd/kde4libs-4.1.1+really4.1.1/kdecore/sonnet/speller.cpp:63
#14 0xb7d0b81f in Sonnet::Highlighter::setCurrentLanguage (this=0x87cfff8, 
[EMAIL PROTECTED])
at
/build/buildd/kde4libs-4.1.1+really4.1.1/kdeui/sonnet/highlighter.cpp:296
#15 0xb7f03990 in KPIM::KMeditor::setSpellCheckLanguage ()
   from /usr/lib/kde4/lib/libkdepim.so.4
#16 0xb7f05996 in KPIM::KMeditor::createHighlighter ()
   from /usr/lib/kde4/lib/libkdepim.so.4
#17 0xb7d91881 in KTextEdit::focusInEvent (this=0x8e433a0, event=0xbfa86a18)
at /build/buildd/kde4libs-4.1.1+really4.1.1/kdeui/widgets/ktextedit.cpp:463
#18 0xb6f3cb34 in QWidget::event (this=0x8e433a0, event=0xbfa86a18)
at kernel/qwidget.cpp:7119
#19 0xb72772a3 in QFrame::event (this=0x8e433a0, e=0xbfa86a18)
at widgets/qframe.cpp:657
#20 0xb730b815 in QAbstractScrollArea::event (this=0x8e433a0, e=0xbfa86a18)
at widgets/qabstractscrollarea.cpp:903
#21 0xb72f4c72 in QTextEdit::event (this=0x8e433a0, e=0xbfa86a18)
at widgets/qtextedit.cpp:1055
#22 0xb7d92949 in KTextEdit::event (this=0x8e433a0, ev=0xbfa86a18)
at /build/buildd/kde4libs-4.1.1+really4.1.1/kdeui/widgets/ktextedit.cpp:241
#23 0xb6ee4f9c in QApplicationPrivate::notify_helper (this=0x8064610, 
receiver=0x8e433a0, e=0xbfa86a18) at kernel/qapplication.cpp:3800
#24 0xb6ee9ce8 in QApplication::notify (this=0xbfa879e8, receiver=0x8e433a0, 
e=0xbfa86a18) at kernel/qapplication.cpp:3765
#25 0xb7cb11c3 in KApplication::notify (this=0xbfa879e8, receiver=0x8e433a0, 
event=0xbfa86a18)
at
/build/buildd/kde4libs-4.1.1+really4.1.1/kdeui/kernel/kapplication.cpp:311
#26 0xb781e0b9 in QCoreApplication::notifyInternal (this=0xbfa879e8, 
receiver=0x8e433a0, event=0xbfa86a18) at kernel/qcoreapplication.cpp:591
#27 0xb6ee7c0c in QApplicationPrivate::setFocusWidget (focus=0x8e433a0, 
reason=Qt::TabFocusReason)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#28 0xb6f3315e in QWidget::setFocus (this=0x8e433a0, 
reason=Qt::TabFocusReason) at kernel/qwidget.cpp:5241
#29 0xb6f33473 in QWidget::focusNextPrevChild (this=0x89ba5d8, next=true)
at kernel/qwidget.cpp:5380
#30 0xb6f3343f in QWidget::focusNextPrevChild (this=0x8bd2a40, next=6)
at kernel/qwidget.cpp:5375
#31 0xb6f3343f in QWidget::focusNextPrevChild (this=0x8ac2730, next=6)
at kernel/qwidget.cpp:5375
#32 0xb6f3343f in QWidget::focusNextPrevChild (this=0x8bf1960, next=6)
at kernel/qwidget.cpp:5375
#33 0xb6f3343f in QWidget::focusNextPrevChild (this=0x8e41db8, next=6)
at kernel/qwidget.cpp:5375
#34 0xb6f3d2d5 in QWidget::event (this=0x8e41db8, event=0xbfa87064)
at kernel/qwidget.cpp:7052
#35 0xb728d34f in QLineEdit::event (this=0x8e41db8, e=0xbfa87064)
at widgets/qlineedit.cpp:1602
#36 0xb7d6094a in KLineEdit::event (this=0x8e41db8, ev=0xbfa87064)
at
/build/buildd/kde4libs-4.1.1+really4.1.1/kdeui/widgets/klineedit.cpp:1296
#37 0xb6ee4f9c in QApplicationPrivate::notify_helper (this=0x8064610, 
receiver=0x8e41db8, e=0xbfa87064) at 

[Bug 170396] Kmail crashes when it opens

2008-09-04 Thread dc
http://bugs.kde.org/show_bug.cgi?id=170396





--- Comment #1 from dc mjt ch  2008-09-04 17:38:30 ---
Created an attachment (id=27240)
 -- (http://bugs.kde.org/attachment.cgi?id=27240)
File containing the mail crashing kmail


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170402] New: Sluggishness in Kmail under KDE4

2008-09-04 Thread tony
http://bugs.kde.org/show_bug.cgi?id=170402

   Summary: Sluggishness in Kmail under KDE4
   Product: kmail
   Version: 1.10.1
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:   1.10.1 (using KDE 4.1.1)
OS:Linux
Installed from:Ubuntu Packages

I'm trying out the latest release of KDE4 from Kubuntu and I am finding some
operations in KMail to be very sluggish.

1. Mouse wheel scrolling. Click on a message and scroll down or up using the
mouse wheel. It is very slow to get moving and starts slowly before speeding
up. When I stop moving the mouse wheel, scrolling continues for a while.

2. When composing a mail and holding a key down (for example to generate a line
of minus signs) Kmail cannot keep up with the repeat-rate of the keyboard. This
means that when I release the key, it carries on until the buffer has emptied,
so it's impossible to judge how long a line I've typed. This happens in the
message pane, but inputs such as to and subject work perfectly.

Probably due to the development status of KDE4, but worth (I think) reporting.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170403] SMTP/Authentication BUG: sending Email fails

2008-09-04 Thread buffer0
http://bugs.kde.org/show_bug.cgi?id=170403


buffer0 t-online de changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #1 from buffer0 t-online de  2008-09-04 18:27:35 ---
Somebit heavy and strange: Old Kmails work, newer ones not on SMPT sending.
Such thing should not occur (normally) ...

Mepis-7.0 and Ubuntu-8.04 Kmails are not capable of to send Email.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 120437] Exchange Meeting Accept Doesn't work with mailling list

2008-09-04 Thread Shaun Thomas
http://bugs.kde.org/show_bug.cgi?id=120437


Shaun Thomas sthomas leapfrogonline com changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #4 from Shaun Thomas sthomas leapfrogonline com  2008-09-04 
19:01:50 ---
This was first noted by Bug 106594 in 2005, however the devs at the time chose
to add the CC field to the list of usable email addresses, and completely
failed to address the from a group email address part.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170419] New: quoted printable doesn't work in From: line

2008-09-04 Thread Elan Ruusamäe
http://bugs.kde.org/show_bug.cgi?id=170419

   Summary: quoted printable doesn't work in From: line
   Product: kmail
   Version: unspecified
  Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:   1.9.10 (using 3.5.10, PLD Linux Distribution)
Compiler:  gcc version 3.3.6 (PLD Linux)
OS:Linux (x86_64) release 2.6.24.7_desktop-2

kmail 1.9.10 doesn't render anymore properly From: header with quoted-printable
encoding.

raw header:
From: Elan =?ISO-8859-1?q?Ruusam=e4e?= [EMAIL PROTECTED]

i should see:
From: Elan Ruusamäe [EMAIL PROTECTED]

while i see:
From: Elan Ruusame4e [EMAIL PROTECTED]


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170419] quoted printable doesn't work in From: line

2008-09-04 Thread Elan Ruusamäe
http://bugs.kde.org/show_bug.cgi?id=170419





--- Comment #1 from Elan Ruusamäe glen delfi ee  2008-09-04 22:00:24 ---
oddly enough, this line is rendered properly:

From: Elan =?iso-8859-1?q?Ruusam=E4e?= [EMAIL PROTECTED]

note the case differs.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170425] New: Detach attachments (save, remove, and link) from email

2008-09-04 Thread Harland Coles
http://bugs.kde.org/show_bug.cgi?id=170425

   Summary: Detach attachments (save, remove, and link) from email
   Product: kmail
   Version: unspecified
  Platform: SuSE RPMs
OS/Version: unspecified
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:(using KDE 3.5.9)
Installed from:SuSE RPMs

Detach attachment(s) from email messages by:
a) saving it(them) into a chosen(or default) directory, then
b) removing/deleting it from the email, while retaining the rest of the email
contents, and
c) putting a linking phrase/identifier into the email with possible tagging
data such as date, size, type; so detached attachment is openable from within
email by a link (or even inline viewing still intact).
d) Optionally: upon forwarding email, detached attachment(s){i.e.
'detachments'} will be RE-attached before sending (further option[preference]:
if detached, then saved sent forwarded email message  will only retain
'detachment link'.

I have been itching for this feature set for a long time.  There exists a pipe
through filter 'Kmail Power Tools' written in perl listed on kde-apps.org, but
a built solution would be preferable - thus giving (d) above.

I greatly enjoy using KMail, as it has been a very solid and often used app. :)
Cheers


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 170426] New: kmail crashes when displaying sent mails gesendete nachrichten

2008-09-04 Thread Klemens Dickbauer
http://bugs.kde.org/show_bug.cgi?id=170426

   Summary: kmail crashes when displaying sent mails gesendete
nachrichten
   Product: kmail
   Version: 1.10.1
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:   1.10.1 (using KDE 4.1.1)
OS:Linux
Installed from:Ubuntu Packages

When I click on Versendete Nachrichten (sent mail), kmail crashes immediately
and every time.

What i get from the box (don't know if it is useful):

Anwendung: KMail (kmail), Signal SIGSEGV
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb4471720 (LWP 10110)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb50782d7 in 

[Bug 170428] New: After pressing new button, kmail crashes

2008-09-04 Thread Anıl Konaç
http://bugs.kde.org/show_bug.cgi?id=170428

   Summary: After pressing new button, kmail crashes
   Product: kmail
   Version: unspecified
  Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: [EMAIL PROTECTED]


Version:(using KDE 4.1.1)
OS:Linux
Installed from:Debian testing/unstable Packages

When i click new mail button-which is under file button- , kmail crashes. 

Uygulama: KMail (kmail), sinyal SIGSEGV
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb4170700 (LWP 8813)]
[New Thread 0xb0d07b90 (LWP 8918)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)