[Bug 282317] DAVResource does not return attendee information

2011-10-13 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=282317


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED




-- 
Configure bugmail: https://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 284030] New: Email Filter Agent Crash

2011-10-14 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=284030

   Summary: Email Filter Agent Crash
   Product: Akonadi
   Version: 4.7
  Platform: Compiled Sources
OS/Version: Linux
Status: NEW
  Severity: crash
  Priority: NOR
 Component: Mail Filter Agent
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org


Application: akonadi_mailfilter_agent (4.7)
KDE Platform Version: 4.7.2 (4.7.2) (Compiled from sources)
Qt Version: 4.7.4
Operating System: Linux 2.6.40.6-0.fc15.x86_64 x86_64

-- Information about the crash:
- What I was doing when the application crashed:
Every time I start Kontact I get a crash from the Email Filter Agent for each
resource that is started -- there are about 4 of them.

The crash can be reproduced every time.

-- Backtrace:
Application: EMail Filter Agent (akonadi_mailfilter_agent), signal: Aborted
[KCrash Handler]
#6  0x00378be352d5 in raise () from /lib64/libc.so.6
#7  0x00378be36beb in abort () from /lib64/libc.so.6
#8  0x003fa1cbbffd in __gnu_cxx::__verbose_terminate_handler() () from
/usr/lib64/libstdc++.so.6
#9  0x003fa1cba1b6 in ?? () from /usr/lib64/libstdc++.so.6
#10 0x003fa1cba1e3 in std::terminate() () from /usr/lib64/libstdc++.so.6
#11 0x003fa1cba326 in __cxa_rethrow () from /usr/lib64/libstdc++.so.6
#12 0x7f29d3f0f81b in QEventLoop::exec (this=0x7fff03d4fdd0, flags=...) at
kernel/qeventloop.cpp:214
#13 0x7f29d3f120d4 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1064
#14 0x7f29d03a6bcc in QApplication::exec () at kernel/qapplication.cpp:3755
#15 0x7f29d4b25645 in Akonadi::AgentBase::init (r=0x1a7b120) at
/data/kde/trunk/KDE/kdepimlibs/akonadi/agentbase.cpp:564
#16 0x00415dbd in Akonadi::AgentBase::initMailFilterAgent (argc=3,
argv=0x7fff03d4ffd8) at /data/kde/include/akonadi/agentbase.h:342
#17 0x004152cd in main (argc=3, argv=0x7fff03d4ffd8) at
/data/kde/trunk/KDE/kdepim/mailfilteragent/mailfilteragent.cpp:190

Possible duplicates by query: bug 283886, bug 283875, bug 283868, bug 283789,
bug 283673.

Reported using DrKonqi

-- 
Configure bugmail: https://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 280191] Allow turning off or resizing the generated QR codes

2011-10-17 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=280191


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||win...@kde.org
   Version Fixed In||4.7.3
 Resolution||FIXED




--- Comment #6 from Allen Winter winter kde org  2011-10-17 22:34:38 ---
For KAddressbook 4.8, there is an option on the menu for Settings-Show QR
Codes.

Unfortunately, it is not possible to backport this to KAddressbook 4.7 since
the fix contains new translatable strings.  However, there is a hidden option
people can set to disable QR codes.  Simply create a file in
~/.kde/share/config called
akonadi_contactrc and add the 2 lines:
[View]
QRCodes=false

So this is fixed partially in 4.7.3 and fully in 4.8.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 284030] Email Filter Agent Crash

2011-10-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=284030


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Version Fixed In||4.8
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-10-18 15:33:51 ---
Fixed by Milian Wolff master * v4.7.0-1287-gac7a940 [kdepim]
/mailfilteragent/mailfilteragent.cpp 

don't throw exception on missing payload in mailfilteragent
happens according to Volker when the change replay gives an item that no longer
exists etc.
and queue compression didn't happen yet 

http://commits.kde.org/kdepim/ac7a940cdedfd69cab7c4fbd4d0e3643087ec4e8

-- 
Configure bugmail: https://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 280191] Allow turning off or resizing the generated QR codes

2011-10-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=280191





--- Comment #9 from Allen Winter winter kde org  2011-10-18 21:17:09 ---
For the record, I'm not that enthusiastic about the fix I implemented.

The main problem is that I've turned KAddressbook into a configuration tool for
any application that uses the contact viewer API.  As it is now, you can't show
the QR codes in appfoo if you turn them off in KAddressbook.

Each application needs to be able to configure independently.  Which means the
API needs an option to toggle the QR code display.

but...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 277053] crash when downloading mails

2011-10-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=277053


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #4 from Allen Winter winter kde org  2011-10-18 21:51:45 ---
almost looks like there's a problem if from == to in 
slotStorageModelRowsInserted()

-- 
Configure bugmail: https://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 285484] New: Mark Message Menu Is Messy

2011-11-01 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=285484

   Summary: Mark Message Menu Is Messy
   Product: kmail2
   Version: Git (master)
  Platform: Unlisted Binaries
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: commands and actions
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org


