[kmail2] [Bug 423189] Cannot make default script active

2021-03-09 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=423189

--- Comment #5 from Matthias Heinz  ---
After digging around in the code a bit I think I found the problem.

In ksieveui/managescriptsjob/generateglobalscriptjob.cpp is the function
GenerateGlobalScriptJob::writeUserScript(), which is called by the start()
function.

In the writeUserScript() function a put() is called to
kmanagesieve/sievejob.cpp SieveJob *SieveJob::put. And if you look closely it
has two booleans as input. One to set a script active, one to deactivate it.

And in writeUserScript() both bools are "false", which is wrong. The first one
should "true".

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

[kmail2] [Bug 423189] Cannot make default script active

2021-03-09 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=423189

Matthias Heinz  changed:

   What|Removed |Added

 CC||m.he...@gmx.net

--- Comment #4 from Matthias Heinz  ---
Hi,

I just stumbled about that problem as well. Since sieve is a relatively simple
protocol I first thought this would be dovecots fault. But no, the problem
seems to be kmails sieve editor here.

I could just activate the script with SETACTIVE "USER" over an openssl s_client
connection and now it works.

Easiest fix would probably be to run SETACTIVE "USER" on every connection or
so...

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

[Bug 190846] Short for new note doesn't work

2012-09-06 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=190846

Matthias Heinz m.he...@gmx.net changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|FIXED

--- Comment #3 from Matthias Heinz m.he...@gmx.net ---
Well, it's fixed anyway. (Didn't use that short cut for a long time now, so I
didn't realize that it got fixed)

-- 
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 233518] knotes loads every note twice on startup

2010-05-01 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=233518


Matthias Heinz m.he...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Comment #3 from Matthias Heinz m heinz gmx net  2010-05-02 00:18:22 ---
I still can't figure out why this was happening.

But I can't reproduce it here anymore, too... therefore I'm closing this bug.

-- 
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 233518] knotes loads every note twice on startup

2010-04-09 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=233518





--- Comment #2 from Matthias Heinz m heinz gmx net  2010-04-09 11:06:53 ---
Ok, this is definitely a bug in kresources.

I talked about the problem that kresources seems to load note and notes. So
i took a look at ~/.kde/share/config/kresources/ and found there two
directories. One name note and one named notes. Deleting both results in a
correct behaviour of knotes.

BUT why does kresource try to load something from note? This doesn't make any
sense, because - as i mentioned before - the source code tells it to load just
notes and nothing else.

It looks to me that there is something wrong in kresources. Maybe a string
match, which returns true, even if it's just a partial match.

-- 
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 233518] knotes loads every note twice on startup

2010-04-07 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=233518





--- Comment #1 from Matthias Heinz m heinz gmx net  2010-04-07 17:48:27 ---
I played a bit further. It looks like this behaviour only appears when there is
more than one note. With just one note just this one gets one time loaded.
Having two or more results in loading every note twice.

-- 
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 233518] New: knotes loads every note twice on startup

2010-04-06 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=233518

   Summary: knotes loads every note twice on startup
   Product: knotes
   Version: unspecified
  Platform: Debian testing
OS/Version: unspecified
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: m.he...@gmx.net


Version:(using KDE 4.4.2)
Installed from:Debian testing/unstable Packages

Hi,

since kde 4.3 (I'm note sure it wasn't also in 4.2, too) knotes loads every
note twice at startup.

I did some debugging and think that this must have something to do with
kressources, but this is where I couldn't get any further.

In resourcemanager.cpp line 44  there's:
   m_manager = new KRES::ManagerResourceNotes( notes );

well, this lets knotes print a warning:
unknown program name(14804)/ main: Unknown resource type:  notes 

if i change notes to note I get:
unknown program name(14635)/ main: Unknown resource type:  note
so it should be related to this. (When changing to note all notes are only
loaded one time... but this is more like fixing a bug with a bug...)


Anyway, line 65, in the for-loop, there seems to be two ressource with the name
Notes:

knotes(14802) KNotesResourceManager::load: Opening resource Notes
knotes(14802) KNotesResourceManager::load: Opening resource Notes


Well, looks like a ResourceManager bug. Somehow it opens the notes.ics twice
(well, at least it returns it twice...)


Hopefully this is enough info to fix this.


Best regards,
Matthias

-- 
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 135772] Phantom instance on X reset

2009-12-30 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=135772


Matthias Heinz m.he...@gmx.net changed:

   What|Removed |Added

 CC||m.he...@gmx.net




