[Bug 307402] crash when attaching a directory

2012-09-29 Thread Michael Monnerie
https://bugs.kde.org/show_bug.cgi?id=307402

--- Comment #2 from Michael Monnerie kde-bugrep...@zmi.at ---
Depends on what big is for you: 29628KB, 92 files.

I don't understand the question did you have access to data ?. I normally
have access to my data, if you mean that.

Anyway, is there a way to switch back to the old behaviour so when I enter a
directory in the attach dialog I'm not asked attach dir? but instead just
change into that dir and show me it's files?

-- 
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 307570] New: Don't always recompress contact photos when saving

2012-09-29 Thread asamk
https://bugs.kde.org/show_bug.cgi?id=307570

Bug ID: 307570
  Severity: normal
   Version: 4.9
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: Don't always recompress contact photos when saving
Classification: Unclassified
OS: Linux
  Reporter: as...@gmx.de
  Hardware: openSUSE RPMs
Status: UNCONFIRMED
 Component: kabc
   Product: kdepimlibs

When editing a contact in kaddressbook the contact photo is always recompressed
when clicking Ok. So everytime I edit a contact the quality of the photo
decreases.

I've had a look at the source code. When a contact is loaded into a
KABC::Addressee object, the base64 photo data is stored into a KABC::Picture
object as a QImage. When the contact is saved, the photo is compressed as jpeg
again (with the default quality 75%).

A solution would be to also save the raw base64 data in KABC::Picture and to
only recompress the photo when it was really changed.

-- 
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 267884] akonadi imap doesn't work with gssapi authentication

2012-09-29 Thread jinto
https://bugs.kde.org/show_bug.cgi?id=267884

ji...@ymail.com changed:

   What|Removed |Added

 CC||ji...@ymail.com

--- Comment #14 from ji...@ymail.com ---
I had have the same problem when i try to establish an unencrypted IMAP
connection. When i turn on TLS everything works fine.

My mail server is dovecot. I've tried it with KDE 4.8.5 (Kubuntu 12.04) and the
KDE Version in Kubuntu 12.10 Beta 2

-- 
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 300898] Tags doesn't work

2012-09-29 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=300898

Myriam Schweingruber myr...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |4.8.x
 Ever confirmed|0   |1

--- Comment #3 from Myriam Schweingruber myr...@kde.org ---
Confirmed by other reporters.

@all: could you please upgrade to KDE 4.9.1 and try again?

-- 
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 307570] Don't always recompress contact photos when saving

2012-09-29 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=307570

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
didn't test but will look at monday.
Thanks for report.

-- 
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 292418] Kmail can't create IMAP top level folders

2012-09-29 Thread András Manţia
https://bugs.kde.org/show_bug.cgi?id=292418

András Manţia aman...@kde.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||aman...@kde.org
 Resolution|FIXED   |---

--- Comment #15 from András Manţia aman...@kde.org ---
Reopening it, as the fix:
a) doesn't work  (as it cannot work)
b) introduces a regression: if the IMAP server doesn't support ACL's with this
change the INBOX will become read-only. That happens because the 

root.setRights( Akonadi::Collection::CanCreateCollection );

call on a Collection that had no previous right set explicitely actually
*removes* the rights and replaces with the only set right. See 
Collection::setRights and Collection::rights.

And it doesn't work, as the default right for the collection is anyway
AllRights, so doing the above call cannot fix the issue.

Laurent, I will revert the change in master and 4.9.

-- 
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 292418] Kmail can't create IMAP top level folders

2012-09-29 Thread András Manţia
https://bugs.kde.org/show_bug.cgi?id=292418

--- Comment #16 from András Manţia aman...@kde.org ---
Git commit 6f795978a6e544ff0bead90b4bca1a0e9b127fb0 by Andras Mantia.
Committed on 29/09/2012 at 21:42.
Pushed by amantia into branch 'master'.

Revert the fix for 292418, as it causes INBOX to be read-only for servers not
supporting ACLs and doesn't fix the bug.

M  +0-1resources/imap/retrievecollectionstask.cpp

http://commits.kde.org/kdepim-runtime/6f795978a6e544ff0bead90b4bca1a0e9b127fb0

-- 
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 292418] Kmail can't create IMAP top level folders

2012-09-29 Thread András Manţia
https://bugs.kde.org/show_bug.cgi?id=292418

--- Comment #17 from András Manţia aman...@kde.org ---
Git commit 0a4b18e366573385aacbf168bb8164f8b486fb1d by Andras Mantia.
Committed on 29/09/2012 at 21:44.
Pushed by amantia into branch 'KDE/4.9'.

Revert the fix for 292418, as it causes INBOX to be read-only for servers not
supporting ACLs and doesn't fix the bug.
(cherry picked from commit 6f795978a6e544ff0bead90b4bca1a0e9b127fb0)

M  +0-1resources/imap/retrievecollectionstask.cpp

http://commits.kde.org/kdepim-runtime/0a4b18e366573385aacbf168bb8164f8b486fb1d

-- 
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 295601] Kmail2 4.8.1 root folder content (INBOX) with Cyrus IMAP is not displayed anymore

2012-09-29 Thread András Manţia
https://bugs.kde.org/show_bug.cgi?id=295601

András Manţia aman...@kde.org changed:

   What|Removed |Added

 CC||aman...@kde.org

--- Comment #4 from András Manţia aman...@kde.org ---
Not showing inbox content can be because of two issues:
- not subscribed to inbox (can happen in some cases)
- the ACL is wrong for inbox (either on the server, or wrongly set in akonadi)

What was the problem in the above mentioned cases I can't say, but this is how
to debug:
- check subscription
- check ACL and attributes for the folder in akonadiconsole
- check if server supports ACL or not (KDAB's does)
- check if the server side ACL is the same as what you see in akonadiconsole

http://techbase.kde.org/Projects/PIM/Akonadi/Debug_IMAP is helpful to debug it.

-- 
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 295893] Data loss on moving mails from one IMAP folder to another within same IMAP account

2012-09-29 Thread András Manţia
https://bugs.kde.org/show_bug.cgi?id=295893

András Manţia aman...@kde.org changed:

   What|Removed |Added

 CC||aman...@kde.org

--- Comment #1 from András Manţia aman...@kde.org ---
Sorry for the late answer about it. We fixed some cases when mail loss could
happen. If you still know, can you tell if the account was offline when you
moved? Did the mails completely disappear or just their body disappeared?

-- 
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 302139] ACLs of the root folder should be checked properly

2012-09-29 Thread András Manţia
https://bugs.kde.org/show_bug.cgi?id=302139

András Manţia aman...@kde.org changed:

   What|Removed |Added

 CC||aman...@kde.org

--- Comment #4 from András Manţia aman...@kde.org ---
See also my comments on 292418

-- 
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 307594] New: akregator crashed after downloading a file on a page linked by an rss feed

2012-09-29 Thread S R
https://bugs.kde.org/show_bug.cgi?id=307594

Bug ID: 307594
  Severity: crash
   Version: 4.8.5
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: akregator crashed after downloading a file on a page
linked by an rss feed
Classification: Unclassified
OS: Linux
  Reporter: swiftswor...@gmail.com
  Hardware: Ubuntu Packages
Status: UNCONFIRMED
 Component: general
   Product: akregator

Application: akregator (4.8.5)
KDE Platform Version: 4.8.5 (4.8.5)
Qt Version: 4.8.1
Operating System: Linux 3.2.0-31-generic-pae i686
Distribution: Ubuntu 12.04.1 LTS

-- Information about the crash:
- What I was doing when the application crashed:
I was downloading a wallpaper from a CNET rss feed(after clicking a link) while
I had konqueror open

-- Backtrace:
Application: Akregator (akregator), signal: Segmentation fault
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0xb3441740 (LWP 18977))]

Thread 2 (Thread 0xa9661b40 (LWP 18989)):
#0  0xb4814c64 in __pthread_mutex_unlock_usercnt () from
/lib/i386-linux-gnu/libpthread.so.0
#1  0xb5e92634 in pthread_mutex_unlock () from /lib/i386-linux-gnu/libc.so.6
#2  0xb477e410 in g_mutex_unlock () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb473ec78 in g_main_context_dispatch () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb473f125 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb473f201 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xb62728e7 in QEventDispatcherGlib::processEvents (this=0xaa100468,
flags=...) at kernel/qeventdispatcher_glib.cpp:426
#7  0xb623e50d in QEventLoop::processEvents (this=0xa9661240, flags=...) at
kernel/qeventloop.cpp:149
#8  0xb623e7a9 in QEventLoop::exec (this=0xa9661240, flags=...) at
kernel/qeventloop.cpp:204
#9  0xb612794c in QThread::exec (this=0xa0954b0) at thread/qthread.cpp:501
#10 0xb621bb5d in QInotifyFileSystemWatcherEngine::run (this=0xa0954b0) at
io/qfilesystemwatcher_inotify.cpp:248
#11 0xb612ade0 in QThreadPrivate::start (arg=0xa0954b0) at
thread/qthread_unix.cpp:298
#12 0xb4811d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#13 0xb5e84ace in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 1 (Thread 0xb3441740 (LWP 18977)):
[KCrash Handler]
#7  0xb6558936 in KEncodingDetector::encoding (this=0xb405e948) at
../../kdecore/localization/kencodingdetector.cpp:680
#8  0xb4e3f257 in KHTMLPart::encoding (this=0xa8c8a10) at
../../khtml/khtml_part.cpp:2677
#9  0xb4e3f570 in KHTMLPart::documentSource (this=0xa8c8a10) at
../../khtml/khtml_part.cpp:1030
#10 0xaf6a575d in ?? () from
/usr/lib/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so
#11 0xaf6a5a3a in ?? () from
/usr/lib/kde4/plugins/accessible/chatwindowaccessiblewidgetfactory.so
#12 0xb0f4f39a in AtSpiAdaptor::notify(int, QAccessibleInterface*, int) () from
/usr/lib/i386-linux-gnu/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
#13 0xb0f30686 in QSpiAccessibleBridge::notifyAccessibilityUpdate(int,
QAccessibleInterface*, int) () from
/usr/lib/i386-linux-gnu/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
#14 0xb6d58ef3 in QAccessible::updateAccessibility (o=0xa6d89f8, who=0,
reason=QAccessible::ObjectShow) at accessible/qaccessible_unix.cpp:118
#15 0xb680a2dd in QWidgetPrivate::show_helper (this=0x96794a0) at
kernel/qwidget.cpp:7559
#16 0xb680a5c1 in QWidget::setVisible (this=0xa6d89f8, visible=true) at
kernel/qwidget.cpp:7764
#17 0xb680a0e8 in show (this=0xa6d89f8) at
../../include/QtGui/../../src/gui/kernel/qwidget.h:494
#18 QWidgetPrivate::showChildren (this=0xe4f5ab8, spontaneous=false) at
kernel/qwidget.cpp:7852
#19 0xb680a180 in QWidgetPrivate::show_helper (this=0xe4f5ab8) at
kernel/qwidget.cpp:7489
#20 0xb680a5c1 in QWidget::setVisible (this=0xe09baa0, visible=true) at
kernel/qwidget.cpp:7764
#21 0xb67f72b6 in QWidgetPrivate::_q_showIfNotHidden (this=0xe4f5ab8) at
kernel/qwidget.cpp:7831
#22 0xb6808f0b in qt_static_metacall (_a=0xcb2bff8, _id=22, _o=0xe09baa0,
_c=optimized out) at .moc/release-shared/moc_qwidget.cpp:188
#23 QWidget::qt_static_metacall (_o=0xe09baa0,
_c=QMetaObject::InvokeMetaMethod, _id=22, _a=0xcb2bff8) at
.moc/release-shared/moc_qwidget.cpp:159
#24 0xb6251c01 in QMetaCallEvent::placeMetaCall (this=0xcdd0f30,
object=0xe09baa0) at kernel/qobject.cpp:525
#25 0xb625ac7b in QObject::event (this=0xe09baa0, e=0xcdd0f30) at
kernel/qobject.cpp:1195
#26 0xb6806e62 in QWidget::event (this=0xe09baa0, event=0xcdd0f30) at
kernel/qwidget.cpp:8821
#27 0xb67aced4 in notify_helper (e=0xcdd0f30, receiver=0xe09baa0,
this=0x8c1be18) at kernel/qapplication.cpp:4559
#28 QApplicationPrivate::notify_helper (this=0x8c1be18, receiver=0xe09baa0,
e=0xcdd0f30) at kernel/qapplication.cpp:4531
#29 0xb67b23a2 in QApplication::notify (this=0x8c1be18, receiver=0xe09baa0,
e=0xcdd0f30) at kernel/qapplication.cpp:4524
#30 

[Bug 307596] New: encryption works but signing does not

2012-09-29 Thread lornerj
https://bugs.kde.org/show_bug.cgi?id=307596

Bug ID: 307596
  Severity: normal
   Version: unspecified
  Priority: NOR
CC: m...@kde.org
  Assignee: kdepim-bugs@kde.org
   Summary: encryption works but signing does not
Classification: Unclassified
OS: other
  Reporter: lorn...@yahoo.com
  Hardware: MS Windows
Status: UNCONFIRMED
 Component: general
   Product: kleopatra

My installation of gpg4win is not working properly for signing emails or files.
 Encryption works normally but when trying to sign a file the passphrase is not
asked in the final step either for email or for files.  If I select encrypt and
sign, the passphrase is asked.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs