[akregator] [Bug 445351] Akregator always wants to recover the session on boot

2023-10-17 Thread PK
https://bugs.kde.org/show_bug.cgi?id=445351

PK  changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #5 from PK  ---
When I perform the steps to get the akregator window in front of me, I close it
and open it, it is completely as it should be. But when I close the akregator
window, open the konsole and give the command "killall akregator" and then open
akregator again. it suddenly doesn't know what to do with the session...

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-10-13 Thread PK
https://bugs.kde.org/show_bug.cgi?id=461400

--- Comment #52 from PK  ---
(In reply to Ray from comment #48)
> believe it or not, but as I mentioned - upgrading networkmanager (from
> lunar) is a valid workaround. I've done this on several machines by now,
> other people who tried didn't restart networkmanager or their machines or
> something else.
> But probably we should mention this on a developer channel, but I didn't
> dare to do that. What do you think?
> 
> 
> It looks like we've found a workaround.
> Installing network-manager from lunar repository does the trick
> Here you can read why this works:
> https://discuss.kde.org/t/on-kde-neon-kmail-and-whole-akonadi-stays-offline-
> after-suspend-or-when-reestablishing-a-network-connection/1425/5

I tried again and now your workaround works on my system too!
Thank you for finding this workaround and thank you for the accurate and easy
help you gave...

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-10-13 Thread PK
https://bugs.kde.org/show_bug.cgi?id=461400

--- Comment #51 from PK  ---
To elaborate on my comment 47 some more... On my systems when coming out of
sleep, kmail says it is "offline" and it won't send email. Now when I give in
the konsole: akonadictl start, then akonadi says: I am already running.
But, when I give in the konsole the command: akonadictl restart, then, after a
short time kmail works as it should. On my systems this is 100% reproducible.
So that is why I though putting this command in a file in the folder
/usr/lib/systemd/system-sleep/ , as I also describe in comment 47, but for
reasons I do not understand, this doesn't work.

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-10-13 Thread PK
https://bugs.kde.org/show_bug.cgi?id=461400

--- Comment #50 from PK  ---
(In reply to Ray from comment #48)
> believe it or not, but as I mentioned - upgrading networkmanager (from
> lunar) is a valid workaround. I've done this on several machines by now,
> other people who tried didn't restart networkmanager or their machines or
> something else.
> But probably we should mention this on a developer channel, but I didn't
> dare to do that. What do you think?
> 
> 
> It looks like we've found a workaround.
> Installing network-manager from lunar repository does the trick
> Here you can read why this works:
> https://discuss.kde.org/t/on-kde-neon-kmail-and-whole-akonadi-stays-offline-
> after-suspend-or-when-reestablishing-a-network-connection/1425/5

I have done this, but in my case the lunar nm didn't help. I will try again.
But "akonadictl restart" in the console always works on my system. 100%
reproducible.

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-10-13 Thread PK
https://bugs.kde.org/show_bug.cgi?id=461400

PK  changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #47 from PK  ---

(In reply to ioo+kde from comment #42)
> I do not expect this bug will get addressed soon.
> 
> I have been trying a work around of trying to automate the task by runing
> akonadictl from the systemd sleep script when the laptop resumes from sleep
> from here: /usr/lib/systemd/system-sleep/.
> 
> It is no easy task, I cannot find a way to run the process so that it
> attaches to the current user session. I have tried exporting several
> environmental variables but akonadi always crashes or reports that it is not
> started. I think I need the DBUS_SESSION_BUS_ADDRESS but it isn't easy to
> get.
> 
> Has anyone else tried a similar workaround?

Not an easy task indeed! I tried all sorts of things but they all didn't work.
Finally I looked in the folder /usr/lib/systemd/system-sleep/ and there is
another file named "hdparm". In this file I find:

#!/bin/sh

case $1 in
  post)
/usr/lib/pm-utils/power.d/95hdparm-apm resume
;;
esac

So now I copied this file change the name and changed the content to:

#!/bin/sh

case $1 in
  post)
/usr/bin/akonadictl restart
;;
esac

I thought perhaps I found the golden key. But this also didn't work...

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

[kmail2] [Bug 310694] Kmail thinks it is offline, switching online as offered does not work

2023-10-11 Thread PK
https://bugs.kde.org/show_bug.cgi?id=310694

--- Comment #20 from PK  ---
(In reply to PK from comment #19)
> On my system too
> 
> After resume from sleep kmail is always offline. A akonadictl resume in the
> konsole solves it often.
> 
> Operating System: KDE neon 5.27
> KDE Plasma Version: 5.27.8
> KDE Frameworks Version: 5.110.0
> Qt Version: 5.15.10
> Kernel Version: 6.2.0-26-generic (64-bit)
> Graphics Platform: Wayland
> Processors: 4 × Intel® Core™ i5-6300U CPU @ 2.40GHz
> Memory: 7.6 GiB of RAM
> Graphics Processor: Mesa Intel® HD Graphics 520
> Manufacturer: Dell Inc.
> Product Name: Latitude 5480

sorry, I meant "akonadictl restar".

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

[kmail2] [Bug 310694] Kmail thinks it is offline, switching online as offered does not work

2023-10-11 Thread PK
https://bugs.kde.org/show_bug.cgi?id=310694

PK  changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #19 from PK  ---
On my system too

After resume from sleep kmail is always offline. A akonadictl resume in the
konsole solves it often.

Operating System: KDE neon 5.27
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.2.0-26-generic (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-6300U CPU @ 2.40GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 520
Manufacturer: Dell Inc.
Product Name: Latitude 5480

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2020-05-12 Thread PK
https://bugs.kde.org/show_bug.cgi?id=404990

--- Comment #127 from PK  ---
I followed Aldo Latino of comment 126 and it worked flawlessly! Thank you so
much! I hope others don't have this problem.
But thank you!

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2020-05-12 Thread PK
https://bugs.kde.org/show_bug.cgi?id=404990

--- Comment #124 from PK  ---
To my regret I must say that on my system it doesn't work (completely).
- to start I tried configuring kmail using the new tool in the systemsettings
and that didn't work at all
- the I used the good old account wizzard of kmail itself and that went fine.
Only when I, some time later, tried to send an email, it went wrong. 
I was informed that to send an email I had to use a app-specific password or
so.

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2019-10-16 Thread PK
https://bugs.kde.org/show_bug.cgi?id=404990

--- Comment #67 from PK  ---
Created attachment 123235
  --> https://bugs.kde.org/attachment.cgi?id=123235=edit
kmail settings

I managed to get kmail going by walking the road that leads to the failure
message of Google but stil saying "create account" in kmail.
After that when you go to the kmail settings there is (in my case) one
gmail-item under "receive" (ontvangen) and one gmail item under "send"
(verzenden). By dubbel-clicking on those items you can open them and edit them.
There you can fil in the following:

receive...

- Imap server: imap.gmail.com
connection settings
- SSL/TLS
- 993
- PLAIN

send...
- smtp.googlemail of gmail.com
connection settings
- starttls
- 587
- PLAIN
(of topic - this is one thing I really like about Evolution Mail (gnome): you
only have to fill in your Google credentials ONE TIME in the system settings
(on line accounts) and calendar, contacts and email work! Oh how I wish that
the kontact pim suite would get this!)

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2019-07-26 Thread PK
https://bugs.kde.org/show_bug.cgi?id=404990

--- Comment #15 from PK  ---
So bwl what is your story? Apart from that you are using openSUSE Tumbelweed
etc?
If i had to take a gamble I would say that you can't (again) setup a Gmail
account in Kmail.
At least that is at the moment my problem. 
I am using Debian (bullseye) testing. Plasma 5.14.5.
The issue, dating from march 2019, repeats itself. I get the same error message
from Google and my gmail-account is not set up in Kmail.

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2019-05-20 Thread PK
https://bugs.kde.org/show_bug.cgi?id=393421

--- Comment #61 from PK  ---
Is anything happening with this bug? There are many reactions. E.g. a father
with a son who is visually handicapped and also the very respected Nate Graham
took the time to explain why this html-bar is a mistake - and he explained very
clear! I can only imagine that if he enters this discussion something must be
very wrong! When are you reverting this change? Kmail is becoming a very good
application. Stop messing it up!

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2019-03-07 Thread PK
https://bugs.kde.org/show_bug.cgi?id=404990

--- Comment #6 from PK  ---
Dear Joco,
I tried setting up my gmail-account in kmail without succes. This afternoon I
looked in the /Settings menu under /Kmail Settings (bottom entry). Then with
"Accounts"  highlighed on the left side (upper entry) I noticed that everything
in the "send"  and " receive" tabs was already filled out!
I only had to give the generated password in both tabs and kmail worked like a
charm. Easier than i thought.

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

[Akonadi] [Bug 404990] New: Sign in with Google temporarily disabled for this app

2019-03-02 Thread PK
https://bugs.kde.org/show_bug.cgi?id=404990

Bug ID: 404990
   Summary: Sign in with Google temporarily disabled for this app
   Product: Akonadi
   Version: unspecified
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: IMAP resource
  Assignee: kdepim-bugs@kde.org
  Reporter: pieterkristen...@gmail.com
  Target Milestone: ---

SUMMARY
It is impossible for me to set up a gmail account in Kmail. I use imap and
OAuth2. When i select "yes"  in the message sent to my mobile phone, there
appears a screen of the kmail account whizzard saying: "Sign in with Google
temporarily disabled for this app". This happens on Debian testing but today I
tried on Neon User Edition too and got the same result.

STEPS TO REPRODUCE
1. start with a clean Debian testing/Neon User Edition installation
2. try to create a gmail account in kmail using the account whizzard
3. in my case (imap OAuth2) it ends with a screen saying: "Sign in with Google
temporarily disabled for this app" 

OBSERVED RESULT
No gmail account is set up

EXPECTED RESULT
I get a working gmail account in kmail

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian testing / Neon User Edition
(available in About System)
KDE Plasma Version: Debian testing 5.14.5 / Neon User Edition 5.15.2
KDE Frameworks Version: Debian 5.54.0
Qt Version: Debian 5.11.3

ADDITIONAL INFORMATION

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2019-02-05 Thread PK
https://bugs.kde.org/show_bug.cgi?id=393421

--- Comment #54 from PK  ---
What starts to puzzle me about this whole discussion is that no one ever took
the trouble of explaining why this bar had to be fixed. Why so many faithful
users had to be "kicked against the sore leg" as we say in my country.
It seems to me that there must be a really simple and good explanation to take
a measure that harsh that also ruins the looks of your application.
What is this reason? Please explain.

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

[kmail2] [Bug 351222] messagelist column widths lost when program closed

2018-09-26 Thread PK
https://bugs.kde.org/show_bug.cgi?id=351222

--- Comment #4 from PK  ---
At least on my machine this annoying bug stopped occurring suddenly only two
weeks ago. I use kde Neon user edition and my kmail2 version is 5.9.1.
Great to see!

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-08-18 Thread PK
https://bugs.kde.org/show_bug.cgi?id=393421

--- Comment #24 from PK  ---
Dear Canoe (of comment 23). I applied the workaround of Christian Adam in
comment 5.
For the two foreground-items I choose the darker grey #7c7c7c and for the
background items I choose the lighter grey #c0c0c0. It looks even cozy that
way. But I am under the impression that we are protected against our selves and
I don't like to be treated that way. To me that is un-kde-isch...

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

[akregator] [Bug 395680] Akregator won't start...

2018-06-24 Thread PK
https://bugs.kde.org/show_bug.cgi?id=395680

--- Comment #2 from PK  ---
I am a lontime kde user and I use Neon from its beginning. But from time to
time I re-install. I did exactly that with the build from 14 june. But I
discovered that I installed the dev-unstatable branch.
I don't know if that was due to a mistake of mine or something else. Anyway I
downloaded the build of 21 june and installed it and I am very happy to say
that things look much better now.
E.g. akregator and korganizer function 100%

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

[Akonadi] [Bug 392092] akonadi_control crash on first start

2018-06-21 Thread PK
https://bugs.kde.org/show_bug.cgi?id=392092

--- Comment #12 from PK  ---
I installed a package called mariadb-server and it seems as if things are
better now.

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

[akregator] [Bug 395680] New: Akregator won't start...

2018-06-21 Thread PK
https://bugs.kde.org/show_bug.cgi?id=395680

Bug ID: 395680
   Summary: Akregator won't start...
   Product: akregator
   Version: 5.8.1
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: akregator konqueror plugin
  Assignee: kdepim-bugs@kde.org
  Reporter: pieterkristen...@gmail.com
  Target Milestone: ---

When I try to start akonadi it crashes immediately. And so does Korganizer btw.
Strange thing is that they both are ok when running inside Kontact.
I installed akonadi in the running live-distribution (neon user 14-06-2018) and
it also crashes at startup.
I tried this on another computer (eight years younger/also intel based) with
the same result: akregator crashes when it starts.

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

[Akonadi] [Bug 392092] akonadi_control crash on first start

2018-06-17 Thread PK
https://bugs.kde.org/show_bug.cgi?id=392092

--- Comment #11 from PK  ---
After starting up kmail I get this grey screen. But I can access the settings.
When I start the account-wizzard from there after a while the akonadi self-test
starts. And again it says that "akonadi is not registered at dbus".

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

[Akonadi] [Bug 392092] akonadi_control crash on first start

2018-06-17 Thread PK
https://bugs.kde.org/show_bug.cgi?id=392092

PK  changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #10 from PK  ---
I have the same experience. I think it started from the moment I installed
plasma 5.13 on my system. I'm using KDE Neon user build.

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

[Akonadi] [Bug 325224] CalDav doesn't read server items

2018-05-14 Thread PK
https://bugs.kde.org/show_bug.cgi?id=325224

PK <pieterkristen...@gmail.com> changed:

   What|Removed |Added

 CC|pieterkristen...@gmail.com  |

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-05-07 Thread PK
https://bugs.kde.org/show_bug.cgi?id=393421

--- Comment #17 from PK <pieterkristen...@gmail.com> ---
I too can't understand why this happened. To me it is a strange choice. In my
eyes there are a few (not much anymore) items to fix in kmail and this is NOT
one of them. 
But still, you come a long end with the workaround from commend 5 that
Christian Adams made: 

"I have found a partial workaround – namely changing the background color of
the HTML Status Bar.
This can be done in Settings -> Configure KMail -> Appearance -> Colors. I have
used "#fcfcfc" for all four "HTML Status Bar" entries."

You can make this ugly black disappear.

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-04-23 Thread PK
https://bugs.kde.org/show_bug.cgi?id=393421

--- Comment #4 from PK <pieterkristen...@gmail.com> ---
Kmail is growing into a real quality application that looks good too. But now
the beautiful looks are being hit by this html-status-bar that makes a lot of
noise about (in my opinion) not so much.
If someone finds the message of the bar important that's ok. But I find it more
important that kmail is comforting to the eyes. And is is!
I would very much appreciate to have the opportunity to not see this laud bar.

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

[kmail2] [Bug 393421] No ability to hide the HTML Message Status Bar

2018-04-23 Thread PK
https://bugs.kde.org/show_bug.cgi?id=393421

PK <pieterkristen...@gmail.com> changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #1 from PK <pieterkristen...@gmail.com> ---
+1

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

[korganizer] [Bug 391726] Pim events plugin gives no colors to different agenda's

2018-03-12 Thread PK
https://bugs.kde.org/show_bug.cgi?id=391726

PK <pieterkristen...@gmail.com> changed:

   What|Removed |Added

   Platform|Other   |Neon Packages

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

[korganizer] [Bug 391726] New: Pim events plugin gives no colors to different agenda's

2018-03-11 Thread PK
https://bugs.kde.org/show_bug.cgi?id=391726

Bug ID: 391726
   Summary: Pim events plugin gives no colors to different
agenda's
   Product: korganizer
   Version: 5.7.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: pieterkristen...@gmail.com
  Target Milestone: ---

Created attachment 111323
  --> https://bugs.kde.org/attachment.cgi?id=111323=edit
different agenda's have no colors

The pim events plugin doesen't give it's agenda's different colors. Those
colors make it easier to view.

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

[Akonadi] [Bug 325224] CalDav doesn't read server items

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

PK <pieterkristen...@gmail.com> changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #59 from PK <pieterkristen...@gmail.com> ---
I have the same problem. I confugurated my google-calendar as CalDAV in
Korganizer because I found the kde-google-calendar software totally unreliable.
I make korganizer "refresh" each minute.
Only it doesn't. It only reads what's on the remote server when a change has
been made. Then is synchronizes neatly.
There is NO way to get korganizer to synchronize any other way ("restart"
button, restart korganizer, restart system). As a result of this the shiny new
"PIM Events Plugin" also doesn't work so nice. 
I am using kde neon, plasma 5.7.4, frameworks 5.25.0, 

B.t.w. in hindsight the problem of the kde-google-software is also that it
really doesn't synchronize. But there the problem is a little worse. It even
doesn't synchronize after a change has been made.

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


[kmail2] [Bug 351222] messagelist column widths lost when program closed

2016-03-20 Thread PK via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351222

PK <pieterkristen...@gmail.com> changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #2 from PK <pieterkristen...@gmail.com> ---
I'm working here with plasma 5.6 and here kmail behaves in that way too. Too
bad, because kmail is becoming really good!

-- 
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 279504] reply to does not use selected user identity

2013-06-04 Thread PK
https://bugs.kde.org/show_bug.cgi?id=279504

PK pieterkristen...@gmail.com changed:

   What|Removed |Added

 CC||pieterkristen...@gmail.com

--- Comment #2 from PK pieterkristen...@gmail.com ---
On my machine Kmail behaves as expected. It replies from the default sender of
the identity. BUT it fails to do so when I (e.g.) reply on an email in my inbox
when that email is from someone who also has an account in my Kmail.
Then suddenly Kmail forgets the default sender as set in the identity. It takes
the wrong sender.
If I reply from my inbox to a stranger then it behaves 100% ok

-- 
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 320597] New: failure when trying to file a bug in pimsettingexporter

2013-06-02 Thread PK
https://bugs.kde.org/show_bug.cgi?id=320597

Bug ID: 320597
   Summary: failure when trying to file a bug in
pimsettingexporter
Classification: Unclassified
   Product: kmail2
   Version: 4.10.2
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: misc
  Assignee: kdepim-bugs@kde.org
  Reporter: pieterkristen...@gmail.com

When i try to file a bug considdering the pimsettingexporter bugs.kde.org
responds Sorry, either the product pimsettingexporter does not exist or you
aren't authorized to enter a bug into it.


Reproducible: Always

Steps to Reproduce:
1. startup Kmai2
2. hit in the menu /Tools/Export Kmail data
3. hit button bugfileassistent.
Actual Results:  
bugs.kde.org doesn't know what to do. Therefor it is impossible to file a bug. 

Expected Results:  
being able to file a bug. 

pimsettingexporter does nothing for me. It is useless. It puzzles me how it
windes up in the KDE sc.

-- 
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 320597] failure when trying to file a bug in pimsettingexporter

2013-06-02 Thread PK
https://bugs.kde.org/show_bug.cgi?id=320597

--- Comment #2 from PK pieterkristen...@gmail.com ---
Yes I have more infos.
I have six (imap) accounts in my kmail2 userprofile. And I changed a lot of
settings. Kmail2 is realy great! 
It would save a huge amount of time when I could backup this profile with all
its settings. So I start the pimsettingexporter (b.t.w. I also have to
startup the pimsettingsEXPORTER to IMPORT a profile...). Then I follow
instructions. I use Kubuntu (KDE sc 4.10.2). The pimsettingexporter kept saying
couldn't dump mysql. I appear to have solved that by installing mysql-server
and msql-client. Is that a missing dependency on my system?
When I take the zip-file pimsettingexporter produced, and try to reproduce the
profile ONLY the identeties are reproduced correctly. The imap accounts are
turned into wrong pop3 accounts and none of the settings are reproduced.
Further I can't notice anything that has happened.
To me this is a disappointment but if you use KDE professional I think this is
unacceptable.

-- 
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 320597] failure when trying to file a bug in pimsettingexporter

2013-06-02 Thread PK
https://bugs.kde.org/show_bug.cgi?id=320597

--- Comment #4 from PK pieterkristen...@gmail.com ---
I really like to help you. I think pimsettingexporter is a great idea. But if
you say you need it to reinstall it. Will add debug info about it I suppose
by reinstall IT you mean Kmail2? And how do I add debug...
I didn't say that I use the vertical layout in Kmail2. Even that isn't
restored on my target system. Perhaps the problem is not so much EXportin as it
is IMporting.
But I will reinstall Kmail2 and see what happens.
Keep up the good 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


[kmail2] [Bug 320597] failure when trying to file a bug in pimsettingexporter

2013-06-02 Thread PK
https://bugs.kde.org/show_bug.cgi?id=320597

--- Comment #5 from PK pieterkristen...@gmail.com ---
I had to again set up Kmail by hand. Now I have only three accounts set up.
I made a backup of the kmail-data. Here http://tinypic.com/r/3013le8/5 you see
what Ark shows. It looks completely descent.
I think it is with the restoring that everything becomes a mess.

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