--- Comment #4 from Matthias Heinz m heinz gmx net  2009-12-30 11:43:30 ---
Totally different error, because here the session manager got killed and left a
kmail instance behind. The other bug talks about a fresh start, nothing killed
before, like after a reboot. And the kmail process doesn't eat all the
ressources left, but just runs and doesnt display the main window (it's just
running in the background and calling kmail manually displays the main window
immediately, no loading time, no another instance running)

-- 
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 135772] Phantom instance on X reset

2009-12-30 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=135772





--- Comment #6 from Matthias Heinz m heinz gmx net  2009-12-30 13:07:03 ---
In my opinion not. This bugreport talks about a hard reset of the X server. In
this case kmail had been running before and it is possible that it hangs (we're
talking about a pretty old version of kmail here), because it's still listening
on a socket or something. The other bug does appear even if no kmail instance
was loaded before, therefore kmail doesn't hang, it's just not showing its main
window.

-- 
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 135772] Phantom instance on X reset

2009-12-30 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=135772





--- Comment #8 from Matthias Heinz m heinz gmx net  2009-12-30 15:24:33 ---
Me neither.

Thanks, I think this is the better solution :)

-- 
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 135772] Phantom instance on X reset

2009-12-29 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=135772





--- Comment #2 from Matthias Heinz m heinz gmx net  2009-12-30 00:29:02 ---
This is not a duplicate of 188067. This bug is related to kde3, the other one
to kde4. The symptons are quite different, too.

-- 
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 188067] KMail window doesn't display if started by session manager

2009-12-19 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=188067


Matthias Heinz m.he...@gmx.net changed:

   What|Removed |Added

 CC||m.he...@gmx.net




--- Comment #5 from Matthias Heinz m heinz gmx net  2009-12-19 10:33:57 ---
Hi,

I've got a very similar problem. I don't use the session restore option, but
the Autostart feature for kmail.

Kmail is started and I can see the process with ps, but the mainwindow doesn't
get shown. I asked in the IRC channel for kde and somebody mentioned that this
could be related to a dbus timeout, but I don't know how to verify this. But I
found out that it could be related to kwalletmanager somehow. I have several
applications that need access to kwalletmanager. amarok, korgac, kmail,  If
I just enable kmail for autostarting, i see the kwalletmanager dialog, enter my
password and kmail pops up. If I e.g. add amarok to the autostart list I get
the kwalletmanager dialog, amarok shows up, but not kmail (although its running
in the background).

Regards,
Matthias

-- 
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 213218] Notes lose formatting on application restart

2009-12-17 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=213218





--- Comment #1 from Matthias Heinz m heinz gmx net  2009-12-17 19:36:39 ---
I think this bug is related to https://bugs.kde.org/show_bug.cgi?id=203982

-- 
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 190845] Knotes doesn't restore notes at startup

2009-06-08 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=190845


Matthias Heinz m.he...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #1 from Matthias Heinz m heinz gmx net  2009-06-08 17:51:24 ---
Looks like this 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 190845] New: Knotes doesn't restore notes at startup

2009-04-27 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=190845

   Summary: Knotes doesn't restore notes at startup
   Product: knotes
   Version: unspecified
  Platform: Debian testing
OS/Version: unspecified
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: m.he...@gmx.net


Version:(using KDE 4.2.2)
Installed from:Debian testing/unstable Packages

Hi,

knotes doesn't restore the notes at startup, that were open the last time
knotes ran.


Best regards,
Matthias

-- 
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 190846] New: Short for new note doesn't work

2009-04-27 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=190846

   Summary: Short for new note doesn't work
   Product: knotes
   Version: unspecified
  Platform: Debian testing
OS/Version: unspecified
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: m.he...@gmx.net


Version:(using KDE 4.2.2)
Installed from:Debian testing/unstable Packages

Hi,

I used to use in kde3 alt+shift+n to write a new note with knotes. I set the
same shortcut for knotes in kde4.2 but it just is ignored/not received by
knotes.


Best regards,
Matthias

-- 
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 190746] New: kmail crashes on click on URL

2009-04-26 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=190746

   Summary: kmail crashes on click on URL
   Product: kmail
   Version: unspecified
  Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: m.he...@gmx.net


Version:(using KDE 4.2.2)
OS:Linux
Installed from:Debian testing/unstable Packages

Hi,

KMail always crashes here if I click on a link in a mail. I use firefox as
browser, which could be related.

Backtrace:
Anwendung: KMail (kmail), Signal SIGSEGV
0x7fcacfeb58d1 in nanosleep () from /lib/libc.so.6

Thread 1 (Thread 0x7fcad2f82750 (LWP 31714)):
[KCrash Handler]
#5  0x7fcad13826fd in QString::append (this=0x7fffdb0d6f90,
s...@0x7fcad171ca18) at tools/qstring.cpp:1303
#6  0x7fcaca644ade in KRecentDocument::add (u...@0x2bcc820,
desktopentryna...@0x7fffdb0d73a0) at /usr/include/qt4/QtCore/qstring.h:255
#7  0x7fcaca585e06 in KRun::run (_servi...@0x2c1c7a0,
_ur...@0x7fffdb0d7740, window=0x1b55b60, tempFiles=false,
suggestedfilena...@0x7fffdb0d7480, a...@0x1e03c28) at
../../kio/kio/krun.cpp:704
#8  0x7fcaca58678f in KRun::run (_ex...@0x7fffdb0d7820,
_ur...@0x7fffdb0d7740, window=0x1b55b60, _na...@0x7fffdb0d76c0,
_ic...@0x7fffdb0d76d0, a...@0x1e03c28) at ../../kio/kio/krun.cpp:762
#9  0x7fcaca588107 in KRun::init (this=0x29cde90) at
../../kio/kio/krun.cpp:906
#10 0x7fcaca581461 in KRun::slotTimeout (this=0x29cde90) at
../../kio/kio/krun.cpp:1015
#11 0x7fcaca582e68 in KRun::qt_metacall (this=0x29cde90,
_c=QMetaObject::InvokeMetaMethod, _id=value optimized out, _a=0x7fffdb0d7a60)
at ./krun.moc:79
#12 0x7fcad143c872 in QMetaObject::activate (sender=0x1e03c50,
from_signal_index=value optimized out, to_signal_index=4, argv=0x2b9f980) at
kernel/qobject.cpp:3120
#13 0x7fcad1436b53 in QObject::event (this=0x1e03c50, e=0x0) at
kernel/qobject.cpp:1082
#14 0x7fcad08644fd in QApplicationPrivate::notify_helper (this=0x1b60650,
receiver=0x1e03c50, e=0x7fffdb0d8110) at kernel/qapplication.cpp:4057
#15 0x7fcad086c77a in QApplication::notify (this=0x7fffdb0d8570,
receiver=0x1e03c50, e=0x7fffdb0d8110) at kernel/qapplication.cpp:4022
#16 0x7fcad2acc55b in KApplication::notify (this=0x7fffdb0d8570,
receiver=0x1e03c50, event=0x7fffdb0d8110) at
../../kdeui/kernel/kapplication.cpp:307
#17 0x7fcad1426e5c in QCoreApplication::notifyInternal
(this=0x7fffdb0d8570, receiver=0x1e03c50, event=0x7fffdb0d8110) at
kernel/qcoreapplication.cpp:610
#18 0x7fcad1454046 in QTimerInfoList::activateTimers (this=0x1b63c80) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#19 0x7fcad145056d in timerSourceDispatch (source=value optimized out) at
kernel/qeventdispatcher_glib.cpp:164
#20 0x7fcac8805f7a in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#21 0x7fcac8809640 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x7fcac88097dc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#23 0x7fcad14504cf in QEventDispatcherGlib::processEvents (this=0x1b3f900,
flags=value optimized out) at kernel/qeventdispatcher_glib.cpp:324
#24 0x7fcad08fcc7f in QGuiEventDispatcherGlib::processEvents (this=0x2a,
flags=value optimized out) at kernel/qguieventdispatcher_glib.cpp:202
#25 0x7fcad1425702 in QEventLoop::processEvents (this=value optimized
out, flags={i = -619871360}) at kernel/qeventloop.cpp:149
#26 0x7fcad1425acd in QEventLoop::exec (this=0x7fffdb0d83c0, flags={i =
-619871280}) at kernel/qeventloop.cpp:200
#27 0x7fcad1427d94 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:888
#28 0x00402f8b in _start ()

-- 
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 135412] Change to settings causes column order to reset

2009-04-13 Thread Matthias Heinz
https://bugs.kde.org/show_bug.cgi?id=135412


Matthias Heinz m.he...@gmx.net changed:

   What|Removed |Added

 CC||m.he...@gmx.net




--- Comment #4 from Matthias Heinz m heinz gmx net  2009-04-13 12:14:11 ---
I have the same problem here. Ich change the column order and uppon restart of
kmail its reset. This is VERY annoying.

-- 
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 135904] Sometimes some emails are displayed as empty

2008-04-30 Thread Matthias Heinz
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
 
http://bugs.kde.org/show_bug.cgi?id=135904 




--- Additional Comments From m.heinz gmx net  2008-04-30 19:45 ---
Ok, i found a better workaround for this problem.

Just delete the .INBOX.index file. You wont loose the directory settings this 
way and the mails are displayed properly again.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs