[korganizer] [Bug 405714] trivial appearance bug

2021-11-26 Thread Nils
https://bugs.kde.org/show_bug.cgi?id=405714

--- Comment #6 from Nils  ---
(In reply to Friedrich W. H. Kossebau from comment #4)
> (In reply to Nils from comment #1)
> > Created attachment 143946 [details]
> > Screenshot of the observed behaviour
> 
> Hi Nils, what version of KOrganizer have you been using for that screenshot?

I'm using version 5.18.3 (21.08.3), with French translations, from the Manjaro
repository.

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

[korganizer] [Bug 405714] trivial appearance bug

2021-11-25 Thread Nils
https://bugs.kde.org/show_bug.cgi?id=405714

Nils  changed:

   What|Removed |Added

 CC||nilsd...@gmail.com

--- Comment #1 from Nils  ---
Created attachment 143946
  --> https://bugs.kde.org/attachment.cgi?id=143946&action=edit
Screenshot of the observed behaviour

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

[kontact] [Bug 426906] Attempting to change Google Calendar colour crashes Kontact

2020-11-18 Thread Nils
https://bugs.kde.org/show_bug.cgi?id=426906

--- Comment #3 from Nils  ---
Created attachment 133430
  --> https://bugs.kde.org/attachment.cgi?id=133430&action=edit
New crash information added by DrKonqi

kontact (5.15.3 (20.08.3)) using Qt 5.15.1

- What I was doing when the application crashed:

I was attempting to change the color of a CalDav Folder

-- Backtrace (Reduced):
#4  0x7fcdf770c4c5 in QColor::operator=(QColor const&) () at
/usr/lib/libQt5Gui.so.5
#5  0x7fcd6535ad2c in EventViews::setResourceColor(Akonadi::Collection
const&, QColor const&, QSharedPointer const&) () at
/usr/lib/libKF5EventViews.so.5
#6  0x7fcd641fe783 in KOHelper::setResourceColor(Akonadi::Collection
const&, QColor const&) () at /usr/lib/libkorganizerprivate.so.5
[...]
#9  0x7fcdf7c05f63 in QAction::triggered(bool) () at
/usr/lib/libQt5Widgets.so.5
#10 0x7fcdf7c08845 in QAction::activate(QAction::ActionEvent) () at
/usr/lib/libQt5Widgets.so.5

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

[kontact] [Bug 426906] Attempting to change Google Calendar colour crashes Kontact

2020-11-18 Thread Nils
https://bugs.kde.org/show_bug.cgi?id=426906

Nils  changed:

   What|Removed |Added

 CC||nilsd...@gmail.com

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

[kmail2] [Bug 388036] Include support for autocrypt

2018-04-23 Thread Nils Reuter
https://bugs.kde.org/show_bug.cgi?id=388036

Nils Reuter  changed:

   What|Removed |Added

 CC||nils.reu...@gmx.net

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

[kdepim] [Bug 354165] New: Append filename suffix ".eml" to encapsulated emails...

2015-10-21 Thread Nils Beyer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354165

Bug ID: 354165
   Summary: Append filename suffix ".eml" to encapsulated
emails...
   Product: kdepim
   Version: unspecified
  Platform: FreeBSD Ports
OS: FreeBSD
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: messagecomposer
  Assignee: kdepim-bugs@kde.org
  Reporter: n...@vollgenial.de

We have a brain-dead document archiving system (proprietary ) that scans for
encapsulated mails only by their filename suffixes and not the
MIME-Content-Type. Could you please add a suffix ".eml" to the filename of the
encapsulated mails? It should be only a cosmetical change to others.

Here is my diff:

--- messagecomposer/helper/messagefactory.cpp.orig  2015-10-21
10:45:44.445463841 +0200
+++ messagecomposer/helper/messagefactory.cpp   2015-10-21 09:59:09.424655012
+0200
@@ -448,7 +448,7 @@
 KMime::Content *msgPart = new KMime::Content( fwdMsg.get() );
 msgPart->contentType()->setMimeType( "message/rfc822" );

-msgPart->contentDisposition()->setParameter( QLatin1String( "filename" ),
i18n( "forwarded message" ) );
+msgPart->contentDisposition()->setParameter( QLatin1String( "filename" ),
i18n( "forwarded message.eml" ) );
 msgPart->contentDisposition()->setDisposition( KMime::Headers::CDinline );
 msgPart->contentDescription()->fromUnicodeString(
fwdMsg->from()->asUnicodeString() + QLatin1String( ": " ) +
fwdMsg->subject()->asUnicodeString(), "utf-8" );
 msgPart->setBody( fwdMsg->encodedContent() );
@@ -736,7 +736,7 @@
 part->contentType()->setCharset( fMsg->contentType()->charset() );
 part->contentID()->setIdentifier( fMsg->contentID()->identifier() );
 part->contentDescription()->fromUnicodeString(
fMsg->contentDescription()->asUnicodeString(), "utf8" );
-part->contentDisposition()->setParameter( QLatin1String( "name" ),
i18n( "forwarded message" ) );
+part->contentDisposition()->setParameter( QLatin1String( "name" ),
i18n( "forwarded message.eml" ) );
 part->fromUnicodeString( QString::fromLatin1( fMsg->encodedContent() )
);
 part->assemble();
 MessageCore::Util::addLinkInformation( msg, item.id(),
Akonadi::MessageStatus::statusForwarded() );

Reproducible: Always

Steps to Reproduce:
1. Open KMail (having an existing mail account)
2. Forward any mail as attachment so it gets encapsulated


Actual Results:  
Filename of the encapsulated mail is "forwarded message".

Expected Results:  
Filename of the encapsulated mail is "forwarded message.eml".

-- 
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 267797] Kmail doesn't connect to kwallet any more

2011-04-27 Thread nils
https://bugs.kde.org/show_bug.cgi?id=267797





--- Comment #7 from2011-04-27 12:13:55 ---
(Sorry, of course I mean KDEPIM 4.4.11 …)

-- 
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 267797] Kmail doesn't connect to kwallet any more

2011-04-27 Thread nils
https://bugs.kde.org/show_bug.cgi?id=267797





--- Comment #6 from2011-04-27 12:12:36 ---
Can't reproduce that any more (KDE 4.6.2, KDEPIM 4.11). The only difference now
is, that kontact asks for kwallet password not only when checking mails at the
beginning, but also when sending a mail the first time in a session. If that's
what it should be or not, I don't know.

-- 
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 267797] Kmail doesn't connect to kwallet any more

2011-03-07 Thread nils
https://bugs.kde.org/show_bug.cgi?id=267797





--- Comment #3 from2011-03-07 17:43:04 ---
I agree, kmail/kontact does not wait for me to enter the password of kwallet
but it starts immediately.

-- 
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 267797] New: Kmail doesn't connect to kwallet any more

2011-03-06 Thread nils
https://bugs.kde.org/show_bug.cgi?id=267797

   Summary: Kmail doesn't connect to kwallet any more
   Product: kmail
   Version: 1.13.6
  Platform: Archlinux Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: n...@bastel-freak.de


Version:   1.13.6 (using KDE 4.6.1) 
OS:Linux

Since I updatet KDE from 4.6.0 to 4.6.1, Kmail (I use it with kontact) doesn't
connect to kwallet any more. It fails at the beginning of my user session and
asks every few minutes again for password. Always after some unsuccessful
connections to kwallet, a small window appears with some message like "kmail
couldn't connnect to kwallet a few times, maybe a bug in the program"(my DE is
german). Other programs such as kopete or quassel are still working well with
kwallet.

Reproducible: Always

Steps to Reproduce:
→ Enter new user session
→ enter kwallet password
→ try to check mails

Actual Results:  
kmail connecting to kwallet fails and asks for a password manually.

Expected Results:  
kmail should connect correctly to kwallet and use its stored password to check
the mails.

Happend after update: KDE 4.6.0 → 4.6.1
Kmail wasn't updatet.

-- 
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 149766] kmail crashes when reading my kmailrc file from kmail version 3.5.5

2008-03-19 Thread Nils Schmeisser
--- 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=149766 




--- Additional Comments From n.schmeisser fzd de  2008-03-19 15:38 ---
I can reproduce this error as for KMail 1.9.9 (KDE 3.5.9) of Kubuntu package
To cross check: in kmailicalifaceimpl.cpp:1623 (this is kdepim-3.5.7 source)

KMAcctCachedImap::GroupwareType groupwareType = dynamic_cast( folderParent->storage() )->account()->groupwareType();

is invoked which invokes KMFolderCachedImap::account () ???.
As I have an IMAP server I removed this line and replaced it by:

KMAcctCachedImap::GroupwareType groupwareType = KMAcctCachedImap::GroupwareNone;

Now kmail starts fine, groupware function can be set. Folder types can be
set BUT: still no access to IMAP ressources from korganizer nor kaddressbook.

My kmailrc (relevant part) looks like this:

[GroupwareFolderInfo]
.1772865749.directory/Aufgaben-storageFormat=icalvcard
.1772865749.directory/Journal-storageFormat=icalvcard
.1772865749.directory/Kalender-storageFormat=icalvcard
.1772865749.directory/Kontakte-storageFormat=icalvcard
.1772865749.directory/Notizen-storageFormat=icalvcard

[IMAP Resource]
Enabled=true
Folder Language=1
HideGroupwareFolders=false
TheIMAPResourceAccount=1772865749
TheIMAPResourceEnabled=false
TheIMAPResourceFolderLanguage=1
TheIMAPResourceFolderParent=1772865749

ID's are correct, strangly TheIMAPResourceFolderParent looks different
than anywhere else described (should look like .1772865749.directory ???)

Hope this helps to track down the error.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs