[Akonadi] [Bug 357492] getting notifications for email going to spam folder

2016-09-30 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357492

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #2 from Jonathan Marten  ---
Do you still get notifications if the "Act on new/unread mail in this folder"
option is turned off for the spam folder?

The option is at Menu bar - Folder - Folder Properties - General tab.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[kmail2] [Bug 358216] kmail keeps running in the background after quitting the program

2016-05-19 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358216

Jonathan Marten  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||j...@keelhaul.me.uk

--- Comment #7 from Jonathan Marten  ---
Possible duplicates: bug 363085, bug 361679.

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


[Akonadi] [Bug 362839] Nice option for disabling akonadi on non-PIM computers

2016-05-09 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362839

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---
Is this configuration not available in the current version of akonadiconsole? -
it was in KDE4.
menu bar - Server - Configure Server...

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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #29 from Jonathan Marten  ---
Created attachment 98808
  --> https://bugs.kde.org/attachment.cgi?id=98808=edit
Patch for kdepim

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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #28 from Jonathan Marten  ---
Created attachment 98807
  --> https://bugs.kde.org/attachment.cgi?id=98807=edit
Patch for kdepimlibs

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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #27 from Jonathan Marten  ---
(Continued from comment #26, accidentally submitted)

Obviously that decision was made on the grounds that it is better to export
nothing than something meaningless.

In order to export user visible categories it would be necessary to do a
mapping here from Akonadi tag URLs to category names.  Unfortunately KABC
cannot use Akonadi to do this as it would result in a circular dependency.  One
approach that I have therefore investigated is to generate a mapping between
Akonadi IDs and category names at the start of the export process, and pass
that all the way down to the actual vCard generation.  This means that the
vCard generation only needs to use the map and doesn't need to know about or
call any Akonadi stuff (although it does know about the format of an Akonadi
tag URL).  It's not pretty or elegant, but it works - at least for vCard export
which I have tried so far.  I'd expect that a similar approach could be taken
with vCard import, although there is the complication that new Akonadi tags may
have to be generated if they are not known already.

The patches following are against the KDE/4.14 branch.  I'm not submitting them
for review at this stage, because current PIM effort is concentrating on the
KF5 version, but they are just here for the record and in case anyone wants to
make use of them.

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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #26 from Jonathan Marten  ---
I've done some investigation with kdepim/kdepimlibs 4.14, although it appears
that the code is the same with the current KF5 version.

Currently there is no export or transfer of categories at all, at least with
all of those methods that use vCards.  There is this comment in
kdepimlibs./kabc/vcardtool.cpp:
// Laurent: 31 Jan 2015. Not necessary to export it. When Categories were
changed
as AkonadiTag
// nobody thought that it was break categorie support...
// => not necessary to export just tag...

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


[kmail2] [Bug 362467] printing font ignored

2016-04-29 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362467

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

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


[kaddressbook] [Bug 357374] Huge Skype and Google Talk icons in Contacts panel view

2016-01-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357374

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #4 from Jonathan Marten  ---
Think I implemented the display of these icons, 2 years ago for KDE4.  Assuming
that the code is mostly unchanged, it does:

const QString iconUrl = KUrl::fromPath( KIconLoader::global()->iconPath(
  IMProtocols::self()->icon( typeKey ), -KIconLoader::SizeSmall) ).url();
const QString url = QString::fromLatin1( ""
).arg( iconUrl );

It tries to force the appropriate small size, but it's not certain what happens
if there is no icon of that size available, only larger ones - if the returned
path points to a larger icon then that is what will be seen.  If so, would
setting an explicit width= and height= in the HTML fragment work?

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


[kdepim] [Bug 355992] kdepim-15.08.3 programs fail with "QSystemTrayIcon::setVisible: No Icon set" errors

2015-11-27 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355992

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #1 from Jonathan Marten  ---
Is this under the Plasma 5 desktop?  if so, is DBus set up correctly and
running, with its environment variables set in that terminal window?

Possible duplicate of bug 350785.

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


[kaddressbook] [Bug 332103] Enhancement: Improve interface to sort contacts by tags

2015-11-24 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332103

Jonathan Marten  changed:

   What|Removed |Added

 CC||denis.pr...@wanadoo.fr

--- Comment #9 from Jonathan Marten  ---
*** Bug 275985 has been marked as a duplicate of this bug. ***

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


[kaddressbook] [Bug 275985] no way to display contacts in a given category

2015-11-24 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=275985

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Jonathan Marten  ---
Now implemented.

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

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


[kaddressbook] [Bug 332103] Enhancement: Improve interface to sort contacts by tags

2015-11-24 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332103

Jonathan Marten  changed:

   What|Removed |Added

 CC||malte.ge...@googlemail.com

--- Comment #8 from Jonathan Marten  ---
*** Bug 330335 has been marked as a duplicate of this bug. ***

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


[kaddressbook] [Bug 330335] Support filter by category

2015-11-24 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330335

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||j...@keelhaul.me.uk
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Jonathan Marten  ---
This is now implemented, see duplicate bug.

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

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


[kaddressbook] [Bug 209897] Cannot copy an email address from Kaddressbook

2015-11-24 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=209897

Jonathan Marten  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Jonathan Marten  ---
This is now implemented in current KAddressBook.  Context menu over an email
address displayed in the contact pane now has a "Copy Email Address" action
(and similar for all other items).

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


[kaddressbook] [Bug 320962] Kaddressbook does not allow editing of Categories

2015-11-24 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=320962

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||j...@keelhaul.me.uk
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jonathan Marten  ---
This now appears to be implemented.
Edit contact, click the "..." button alongside the "Categories" display, select
tags as required.

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


[akregator] [Bug 354983] [Feature request]: lock feeds in place

2015-11-07 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354983

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

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