[kmail2] [Bug 401760] New: RFE: Support enigmail style subject encryption

2018-12-04 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=401760

Bug ID: 401760
   Summary: RFE: Support enigmail style subject encryption
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: crypto
  Assignee: kdepim-bugs@kde.org
  Reporter: net...@crc.id.au
  Target Milestone: ---

As per the enigmail documentation, it would be great to have this feature
compatible within kmail.

https://www.enigmail.net/index.php/en/user-manual/handbook-faq#How_can_I_encrypt_the_Subject.3F

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-06-25 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #105 from Steven Haigh  ---
Probably the same issue. Its been around for ever and I'm not sure anyone
cares...

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-20 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #98 from Steven Haigh  ---
Thanks for the link.

@Daniel Vrátil - Can you please advise on the thoughts to resolve this?

Seems to be a long standing / high impact issue with no progress.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-20 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #96 from Steven Haigh  ---
Thanks for the additional info - would it be too much to ask to find the
previous patch?

I guess the idea was along the lines of a LIMIT 1 in scenarios where more than
one result would kill the world.

Ideally, this could be a runtime fix - and the fsck ability of akondactl could
remove duplicate entries.

I still use this code in the SQL tab of akonadiconsole:
DELETE FROM pimitemtable WHERE pimitemtable.id in (
SELECT id FROM (
SELECT id FROM pimitemtable
LEFT OUTER JOIN (
SELECT MIN(pimitemtable.id) as RowId, pimitemtable.remoteId,
pimitemtable.collectionId FROM pimitemtable GROUP by pimitemtable.remoteId,
pimitemtable.collectionId
)
as KeepRows ON pimitemtable.id = KeepRows.RowId
WHERE KeepRows.RowId IS NULL
) AS foo
)

Source:
https://wiki.meurisse.org/wiki/Workarounds#Kmail:_Multiple_merge_candidates.2C_aborting

This seems to resurrect things until it occurs again.

Still annoying and really needs to be fixed.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-18 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #94 from Steven Haigh  ---
Interestingly, I disabled the local filters on my gmail account today from
within Kmail and haven't had to restart akonadi all day.

Maybe there is something within the local filters that causes things to die?

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-18 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #93 from Steven Haigh  ---
I use kmail with Dovecot + Sieve at home - and I never seem to have an issue.

I use kmail with Gmail at work with local filters, and it dies multiple times a
day. Every time it requires the documented (in this report anyway) SQL query to
fix and a restart of the akonadi services via akonadictl restart.

Same distro, same kmail / framework versions.

I'm in the middle of setting up a local set of folders and syncing the gmail
account with offlineimap to see if that suffers the same problem - but I think
this is going to be the only workaround that is somewhat reliable...

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-17 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #90 from Steven Haigh  ---
So as we're now looking at nearly 4 years on with this issue, are we any closer
to looking for a final resolution?

I see new commits on the kmail git repo, but it looks like there's only one
person looking after it?

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-03-01 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #89 from Steven Haigh  ---
Well, me being a sucker for punishment - with a new laptop - I set up kmail on
a fresh install of Fedora 27.

Sync'ed my gmail account to it.

The very next day, hit by this problem.

>From the console:
org.kde.pim.akonadicore: Creating/updating items from the akonadi database
failed: "Unknown error."
org.kde.pim.akonadicore: Creating/updating items from the akonadi database
failed: "Unknown error."
org.kde.pim.akonadicore: Creating/updating items from the akonadi database
failed: "Unknown error."
org.kde.pim.akonadicore: Creating/updating items from the akonadi database
failed: "Unknown error."
org.kde.pim.akonadicore: Creating/updating items from the akonadi database
failed: "Multiple merge candidates, aborting"

So yeah - this is still an issue.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-02-18 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #87 from Steven Haigh  ---
I never had problems sending - only receiving...

I've often wondered if the 'IMAP' connection to gmail goes away unexpectedly
that it causes this problem - but have had no real way to prove this.

Just leaving kmail open for a couple of hours with the auto-check for every
10-15 minutes is enough to cause the problem. It seems to get worse when using
mail filters - as I have quite a few.

In fact, thinking out loud, I wonder if the mail filters have any contribution
to this?

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-02-18 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #85 from Steven Haigh  ---
That is interesting.

I am currently using Fedora 27 - which includes dovecot 2.2.33 without issues.
In fact, I'm not sure I have ever seen this issue with dovecot as the IMAP
server.

My problems are purely with the gmail integration. I was assuming that this
problem only affects gmail.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2018-02-17 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #83 from Steven Haigh  ---
Heh - funny you should mention this - I've recently had to do the same for my
work gmail based mail. Thunderbird is s slow by comparison - kmail is
clearly better - but having mail break a dozen times a day isn't usable.

I still use kmail for my home dovecot IMAP mail - and its perfect - but akonadi
really doesn't like gmail at all.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-12-18 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #80 from Steven Haigh  ---
Just to give this a nudge, I still see this with 17.12 on Fedora 27.

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

[kmail2] [Bug 388005] Impossible to send emails : "Connection to server interrupted".

2017-12-18 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=388005

Steven Haigh  changed:

   What|Removed |Added

 CC||net...@crc.id.au

--- Comment #1 from Steven Haigh  ---
On a similar note, using Fedora 27 + 17.12 kmail, I get the following error
with smtp.gmail.com:

"Failed to transport message. Server error"

I can't find any way to display what the error actually is - but this was
working prior to the 17.12 update.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381180] UI is horrible over ssh + X-Forward connection

2017-10-03 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381180

--- Comment #5 from Steven Haigh  ---
On the laptop I ssh into to run kmail:
# dnf list mesa*
Last metadata expiration check: 0:38:08 ago on Wed 04 Oct 2017 12:56:14 AEDT.
Installed Packages
mesa-dri-drivers.x86_64
17.2.1-1.fc27  
 @updates-testing
mesa-filesystem.x86_64 
17.2.1-1.fc27  
 @updates-testing
mesa-libEGL.x86_64 
17.2.1-1.fc27  
 @updates-testing
mesa-libGL.x86_64  
17.2.1-1.fc27  
 @updates-testing
mesa-libGLU.x86_64 
9.0.0-13.fc27  
 @fedora
mesa-libOpenCL.x86_64  
17.2.1-1.fc27  
 @updates-testing
mesa-libgbm.x86_64 
17.2.1-1.fc27  
 @updates-testing
mesa-libglapi.x86_64   
17.2.1-1.fc27  
 @updates-testing
mesa-libwayland-egl.x86_64 
17.2.1-1.fc27  
 @updates-testing
mesa-libxatracker.x86_64   
17.2.1-1.fc27  
 @updates-testing

On the machine I'm SSH'ing FROM:
# dnf list mesa*
Last metadata expiration check: 0:22:26 ago on Wed 04 Oct 2017 13:11:39 AEDT.
Installed Packages
mesa-dri-drivers.i686  
17.2.1-1.fc27  
 @updates-testing
mesa-dri-drivers.x86_64
17.2.1-1.fc27  
 @updates-testing
mesa-filesystem.i686   
17.2.1-1.fc27  
 @updates-testing
mesa-filesystem.x86_64 
17.2.1-1.fc27  
 @updates-testing
mesa-libEGL.i686   
17.2.1-1.fc27  
 @updates-testing
mesa-libEGL.x86_64 
17.2.1-1.fc27  
 @updates-testing
mesa-libGL.i686
17.2.1-1.fc27  
 @updates-testing
mesa-libGL.x86_64  
17.2.1-1.fc27  
 @updates-testing
mesa-libGLU.x86_64 
9.0.0-13.fc27  
 @fedora
mesa-libOpe

[kmail2] [Bug 381180] UI is horrible over ssh + X-Forward connection

2017-10-03 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381180

--- Comment #3 from Steven Haigh  ---
Output from the shell:

$ dbus-launch kmail
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Could not initialize GLX
KCrash: Application 'kmail' crashing...
KCrash: Attempting to start /usr/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5_localhost_10
kf5.kwidgetsaddons: Invalid pixmap specified.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
No XVisualInfo for format QSurfaceFormat(version 2.0, options
QFlags(), depthBufferSize -1, redBufferSize 1,
greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1,
samples -1, swapBehavior QSurfaceFormat::SwapBehavior(SingleBuffer),
swapInterval 1, profile  QSurfaceFormat::OpenGLContextProfile(NoProfile))
Falling back to using screens root_visual.

[1]+  Stopped dbus-launch kmail

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381180] UI is horrible over ssh + X-Forward connection

2017-10-03 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381180

--- Comment #2 from Steven Haigh  ---
I also note that with the latest kmail, I get the following crash when trying
to start kmail and forward its UI to my desktop via SSH:

Application: kmail (kmail), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#4  0x7f28cc5766bb in raise () from /lib64/libc.so.6
#5  0x7f28cc578447 in abort () from /lib64/libc.so.6
#6  0x7f28cd2a5941 in QMessageLogger::fatal(char const*, ...) const () from
/lib64/libQt5Core.so.5
#7  0x7f289e540004 in QGLXContext::init(QXcbScreen*,
QPlatformOpenGLContext*) () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#8  0x7f289e53dd87 in
QXcbGlxIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () from
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so
#9  0x7f28a0e49971 in
QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () from
/lib64/libQt5XcbQpa.so.5
#10 0x7f28cd9d08bf in QOpenGLContext::create() () from
/lib64/libQt5Gui.so.5
#11 0x7f28c3425b44 in QtWebEngineCore::initialize() () from
/lib64/libQt5WebEngineCore.so.5
#12 0x7f28cd457f8f in QCoreApplicationPrivate::init() () from
/lib64/libQt5Core.so.5
#13 0x7f28cd995e6c in QGuiApplicationPrivate::init() () from
/lib64/libQt5Gui.so.5
#14 0x7f28ce09c8a9 in QApplicationPrivate::init() () from
/lib64/libQt5Widgets.so.5
#15 0x7f28d291e9a4 in
KontactInterface::PimUniqueApplication::PimUniqueApplication(int&, char***) ()
from /lib64/libKF5KontactInterface.so.5
#16 0x558b7a3e1a42 in main ()

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 378315] KMail crash on logout

2017-07-06 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=378315

--- Comment #10 from Steven Haigh  ---
I can confirm that this still occurs with:

$ rpm -qa | grep qtwebengine
qt5-qtwebengine-5.9.0-4.fc26.x86_64

$ rpm -qa | grep kmail | sort
kf5-kmailtransport-17.04.1-1.fc26.x86_64
kf5-kmailtransport-akonadi-17.04.1-1.fc26.x86_64
kmail-17.04.1-3.fc26.x86_64
kmail-account-wizard-17.04.1-1.fc26.x86_64
kmail-libs-17.04.1-3.fc26.x86_64

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-06-28 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=338658

Steven Haigh  changed:

   What|Removed |Added

 CC||net...@crc.id.au

--- Comment #76 from Steven Haigh  ---
For what its worth, I still see this with Fedora 26.

 rpm -qa | grep kmail | sort
kf5-kmailtransport-17.04.1-1.fc26.x86_64
kf5-kmailtransport-akonadi-17.04.1-1.fc26.x86_64
kmail-17.04.1-3.fc26.x86_64
kmail-account-wizard-17.04.1-1.fc26.x86_64
kmail-libs-17.04.1-3.fc26.x86_64

$ rpm -qa | grep akonadi | sort
akonadi-calendar-tools-17.04.1-1.fc26.x86_64
akonadiconsole-17.04.1-1.fc26.x86_64
akonadi-import-wizard-17.04.1-1.fc26.x86_64
kf5-akonadi-calendar-17.04.1-1.fc26.x86_64
kf5-akonadi-contacts-17.04.1-1.fc26.x86_64
kf5-akonadi-mime-17.04.1-1.fc26.x86_64
kf5-akonadi-notes-17.04.1-1.fc26.x86_64
kf5-akonadi-search-17.04.1-1.fc26.x86_64
kf5-akonadi-server-17.04.1-3.fc26.x86_64
kf5-akonadi-server-mysql-17.04.1-3.fc26.x86_64
kf5-kmailtransport-akonadi-17.04.1-1.fc26.x86_64
kf5-libkdepim-akonadi-17.04.1-1.fc26.x86_64
kf5-mailimporter-akonadi-17.04.1-1.fc26.x86_64
kf5-pimcommon-akonadi-17.04.1-1.fc26.x86_64

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

[kmail2] [Bug 381181] akonadiserver is launched every time kmail starts via SSH X-Forwarding.

2017-06-14 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381181

--- Comment #2 from Steven Haigh  ---
I should mention that I connect to my laptop via:

I connect to my laptop via:
$ ssh -C -Y username@

Then launch kmail via:
$ dbus-launch kmail

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381181] akonadiserver is launched every time kmail starts via SSH X-Forwarding.

2017-06-13 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381181

--- Comment #1 from Steven Haigh  ---
May also be related to:
https://bugs.kde.org/show_bug.cgi?id=381180

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381181] New: akonadiserver is launched every time kmail starts via SSH X-Forwarding.

2017-06-13 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381181

Bug ID: 381181
   Summary: akonadiserver is launched every time kmail starts via
SSH X-Forwarding.
   Product: kmail2
   Version: 5.5.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-bugs@kde.org
  Reporter: net...@crc.id.au
  Target Milestone: ---

Created attachment 106093
  --> https://bugs.kde.org/attachment.cgi?id=106093&action=edit
Output of ps after multiple remote kmail launches.

When launching kmail over SSH with X-Forwarding enabled, I notice that an
instance of akonadiserver starts for every time kmail is launched - but it
doesn't quit after quitting kmail.

This leads to multiple akonadiserver processes running.

Have attached the output of a ps due to anti-spam rules.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381180] UI is horrible over ssh + X-Forward connection

2017-06-13 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381180

--- Comment #1 from Steven Haigh  ---
On a possibly related issue, I notice I have issues marking messages as read
when using kmail via this method.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381180] New: UI is horrible over ssh + X-Forward connection

2017-06-13 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=381180

Bug ID: 381180
   Summary: UI is horrible over ssh + X-Forward connection
   Product: kmail2
   Version: 5.5.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-bugs@kde.org
  Reporter: net...@crc.id.au
  Target Milestone: ---

I run kmail over SSH at times when I have a desktop system available.

I connect to my laptop via:
$ ssh -C -Y username@

When I log in, I currently have to issue 'akonadictl stop' from the laptop
keyboard.

At this point, I can usually launch kmail via SSH:
$ dbus-launch kmail
akonadi.collectionattributetable   OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation  OK
akonadi.collectiontableOK
akonadi.flagtable  OK
akonadi.mimetypetable  OK
akonadi.parttable  OK
akonadi.parttypetable  OK
akonadi.pimitemflagrelationOK
akonadi.pimitemtable   OK
akonadi.pimitemtagrelation OK
akonadi.relationtable  OK
akonadi.relationtypetable  OK
akonadi.resourcetable  OK
akonadi.schemaversiontable OK
akonadi.tagattributetable  OK
akonadi.tagremoteidresourcerelationtable   OK
akonadi.tagtable   OK
akonadi.tagtypetable   OK
org.kde.pim.webengineviewer:  It's not necessary to check database now
QSystemTrayIcon::setVisible: No Icon set
this does not work on a KActionCollection containing actions!
QDBusConnection: name 'org.kde.kwalletd5' had owner '' but we thought it was
':1.3'
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted

It seems that when I do this, there are no icons or any type of theme applied
to the UI. Text labels are visible, but no icons.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 380855] kmail crashes with signal 11 on logout

2017-06-13 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=380855

--- Comment #2 from Steven Haigh  ---
Correct - to be a pain in the backside, this *only* crashes when I log out.

I can open and close kmail as many times as I like within the session and am
unable to trigger the crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 380855] New: kmail crashes with signal 11 on logout

2017-06-04 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=380855

Bug ID: 380855
   Summary: kmail crashes with signal 11 on logout
   Product: kmail2
   Version: 5.5.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: net...@crc.id.au
  Target Milestone: ---

After using kmail for a while, when I log out of my KDE session, kmail will
trigger the crash handler for a signal 11 quit.

I have not been able to grab any additional information about the crash - as
the crash handler is terminated as part of the logout before any useful
information is retrieved.

I am currently using the Fedora 26 packages with updates-testing enabled.

More than happy to try and debug this if suggestions can be made on how to
capture the crash details.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 380381] New: RFE: "When entering a folder" option request

2017-05-30 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=380381

Bug ID: 380381
   Summary: RFE: "When entering a folder" option request
   Product: kmail2
   Version: 5.5.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-bugs@kde.org
  Reporter: net...@crc.id.au
  Target Milestone: ---

Its always been a long standing annoyance that if I select the option "Jump to
First Unread Message", and then navigate to a folder that has no unread
messages, you just see the first message in the list - ie it goes nowhere.

It almost seems like a useful option would be "First unread message (if there
is one), otherwise the newest message".