Version:   Git (master) (using Devel) 
OS:Linux

Recently the mark message submenu has gotten to look a bit strange.  There are
multiple More items.  I'll attach a screenshot

Reproducible: Always

Steps to Reproduce:
select Mark Message from a message's context menu

Actual Results:  
a messy looking submenu with multiple More item.

Expected Results:  
Only 1 More item for one thing.

-- 
Configure bugmail: https://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 285484] Mark Message Menu Is Messy

2011-11-01 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=285484





--- Comment #1 from Allen Winter winter kde org  2011-11-01 15:21:25 ---
Created an attachment (id=65121)
 -- (http://bugs.kde.org/attachment.cgi?id=65121)
What the Mark Message menu looks like

-- 
Configure bugmail: https://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 285685] New: New htmlreplies strangeness

2011-11-03 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=285685

   Summary: New htmlreplies strangeness
   Product: kmail2
   Version: Git (master)
  Platform: Unlisted Binaries
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: composer
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org


Version:   Git (master) (using Devel) 
OS:Linux

Seems like replying always puts the composer in html-mode now.
So that's the first strange thing.

but more importantly, the composed reply looks like (note the quoting is
strange):


On 
Thursday 03 November 2011
12:43:37 PM
first.l...@foo.com
wrote: 
Allen,

Blah blah..
blah
blah


-- 
Allen Winter | allen.win...@kdab.com | Software Engineer
KDAB (USA), LLC, a KDAB Group company
Tel. USA +1-866-777-KDAB(5322), Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions

Reproducible: Didn't try

Steps to Reproduce:
Reply

Actual Results:  
as shown

Expected Results:  
On  Thursday 03 November 2011 12:43:37 PM first.l...@foo.com wrote: 

 Allen,

 Blah blah..
 blah
 blah



-- 
Allen Winter | allen.win...@kdab.com | Software Engineer
KDAB (USA), LLC, a KDAB Group company
Tel. USA +1-866-777-KDAB(5322), Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions

for the record: the original message has

Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

The message has a winmail.dat attachment

I'm signing it

-- 
Configure bugmail: https://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 249992] Can't log in to IMAP server running dovecot 2.0.1

2011-11-08 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=249992


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #12 from Allen Winter winter kde org  2011-11-08 18:00:12 ---
ervin, I would like to see this fix in the next bugfix release of KDE 4.7.x

could you give the thumbs-up or down on this patch?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 286097] kmail2 crashes deleting attachements

2011-11-08 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286097


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-11-08 22:26:44 ---
fixed in commit a08d9b1bd142e96d12cdb9293e6430e522cd84f0

need to backport to 4.7

-- 
Configure bugmail: https://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 286103] Crash while writing Mail and selecting recipients from SOGo - Groupware account

2011-11-08 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286103


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-11-08 22:27:37 ---
fixed in master with commit 7bdccde9a6cd6a9ea4502a5623c91b56de65b8fa

need to backport to 4.7

-- 
Configure bugmail: https://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 286003] Kmail crash while checking IMAP account

2011-11-09 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286003


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-11-09 21:29:31 ---
probably fixed with commit a0ff5591f8b9791ee8ed051172a458ab7cfcc6db

still need to backport to 4.7

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 280649] Kontact crash when closing [sendQueued, KMMainWidget::slotSendQueued,KMMainWidget::slotEndCheckMail]

2011-11-09 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=280649


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
 Resolution||FIXED




--- Comment #12 from Allen Winter winter kde org  2011-11-09 21:30:15 ---
probably fixed with commit ee3602b1a8c42c44a5fcece16ccc5694a49c10e8

still need to backport to 4.7

-- 
Configure bugmail: https://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 286264] Crash after automatic migration from kmail to kamil2

2011-11-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286264


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #3 from Allen Winter winter kde org  2011-11-11 14:33:58 ---
for record, the connect for the KMMainWidget::slotItemNotMovedByFilters()  SLOT
has been ifdef'd out for KDE 4.7.4 and doesn't exist at all in master.

so at least that part of the bug is fixed.

-- 
Configure bugmail: https://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 280649] Kontact crash when closing [sendQueued, KMMainWidget::slotSendQueued,KMMainWidget::slotEndCheckMail]

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=280649


Allen Winter win...@kde.org changed:

   What|Removed |Added

   Version Fixed In||4.7.4




--- Comment #13 from Allen Winter winter kde org  2011-11-12 14:44:56 ---
backport c0659da0186a637ba62ff0449e0d0f77d84b4170

-- 
Configure bugmail: https://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 283844] KMail (KDE 4.7.2, Kubuntu 11.10, 64 bit) has crashed during IMAP mail download from Yahoo account

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=283844


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-11-12 16:16:09 ---
Git commit e9cf80e9e2081817c45d739b8ef216d99ddb234d by Allen Winter.
Committed on 12/11/2011 at 17:13.
Pushed by winterz into branch 'master'.

Fix a crash that can happen when all connections are lost before
checking the IMAP servers capabilities.

CCMAIL: kde-i18n-...@kde.org
New strings needed to fix this crash. I will try to avoid creating
the new string in the 4.7 backport, somehow.

BUG: 283844
MERGE: 4.7

M  +41   -27   resources/imap/sessionpool.cpp

http://commits.kde.org/kdepim-runtime/e9cf80e9e2081817c45d739b8ef216d99ddb234d

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 283844] KMail (KDE 4.7.2, Kubuntu 11.10, 64 bit) has crashed during IMAP mail download from Yahoo account

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=283844





--- Comment #2 from Allen Winter winter kde org  2011-11-12 16:25:16 ---
Git commit c22dc06489b9d29e0651e3f7bf0f01fd1005af56 by Allen Winter.
Committed on 12/11/2011 at 17:24.
Pushed by winterz into branch 'KDE/4.7'.

Backport e9cf80e9e2081817c45d739b8ef216d99ddb234d from master:
Fix a crash that can happen when all connections are lost before
checking the IMAP servers capabilities.

CCBUG: 283844
FIXED-IN: 4.7.4

M  +5-1resources/imap/sessionpool.cpp

http://commits.kde.org/kdepim-runtime/c22dc06489b9d29e0651e3f7bf0f01fd1005af56

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 127938] send contact or drag n drop a vcard into Kmail composer crashes Kontact

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=127938


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
 Resolution||WORKSFORME




--- Comment #4 from Allen Winter winter kde org  2011-11-12 20:23:43 ---
resolving this one then.

-- 
Configure bugmail: https://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 286393] Akonadi Crashes while checking GMail

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286393


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
   Version Fixed In||4.7.4
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-11-12 20:28:37 ---
I just fixed this one the other day

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 286003] Kmail crash while checking IMAP account

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286003


Allen Winter win...@kde.org changed:

   What|Removed |Added

   Version Fixed In||4.7.4




--- Comment #2 from Allen Winter winter kde org  2011-11-12 21:24:43 ---
backported in d29eb0e0ea3feadd3467e1234669397ea4533282

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 286097] kmail2 crashes deleting attachements

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286097


Allen Winter win...@kde.org changed:

   What|Removed |Added

   Version Fixed In||4.7.4




--- Comment #2 from Allen Winter winter kde org  2011-11-12 21:26:45 ---
backport in 409d3b3c65257707aaa28936cb2cb0cf38094dc5

-- 
Configure bugmail: https://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 209604] Crash when opening the settings dialog if the KMail module was previously disabled

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=209604


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||win...@kde.org
 Resolution||FIXED




--- Comment #48 from Allen Winter winter kde org  2011-11-13 01:13:26 ---
fixed in fe2d2bcafa5ad5a52cbffa6209c2b7acb2c218ca

will backport to 4.7

-- 
Configure bugmail: https://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 209604] Crash when opening the settings dialog if the KMail module was previously disabled

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=209604


Allen Winter win...@kde.org changed:

   What|Removed |Added

   Version Fixed In||4.7.4




--- Comment #49 from Allen Winter winter kde org  2011-11-13 01:18:15 ---
sorry the commit to master was 4e3eb627973e6ff5e41d73b472cfb67af8002fa7

backport to 4.7 is commit b627826ccb0ce8ae61974073647f6cf7321c40ed

-- 
Configure bugmail: https://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 282060] Crash when deleting IMAP messages

2011-11-12 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=282060


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #4 from Allen Winter winter kde org  2011-11-13 01:37:43 ---
looks like this may have been fixed in the meantime.

is anyone still experiencing this crash with 4.7.2 or above?

-- 
Configure bugmail: https://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 286477] KMail crashes while archiving more than one folder in parallel

2011-11-13 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286477


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||win...@kde.org
   Version Fixed In||4.7.4
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2011-11-13 11:30:41 ---
I committed a fix for this crash within the past couple days.

-- 
Configure bugmail: https://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 287180] New: Missing Server Side Subscription context menu

2011-11-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287180

   Summary: Missing Server Side Subscription context menu
   Product: kmail2
   Version: Git (master)
  Platform: Compiled Sources
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: folders
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org


Version:   Git (master) (using Devel) 
OS:Linux

For kolab folders in kmail1, there was a context menu selection for starting
the server side subscriptions dialog.  there was also one for selecting local
subscriptions.

I would like that menu selection restored in kmail2.

or at least put some place more obvious than where it currently is located --
which is only in the advanced tab of the account dialog.

Reproducible: Always

Steps to Reproduce:
see the context menu of a kolab folder

Actual Results:  
there is no server side subscriptions selection

Expected Results:  
i'd like to see server side subscriptions selection -- either on the context
menu or someplace else that's more obvious than only in the advanced accounts
dialog.

-- 
Configure bugmail: https://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 287203] New: htmlreplies forwarding formatting missing newlines

2011-11-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287203

   Summary: htmlreplies forwarding formatting missing newlines
   Product: kmail2
   Version: Git (master)
  Platform: Compiled Sources
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: composer
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org


Version:   Git (master) (using Devel) 
OS:Linux

When I Forward-Inline an HTML message, the first line of the composer looks
like (all 1 line):

-- Forwarded Message -- Subject: SUBJECT Date: Monday 21
November 2011, 11:14:37 PM From: some...@somewhere.com To:
allen.win...@kdab.com 

note how there should be newlines between all those items because my standard
forward template looks like this:

%REM=Default forward template%-

--  Forwarded Message  --

Subject: %OFULLSUBJECT
Date: %ODATE, %OTIMELONG
From: %OFROMADDR
%OADDRESSEESADDR

%TEXT
-

Reproducible: Always

Steps to Reproduce:
Forward-Inline an HTML message

Actual Results:  
the forwarding info is missing newlines between each item

Expected Results:  
newlines should be respected, per my template

-- 
Configure bugmail: https://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 286800] Renaming of remote calendar names isn't saved

2011-11-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286800


Allen Winter win...@kde.org changed:

   What|Removed |Added

   Version Fixed In||4.7.4




-- 
Configure bugmail: https://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 286045] missing error handling in folder view / Unknown error. (Unable to fetch item from backend)

2011-11-23 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286045





--- Comment #3 from Allen Winter winter kde org  2011-11-23 20:16:16 ---
Git commit 47374d0b71f5154f0cda033c4c85c716a2705e84 by Allen Winter, on behalf
of Milian Wolff.
Committed on 21/11/2011 at 00:27.
Pushed by winterz into branch 'KDE/4.7'.

proper error handling of fetch jobs in ETM

cleanup m_pendingCollectionRetrieveJobs on error as otherwise
the collection can never be retrieved after an error

furthermore display the error to the user in a dialog

CCBUG: 286045
(cherry picked from commit 224365efdba858ae226f498f4a74c6313f2bfd9e)

M  +5-2akonadi/entitytreemodel_p.cpp

http://commits.kde.org/kdepimlibs/47374d0b71f5154f0cda033c4c85c716a2705e84

-- 
Configure bugmail: https://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 258080] Contact crashes when switching from calendar to mail

2011-11-23 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=258080





--- Comment #11 from Allen Winter winter kde org  2011-11-23 20:54:09 ---
Git commit 990d78f120070cc24a9eaee794191853d52ea68a by Allen Winter.
Committed on 17/11/2011 at 23:16.
Pushed by winterz into branch 'KDE/4.7'.

add a crash and sanity check in removeChild() in case the child map
is empty or the specified item to remove is not in the map.

might fix bug 258080.
but can't know for sure since I can't reproduce.
appreciate testing by those affected by the crash.

CCBUG: 258080
(cherry picked from commit f8c0f7eed9fa980ad31856d28266c2612e994cf0)

M  +11   -2libkdepim/progressmanager.cpp

http://commits.kde.org/kdepim/990d78f120070cc24a9eaee794191853d52ea68a

-- 
Configure bugmail: https://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 286045] missing error handling in folder view / Unknown error. (Unable to fetch item from backend)

2011-11-23 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286045


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #4 from Allen Winter winter kde org  2011-11-23 22:21:34 ---
Milian, can we resolve this as fixed?

-- 
Configure bugmail: https://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 286307] Kmail crash

2011-11-25 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286307


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #7 from Allen Winter winter kde org  2011-11-26 00:02:42 ---
not anything further kontact can do about this though.

can we re-assign to another product? Or call it RESOLVED with UPSTREAM?

-- 
Configure bugmail: https://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 286727] Reply/Forward should ignore the max recipients per line option

2011-11-28 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=286727





--- Comment #3 from Allen Winter winter kde org  2011-11-28 13:23:35 ---
Laurent, I disagree.

The reason this option exists is for people who disliked the new recipients
editor and wanted to keep only 1 To: line when *composing* a message.

basically, I think this option should be ignored in all other cases, like
replying or forwarding.

but in the end it's your call.

-- 
Configure bugmail: https://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 287625] ItemDeleteJob error, causing akonadi--akonadi_mixedmaildir_resource communication to stall

2011-11-28 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287625


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #2 from Allen Winter winter kde org  2011-11-29 03:19:16 ---
Git commit aedcddf94b1b10b929d244d1063cb61c2c467105 by Allen Winter.
Committed on 29/11/2011 at 04:16.
Pushed by winterz into branch 'master'.

in Private::storeListResult(), don't try to create a delete job
for an empty list of items.  probably means that the ItemDeleteJob
class should assert on such cases so we find other errors like this.

Patch by Ahti, thanks!

BUG: 287625
MERGE: 4.7

M  +34   -32   resources/mixedmaildir/retrieveitemsjob.cpp

http://commits.kde.org/kdepim-runtime/aedcddf94b1b10b929d244d1063cb61c2c467105

-- 
Configure bugmail: https://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 287838] New: Replies to in html does not properly quote original

2011-11-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287838

   Summary: Replies to in html does not properly quote original
   Product: kmail2
   Version: Git (master)
  Platform: Compiled Sources
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: composer
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org


Version:   Git (master) (using Devel) 
OS:Linux

replying to an html message does not prepend each line of the original with my
quote string

Reproducible: Always

Steps to Reproduce:
make sure you have Reply using HTML if present configuration set
make sure your standard reply-to-sender template has a %QUOTE
reply to sender on an html message




Actual Results:  
the original message in the reply composer, but there are no prepended quote
strings

if I change then to plaintext composing.. still no prepended quote strings

Expected Results:  
the original message should have each line prepended with my quote string

-- 
Configure bugmail: https://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 287838] Replies to in html does not properly quote original

2011-11-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287838





--- Comment #1 from Allen Winter winter kde org  2011-11-29 15:37:02 ---
Actually, most of the time things work as expected.

I do have one sample message I could give out privately if you want an example
of where this happens

-- 
Configure bugmail: https://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 263922] kontact crashed while clicking on email

2011-11-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=263922


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #6 from Allen Winter winter kde org  2011-11-29 22:47:21 ---
I made the following commit. Might help with this crash but I don't know.
Please test with the next release. I will backport to 4.7.4
-
Git commit f48cfb60e73f91791d03110fdea90f779d5235cf by Allen Winter.
Committed on 29/11/2011 at 04:05.
Pushed by winterz into branch 'master'.

use the safer qstricmp() or qstrnicmp() functions in place of
strcasecmp() and strncasecmp(), respectively.

-- 
Configure bugmail: https://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 287736] akonadiconsole crash on clear job tracker

2011-11-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287736


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #1 from Allen Winter winter kde org  2011-11-29 22:51:44 ---
I couldn't reproduce this. But I made some educated guesses at what might be
happening and committed a possible fix today.  The fix will be included with
KDE 4.7.4.  Please try to duplicate the problem starting with 4.7.4.  and let
us know if it still crashes

-- 
Configure bugmail: https://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 287625] ItemDeleteJob error, causing akonadi--akonadi_mixedmaildir_resource communication to stall

2011-11-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=287625





--- Comment #3 from Allen Winter winter kde org  2011-11-29 22:57:44 ---
Git commit 18984cacbd7afda8f86d01bff26083bec4b06b57 by Allen Winter.
Committed on 29/11/2011 at 04:16.
Pushed by winterz into branch 'KDE/4.7'.

in Private::storeListResult(), don't try to create a delete job
for an empty list of items.  probably means that the ItemDeleteJob
class should assert on such cases so we find other errors like this.

Patch by Ahti, thanks!

BUG: 287625
MERGE: 4.7
(cherry picked from commit aedcddf94b1b10b929d244d1063cb61c2c467105)

M  +34   -32   resources/mixedmaildir/retrieveitemsjob.cpp

http://commits.kde.org/kdepim-runtime/18984cacbd7afda8f86d01bff26083bec4b06b57

-- 
Configure bugmail: https://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 216806] KCal does not properly submit STATUS Information to Akonadi

2011-03-17 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=216806


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #6 from Allen Winter winter kde org  2011-03-18 00:22:23 ---
If the incidence's status field is set to something other than NONE, it will be
written out in ICalFormatImpl::writeIncidence().  So I don't think we need to
muck around in KCalCore.

We need to go into KOrganizer and set a to-do's status value as COMPLETED vs
NEEDS-ACTION as necessary.  Now, on reading a to-do .. I expect to see a
completion percentage and will only agree to setting a to-do as DONE if that
percentage is 100; i.e. the status won't affect completeness on read.

I'm ok with doing this.  However I don't agree with Horde: they could check for
100% completion too -- this must be how everyone checks for to-do completeness
else how come nobody else has bitched about this for so many years?

-- 
Configure bugmail: https://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 231373] 'Send as iCalendar...' functionality does not work

2011-03-17 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=231373


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #9 from Allen Winter winter kde org  2011-03-18 00:29:36 ---
Laurent, Sabine,

This bug is almost 1 year old?  Is it still valid?
If so, Laurent can you take a look please?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264278] KMail uses too much CPU time reacting to Akonadi synchronising IMAP folders

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=264278


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #1 from Allen Winter winter kde org  2011-04-11 16:09:31 ---
adding as a showstopper

-- 
Configure bugmail: https://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 264273] Message list often jumps and loses selection after moving email

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=264273


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #1 from Allen Winter winter kde org  2011-04-11 16:10:09 ---
adding as a showstopper

-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||264278




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||264273




-- 
Configure bugmail: https://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 259098] [regression] Searching doesn't search

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259098


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #4 from Allen Winter winter kde org  2011-04-11 16:10:40 ---
adding as a showstopper

-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||259098




-- 
Configure bugmail: https://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 259214] Bad commands sent to the server after sending email [Exchange]

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259214


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #2 from Allen Winter winter kde org  2011-04-11 16:11:04 ---
adding as a showstopper

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||259214




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||259633




-- 
Configure bugmail: https://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 259151] Moving/copying messages to folders causes redownload of the entire folder [Exchange server]

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259151


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #6 from Allen Winter winter kde org  2011-04-11 16:16:49 ---
adding to showstoppers

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||259151




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||264272




-- 
Configure bugmail: https://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 264272] [regression] Copy/Move/Jump folder list dialog filters folders wrongly

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=264272


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #1 from Allen Winter winter kde org  2011-04-11 16:17:33 ---
adding this regression to showstoppers

-- 
Configure bugmail: https://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 259093] [regression] Search dialog missing folder selection

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259093


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Depends on||270261




--- Comment #4 from Allen Winter winter kde org  2011-04-11 16:18:36 ---
adding this regression to showstoppers (probably will be fixed with bug 259098)

-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||259093




-- 
Configure bugmail: https://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 259093] [regression] Search dialog missing folder selection

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259093


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Blocks|259093, 259098, 259151, |
   |259214, 259633, 264272, |
   |264273, 264278  |
 Depends on||259093, 259098, 259151,
   ||259214, 259633, 264272,
   ||264273, 264278




--- Comment #2 from Allen Winter winter kde org  2011-04-11 16:22:46 ---
move all the blockers into the depends on

-- 
Configure bugmail: https://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 259098] [regression] Searching doesn't search

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259098


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://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 259151] Moving/copying messages to folders causes redownload of the entire folder [Exchange server]

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259151


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259214] Bad commands sent to the server after sending email [Exchange]

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259214


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 264272] [regression] Copy/Move/Jump folder list dialog filters folders wrongly

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=264272


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://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 264278] KMail uses too much CPU time reacting to Akonadi synchronising IMAP folders

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=264278


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://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 264273] Message list often jumps and loses selection after moving email

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=264273


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Blocks||270261
 Depends on|270261  |




-- 
Configure bugmail: https://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 270691] IMAP agent stops working after some time with Exchange Server

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270691


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Blocks||270261




--- Comment #2 from Allen Winter winter kde org  2011-04-11 16:38:50 ---
adding as a showstopper

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Depends on||270691




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Depends on||270693




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-11 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Depends on||268115




-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-16 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Depends on||259574




-- 
Configure bugmail: https://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 259574] conflict resolution box appears a lot

2011-04-16 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=259574


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Blocks||270261




--- Comment #9 from Allen Winter winter kde org  2011-04-16 16:13:01 ---
Here's another situation where the conflict dialog happen a lot:

On machineA I have kmail1 configured to download messages from my POP3 account
On machineB I have kmail2 configured to leave messages from that same POP3
account on the server

Then with kmail2 I get a ton of conflicts on messages from the POP3 account.

I'm making this bug a showstopper for the kdepim4.6 release

-- 
Configure bugmail: https://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 257755] Invitation Replies can't be sent

2011-04-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=257755


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
 Blocks||270261




--- Comment #2 from Allen Winter winter kde org  2011-04-21 23:43:59 ---
I think this one is showstopper worthy

-- 
Configure bugmail: https://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 270261] [Metabug] KDEPIM 4.6 release blockers

2011-04-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=270261


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Depends on||257755




-- 
Configure bugmail: https://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 272442] Untranslatable strings in KMail Introduction page

2011-05-04 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=272442


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #1 from Allen Winter winter kde org  2011-05-04 23:03:36 ---
Burkhard,

Your patch looks fine -- heck, you know much more about making translations
work than I do.

Feel free to commit.
-Allen

-- 
Configure bugmail: https://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 274406] kmail 2.0.96 shows wrong email count in inbox

2011-05-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=274406


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org
Version|2.0.90  |2.0.96




-- 
Configure bugmail: https://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 274937] kabcclient's mutt output repeats first name

2011-06-08 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=274937


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||kevin.kram...@gmx.at,
   ||win...@kde.org




--- Comment #2 from Allen Winter winter kde org  2011-06-09 00:16:23 ---
CC'ing Kevin.
He might be interested in this patch.

-- 
Configure bugmail: https://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 276862] Opening KMail in Project-Neon

2011-07-01 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=276862


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #4 from Allen Winter winter kde org  2011-07-01 12:00:39 ---
kmail version 2.0.95 is very old by now.

please upgrade to kdepim 4.6.0 which has kmail 2.1.0 included

-- 
Configure bugmail: https://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 276997] Folder list is not static while fetching mail

2011-07-03 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=276997


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #1 from Allen Winter winter kde org  2011-07-03 15:10:03 ---
version 2.0.97 is pretty old by now.
you should consider installing KDEPIM 4.6 which includes kmail 2.1.0

-- 
Configure bugmail: https://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 277007] KMail2 full search of emails does not work

2011-07-03 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=277007


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #1 from Allen Winter winter kde org  2011-07-03 15:10:57 ---
version 2.0.95 is old by now.
you should consider installing KDEPIM 4.6 which includes kmail 2.1.0

-- 
Configure bugmail: https://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 277012] KMail 2 bugs

2011-07-03 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=277012


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #1 from Allen Winter winter kde org  2011-07-03 15:27:00 ---
version 2.0.95?  that's old.

you should be using verison 2.1.0 which is included with KDEPIM 4.6.0

and KDEPIM 4.6.1 is being tagged/released in a couple days

-- 
Configure bugmail: https://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 276997] Folder list is not static while fetching mail

2011-07-04 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=276997





--- Comment #4 from Allen Winter winter kde org  2011-07-04 22:13:28 ---
Ah, thanks for the heads-up.
The version number will be increased to 2.1.96 for the next release.

I really want to do auto-versioning on KMail since we don't have anyone who
reliably increments the version numbers for that app.

-- 
Configure bugmail: https://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 258163] Message replies are not sent due to bad sent-mail folder

2011-07-29 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=258163


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||win...@kde.org
 Resolution|WAITINGFORINFO  |WORKSFORME




--- Comment #7 from Allen Winter winter kde org  2011-07-29 14:33:25 ---
closing then, since nobody else has replied in a long time.

-- 
Configure bugmail: https://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 249684] Missing Icon for Configure-GnuPG System

2011-07-31 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=249684


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||n...@oxygen-icons.org




--- Comment #1 from Allen Winter winter kde org  2011-07-31 20:14:54 ---
Nuno, we could use an icon for the GnuPG system to use in Kleopatra

-- 
Configure bugmail: https://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 231054] build fails - undefined symbol gpg_err_code_from_errno

2010-08-14 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=231054


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #4 from Allen Winter winter kde org  2010-08-15 00:43:24 ---
Please try this:

In kwatchgnupg/CMakeLists.txt, replace
  target_link_libraries(kwatchgnupg ${KDE4_KDEUI_LIBS} kleo
${KDEPIMLIBS_GPGMEPP_LIBS})

with

  target_link_libraries(kwatchgnupg ${KDE4_KDEUI_LIBS} kleo
${QGPGME_LIBRARIES})

-- 
Configure bugmail: https://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 231054] build fails - undefined symbol gpg_err_code_from_errno

2010-08-15 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=231054


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #6 from Allen Winter winter kde org  2010-08-15 15:34:45 ---
SVN commit 1163983 by winterz:

build on Solaris too
BUG: 231054


 M  +2 -1  CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=revrevision=1163983

-- 
Configure bugmail: https://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 231054] build fails - undefined symbol gpg_err_code_from_errno

2010-08-15 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=231054





--- Comment #7 from Allen Winter winter kde org  2010-08-15 15:36:06 ---
SVN commit 1163984 by winterz:

build on Solaris too
CCBUG: 231054


 M  +2 -1  CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=revrevision=1163984

-- 
Configure bugmail: https://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 249684] New: Missing Icon for Configure-GnuPG System

2010-08-31 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=249684

   Summary: Missing Icon for  Configure-GnuPG System
   Product: kleopatra
   Version: 2.0.8
  Platform: Fedora RPMs
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: win...@kde.org
CC: m...@kde.org


Version:   2.0.8 (using KDE 4.4.5) 
OS:Linux

The icon for GnuPG System is missing on the Configure Kleopatra dialog.



Reproducible: Didn't try

-- 
Configure bugmail: https://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 249797] constness issue in kcalcore

2010-09-01 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=249797


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2010-09-01 23:31:57 ---
SVN commit 1170702 by winterz:

add missing 'const' to the ctor implementation.
found by the Sun Studio compiler.
BUG: 249797


 M  +1 -1  exceptions.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1170702

-- 
Configure bugmail: https://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 249682] build failure - const issue in dataengines/calendar/eventdatacontainer.cpp

2010-09-07 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=249682


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #5 from Allen Winter winter kde org  2010-09-07 14:20:05 ---
SVN commit 1172520 by winterz:

fix build on Sun Studio compiler.
patch from tropikhajma.

..hmmm.. I wonder if doxygen will like this file better now?

BUG: 249682


 M  +1 -1  itempayloadinternals_p.h  


WebSVN link: http://websvn.kde.org/?view=revrevision=1172520

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 251914] KNotes dbus interface missing notes() as compared to old dcop interface

2010-09-26 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=251914


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #2 from Allen Winter winter kde org  2010-09-27 00:53:19 ---
SVN commit 1180082 by winterz:

restore notes() dbus interface
BUG: 251914
thanks for the patch Tejas.



 M  +2 -2  knotesapp.cpp  
 M  +1 -1  knotesapp.h  
 M  +4 -0  org.kde.KNotes.xml  


WebSVN link: http://websvn.kde.org/?view=revrevision=1180082

-- 
Configure bugmail: https://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 251914] KNotes dbus interface missing notes() as compared to old dcop interface

2010-09-26 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=251914





--- Comment #3 from Allen Winter winter kde org  2010-09-27 00:54:52 ---
SVN commit 1180083 by winterz:

merge forward SVN commit 1180082 by winterz:
restore notes() dbus interface
CCBUG: 251914
thanks for the patch Tejas.



 M  +2 -2  knotesapp.cpp  
 M  +1 -1  knotesapp.h  
 M  +4 -0  org.kde.KNotes.xml  


WebSVN link: http://websvn.kde.org/?view=revrevision=1180083

-- 
Configure bugmail: https://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 251914] KNotes dbus interface missing notes() as compared to old dcop interface

2010-09-26 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=251914





--- Comment #4 from Allen Winter winter kde org  2010-09-27 00:56:12 ---
SVN commit 1180084 by winterz:

merge forward SVN commit 1180082 by winterz:
restore notes() dbus interface
CCBUG: 251914
thanks for the patch Tejas. 




 M  +2 -2  knotesapp.cpp  
 M  +1 -1  knotesapp.h  
 M  +4 -0  org.kde.KNotes.xml  


WebSVN link: http://websvn.kde.org/?view=revrevision=1180084

-- 
Configure bugmail: https://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 230262] plugin shortcuts do not apera in config dialog

2010-10-19 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=230262


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #2 from Allen Winter winter kde org  2010-10-20 02:22:52 ---
David,

FYI: the shortcuts to switch between kontact plugins is Ctrl+1/2/3/4

I tested this works in e35 and kontact4.4 -- both version switch to the
Contacts plugin with Ctrl+3 for example.

-- 
Configure bugmail: https://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 203715] kio_imap4 eats randomly too much cpu

2010-01-07 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=203715





--- Comment #5 from Allen Winter winter kde org  2010-01-07 21:49:20 ---
Here is another, possibly better (untested) patch:

Index: imapparser.cpp
===
--- imapparser.cpp  (revision 1071187)
+++ imapparser.cpp  (working copy)
@@ -262,13 +262,12 @@ imapParser::clientAuthenticate ( KIO::Sl
   }
   cmd = sendCommand (CommandPtr(new imapCommand (AUTHENTICATE,
firstCommand.toLatin1(;

-  while ( true )
-  {
+  int pl = 0;
+  while ( pl != -1  !cmd-isComplete () ) {
 //read the next line
-while (parseLoop() == 0) {
+while ( ( pl = parseLoop() ) == 0) {
   ;
 }
-if ( cmd-isComplete() ) break;

 if (!continuation.isEmpty())
 {

-- 
Configure bugmail: https://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 219247] forwarded email is always shown as attached instead as inlined

2010-01-08 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=219247


Allen Winter win...@kde.org changed:

   What|Removed |Added

 CC||win...@kde.org




--- Comment #2 from Allen Winter winter kde org  2010-01-08 23:23:12 ---
close then??

-- 
Configure bugmail: https://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 220766] When knotes send via net, it doesn't support unicode and force everything convert to ascii. (with patch)

2010-01-09 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=220766


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #2 from Allen Winter winter kde org  2010-01-09 20:24:43 ---
SVN commit 1072266 by winterz:

timchen119's patch for supporting Unicode in notes.
thanks for the patch!
BUG:220766
MERGE: 4.4


 M  +4 -1  knotesnetrecv.cpp  
 M  +6 -6  knotesnetsend.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1072266

-- 
Configure bugmail: https://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 203715] kio_imap4 eats randomly too much cpu

2010-01-13 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=203715





--- Comment #7 from Allen Winter winter kde org  2010-01-13 16:59:20 ---
SVN commit 1074179 by winterz:

backport SVN commit r1074158 by ttrnka:

Properly check errors during authentication to avoid falling into an infinite
loop.

CCBUG:203715


 M  +3 -4  imapparser.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1074179

-- 
Configure bugmail: https://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 220766] When knotes send via net, it doesn't support unicode and force everything convert to ascii. (with patch)

2010-01-16 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=220766





--- Comment #3 from Allen Winter winter kde org  2010-01-16 23:33:36 ---
SVN commit 1075869 by winterz:

backport SVN commit 1072266 by winterz:

timchen119's patch for supporting Unicode in notes.
thanks for the patch!
CCBUG:220766


 M  +4 -1  knotesnetrecv.cpp  
 M  +6 -6  knotesnetsend.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1075869

-- 
Configure bugmail: https://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 220766] When knotes send via net, it doesn't support unicode and force everything convert to ascii. (with patch)

2010-01-16 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=220766





--- Comment #4 from Allen Winter winter kde org  2010-01-16 23:34:15 ---
SVN commit 1075870 by winterz:

backport SVN commit 1072266 by winterz:

timchen119's patch for supporting Unicode in notes.
thanks for the patch!
BUG:220766


 M  +4 -1  knotesnetrecv.cpp  
 M  +6 -6  knotesnetsend.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1075870

-- 
Configure bugmail: https://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 229084] fails to build - cannot find include file: parseholiday.h

2010-03-06 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=229084


Allen Winter win...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Allen Winter winter kde org  2010-03-06 14:57:51 ---
SVN commit 105 by winterz:

add parsers/plan1 to the include_directories() for building on Sun Studio 12U1
BUG: 229084


 M  +2 -0  CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=revrevision=105

-- 
Configure bugmail: https://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


<    1   2   3   4   5   6   7   8   9   10   >