This would allow the user to click into a folder, go from the first unread
message, read what is required, then go on to the next folder - and essentially
come back to where he was before moving off to another folder.

This may include another mixture of "First unread message, else last selected
message".

I would be happy with either of the above options - or maybe both - or maybe
even a rethink of this paradigm.

Posting as an RFE for discussion.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 283020] Store Kmail Tags in IMAP flags, like Thunderbird

2017-05-30 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=283020

--- Comment #23 from Steven Haigh  ---
I've just gotten around to toying with kmail again in Fedora 26 Alpha.

I like it as a general client - but glaring shortcomings such as shared labels
/ tags are just about deal breakers.

Right now, I use roundcube mail when I'm out and about, k-9 Mail on android,
and currently thunderbird on desktops (which I really want to replace with
kmail) - and these 3 have no problems with the basic, well agreed tags /
labels.

I have hope that one day I can check this off the list of annoyances with kmail
:)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 380292] akonadi_imap_resource crash trying to modify IMAP account in kmail

2017-05-28 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=380292

--- Comment #1 from Steven Haigh  ---
This may actually be a duplicate of 379155 - but I will let someone more
knowledgeable than me make that call.

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

[Akonadi] [Bug 380292] New: akonadi_imap_resource crash trying to modify IMAP account in kmail

2017-05-28 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=380292

Bug ID: 380292
   Summary: akonadi_imap_resource crash trying to modify IMAP
account in kmail
   Product: Akonadi
   Version: 5.5.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: IMAP resource
  Assignee: chrig...@fastmail.fm
  Reporter: net...@crc.id.au
CC: kdepim-bugs@kde.org, vkra...@kde.org
  Target Milestone: ---

When trying to modify an IMAP account via kmail Settings -> Configure Kmail ->
Accounts

Then try to click 'Modify...' on 'IMAP Account 4' (the only imap mail 
account), nothing happens. In the system journal, I can see that 
akonadi_imap_resource has crashed. Dump below.

$ rpm -qa | grep -i Akonadi | sort
akonadi-1.13.0-103.fc26.x86_64
akonadi-import-wizard-17.04.1-1.fc26.x86_64
kf5-akonadi-calendar-17.04.1-1.fc26.x86_64
kf5-akonadi-contacts-17.04.1-1.fc26.x86_64
kf5-akonadi-mime-17.04.1-1.fc26.x86_64
kf5-akonadi-notes-17.04.1-1.fc26.x86_64
kf5-akonadi-search-17.04.1-1.fc26.x86_64
kf5-akonadi-server-17.04.1-3.fc26.x86_64
kf5-akonadi-server-mysql-17.04.1-3.fc26.x86_64
kf5-kmailtransport-akonadi-17.04.1-1.fc26.x86_64
kf5-libkdepim-akonadi-17.04.1-1.fc26.x86_64
kf5-mailimporter-akonadi-17.04.1-1.fc26.x86_64
kf5-pimcommon-akonadi-17.04.1-1.fc26.x86_64

$ rpm -qa | grep -i kmail | sort
kf5-kmailtransport-17.04.1-1.fc26.x86_64
kf5-kmailtransport-akonadi-17.04.1-1.fc26.x86_64
kmail-17.04.1-1.fc26.x86_64
kmail-account-wizard-17.04.1-1.fc26.x86_64
kmail-libs-17.04.1-1.fc26.x86_64

akonadi_control[1868]: org.kde.pim.akonadicontrol: ProcessControl: Application 
"/usr/bin/akonadi_imap_resource" stopped unexpectedly ( "Process crashed" )
akonadi_control[1868]: org.kde.pim.akonadicontrol: Application '/usr/bin/
akonadi_imap_resource' crashed. No restart!
systemd-coredump[2857]: Process 2620 (akonadi_imap_re) of user 5000 dumped 
core.

Stack trace of thread 2620:
#0  0x7f8dfbaa0801 _ZNK13MailTransport10ServerTest15normalProtocolsEv 
(libKF5MailTransport.so.5)
#1  0x5583292df625 _ZN11SetupServer17slotSafetyChangedEv 
(akonadi_imap_resource)
#2  0x7f8df73a84b7 _ZN11QMetaObject8activateEP7QObjectiiPPv 
(libQt5Core.so.5)
#3  0x7f8df7e74012 _ZN9QLineEdit11textChangedERK7QString 
(libQt5Widgets.so.5)
#4  0x7f8df7e7a7d1 
_ZN9QLineEdit18qt_static_metacallEP7QObjectN11QMetaObject4CallEiPPv 
(libQt5Widgets.so.5)
#5  0x7f8df73a8383 _ZN11QMetaObject8activateEP7QObjectiiPPv 
(libQt5Core.so.5)
#6  0x7f8df7f03bf5 _ZN18QWidgetLineControl11textChangedERK7QString 
(libQt5Widgets.so.5)
#7  0x7f8df7f06ec6 _ZN18QWidgetLineControl12finishChangeEibb 
(libQt5Widgets.so.5)
#8  0x7f8df7f071de _ZN18QWidgetLineControl15internalSetTextERK7QStringib 
(libQt5Widgets.so.5)
#9  0x7f8df7e75d9c _ZN9QLineEdit7setTextERK7QString (libQt5Widgets.so.5)
#10 0x5583292de251 _ZN11SetupServer12readSettingsEv 
(akonadi_imap_resource)
#11 0x5583292e139c _ZN11SetupServerC1EP16ImapResourceBasey 
(akonadi_imap_resource)
#12 0x5583292d917d _ZN12ImapResource21createConfigureDialogEy 
(akonadi_imap_resource)
#13 0x5583292eca6d _ZN16ImapResourceBase9configureEy 
(akonadi_imap_resource)
#14 0x7f8dfa5a48c3 
_ZN23Akonadi__ControlAdaptor11qt_metacallEN11QMetaObject4CallEiPPv 
(libKF5AkonadiAgentBase.so.5)
#15 0x7f8dfc711458 
_ZN22QDBusConnectionPrivate11deliverCallEP7QObjectiRK12QDBusMessageRK7QVectorIiEi
 
(/usr/lib64/libQt5DBus.so.5.7.1)
#16 0x7f8dfc716425 
_ZN22QDBusConnectionPrivate12activateCallEP7QObjectiRK12QDBusMessage.part.147 
(/usr/lib64/libQt5DBus.so.5.7.1)
#17 0x7f8dfc716d3d 
_ZN22QDBusConnectionPrivate14activateObjectERNS_14ObjectTreeNodeERK12QDBusMessagei
 
(/usr/lib64/libQt5DBus.so.5.7.1)
#18 0x7f8dfc71949e _ZN24QDBusActivateObjectEvent13placeMetaCallEP7QObject 
(/usr/lib64/libQt5DBus.so.5.7.1)
#19 0x7f8df73a9199 _ZN7QObject5eventEP6QEvent (libQt5Core.so.5)
#20 0x7f8df7d37d9c 
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
#21 0x7f8df7d3f3d4 _ZN12QApplication6notifyEP7QObjectP6QEvent 
(libQt5Widgets.so.5)
#22 0x7f8df7380b8b 
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
#23 0x7f8df7382d6b 
_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData 
(libQt5Core.so.5)
#24 0x7f8df73cfc73 _ZL23postEventSourceDispatchP8_GSourcePFiPvES1_ 
(libQt5Core.so.5)
#25 0x7f8de8eb3277 g_main_context_dispatch (libglib-2.0.so.0)
#26 0x7f8de8eb3618 g_main_context_iterate.isra.25 (libglib-2.0.so.0)
#27 0x7f8de8eb36ac g_main_context_iteration (libglib-2.0.so.0)
#28 0x7f8df73cfcef 
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
 
(libQt5Core.so.5)
#29 0x7f8df737fb8a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE 
(libQt5Core.so.5)
#30 0x7f8df73877dc _ZN16QCoreApplication4execEv (libQt5Core.so

[kmail2] [Bug 283020] Store Kmail Tags in IMAP flags, like Thunderbird

2015-06-11 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=283020

--- Comment #14 from Steven Haigh  ---
Its been a good 6 months since the last comment on here. Any chance of a status
update?

-- 
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 283020] Store Kmail Tags in IMAP flags, like Thunderbird

2015-06-11 Thread Steven Haigh
https://bugs.kde.org/show_bug.cgi?id=283020

Steven Haigh  changed:

   What|Removed |Added

 CC||net...@crc.id.au

--- Comment #13 from Steven Haigh  ---
Its been a good 6 months since the last comment on here. Any chance of a status
update?

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