summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-03-09 12:13:45 +0000
committermarkd <markd@pkgsrc.org>2004-03-09 12:13:45 +0000
commit3e9c4ae5663dfa684652e4e94586c10ad3953dfb (patch)
tree9ea3b904f70429f021e10d3e10f9271dd605a4a4 /misc/kdepim3/patches
parent8061591a1e4ce7f5503ff208ee310842403045f3 (diff)
downloadpkgsrc-3e9c4ae5663dfa684652e4e94586c10ad3953dfb.tar.gz
Update to KDE 3.2.1.
Changes: KAlarm: Fix freeze at login KAlarm: Fix alarms being missed at login KAlarm: Fix memory leaks KAlarm: Fix errors saving the expired alarms calendar KAlarm: Fix scheduleCommand() and scheduleEmail() DCOP handling KAlarm: Prevent email alarms from being sent if no 'From' address is configured KAlarm: Omit 'Bcc' when sending email alarms if no 'Bcc' address is configured KAlarm: Sound file chooser dialog now shows all audio file types KMail: Don't save messages to disk with world-readable permissions set by default. KMail: Fix bug #69418 (filters don't work anymore as in 3.1.4) KMail: Fix bug #73307 (Expire on exit does not work if confirmation is enabled) KMail: Fix 'Copy Link Location' in a detached reader. KMail: Fix bug #73310 (sending a new mail while forgetting the receiver and/or the subject the composing window is minimized and hidden) KMail: Fix bug #73602 (Message body lines starting with "From " are incorrectly parsed as message seperator in mbox folders) KMail: Fix bug #72808 (reply to myself is broken / empty To: address field) KMail: Fix bug #62919 (reply all should not use From when ReplyTo is set (except for mailing list messages)) KMail: If one uses reply-all for replying to a message from oneself then now the first other recipient is added to To:; previously To: was empty because the own address (which was the sender address) is removed from the list of recipients and all other recipients were listed in the Cc: header. KMail: Fix bug #73527 (filter-Window is switch in the background when "rename filter"-Dialog appears. (just within Kontact)) KMail: Correct the sizes shown in the message structure viewer for IMAP messages. KMail: Fix critical bug #71866 (conversion of pop filter settings dangerous) KMail: Fix critical bug which caused whole IMAP folders to be deleted when messages were filtered through spamc or other external applications. KMail: Fix a crash during startup with invalid IMAP folders. KMail: Fix bug #74272 (Cannot subscribe to cyrus imap "sharedprefix" folders) KMail: Don't activate reader window on kmail --check. KMail: Fix saving of multipart/signed message parts inside multipart/mixed message parts. KMail: Don't disable sign/encrypt if we're using S/MIME and no OpenPGP key has been specified for this identity. KMail: Fix bug #74591 (kmail crashes after retrieving imap folders) KMail: Fix bug #74380 (Change of the account symbolic name caused loss of the sent and drafts folders) KMail: Fix bug #70558 (IDN domains are shown ACE-encoded in the statusbar) KMail: Fix problems with changed sort order after arrival of new mail or closing config dialog. KMail: Fix bug #75024 (search for or also returns read emails) KMail: Fix bug #70459 (Keyboard shortcuts for Forward, etc. don't work in Kontact after another component has been selected) KMail: Fix signature creation time validation. Visible bug was that for signatures made in January, the printing of the creation time was suppressed. KMail: Fix passive popup placement and taskbar flashing of new mail notification in Kontact KMail: Fix bug #75983 (moved IMAP messages lose attachments) KNode: Prevent unnecessary wallet openings when closing KNode
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-aa46
-rw-r--r--misc/kdepim3/patches/patch-ab35
2 files changed, 0 insertions, 81 deletions
diff --git a/misc/kdepim3/patches/patch-aa b/misc/kdepim3/patches/patch-aa
deleted file mode 100644
index 0be2651bc61..00000000000
--- a/misc/kdepim3/patches/patch-aa
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2004/02/06 10:48:58 markd Exp $
-
---- kmail/kmfilter.cpp.orig 2003-11-30 22:49:22.000000000 +1300
-+++ kmail/kmfilter.cpp
-@@ -147,9 +147,18 @@ void KMFilter::readConfig(KConfig* confi
- // that the pattern is purified.
- mPattern.readConfig(config);
-
-- if (bPopFilter)
-+ if (bPopFilter) {
- // get the action description...
-- mAction = (KMPopFilterAction) config->readNumEntry( "action" );
-+ QString action = config->readEntry( "action" );
-+ if ( action == "down" )
-+ mAction = Down;
-+ else if ( action == "later" )
-+ mAction = Later;
-+ else if ( action == "delete" )
-+ mAction = Delete;
-+ else
-+ mAction = NoAction;
-+ }
- else {
- QStringList sets = config->readListEntry("apply-on");
- if ( sets.isEmpty() && !config->hasKey("apply-on") ) {
-@@ -210,7 +219,19 @@ void KMFilter::writeConfig(KConfig* conf
- mPattern.writeConfig(config);
-
- if (bPopFilter) {
-- config->writeEntry( "action", mAction );
-+ switch ( mAction ) {
-+ case Down:
-+ config->writeEntry( "action", "down" );
-+ break;
-+ case Later:
-+ config->writeEntry( "action", "later" );
-+ break;
-+ case Delete:
-+ config->writeEntry( "action", "delete" );
-+ break;
-+ default:
-+ config->writeEntry( "action", "" );
-+ }
- } else {
- QStringList sets;
- if ( bApplyOnInbound )
diff --git a/misc/kdepim3/patches/patch-ab b/misc/kdepim3/patches/patch-ab
deleted file mode 100644
index 87a58414b72..00000000000
--- a/misc/kdepim3/patches/patch-ab
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/02/06 10:48:58 markd Exp $
-
---- kmail/kmfolderimap.cpp.orig 2004-01-18 01:55:08.000000000 +1300
-+++ kmail/kmfolderimap.cpp
-@@ -1207,7 +1207,16 @@ void KMFolderImap::deleteMessage(KMMessa
- {
- KURL url = mAccount->getUrl();
- KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msg->parent());
-- url.setPath(msg_parent->imapPath() + ";UID=" + msg->headerField("X-UID"));
-+ QString uid = msg->headerField("X-UID");
-+ /* If the uid is empty the delete job below will nuke all mail in the
-+ folder, so we better safeguard against that. See ::expungeFolder, as
-+ to why. :( */
-+ if ( uid.isEmpty() ) {
-+ kdDebug( 5006 ) << "KMFolderImap::deleteMessage: Attempt to delete "
-+ "an empty UID. Aborting." << endl;
-+ return;
-+ }
-+ url.setPath(msg_parent->imapPath() + ";UID=" + uid );
- if ( mAccount->makeConnection() != ImapAccountBase::Connected )
- return;
- KIO::SimpleJob *job = KIO::file_delete(url, FALSE);
-@@ -1228,7 +1237,11 @@ void KMFolderImap::deleteMessage(QPtrLis
- KMFolderImap *msg_parent = static_cast<KMFolderImap*>(msgList.first()->parent());
- for ( QStringList::Iterator it = sets.begin(); it != sets.end(); ++it )
- {
-- url.setPath(msg_parent->imapPath() + ";UID=" + *it);
-+ QString uid = *it;
-+ // Don't delete with no uid, that nukes the folder. Should not happen, but
-+ // better safe than sorry.
-+ if ( uid.isEmpty() ) continue;
-+ url.setPath(msg_parent->imapPath() + ";UID=" + uid);
- if ( mAccount->makeConnection() != ImapAccountBase::Connected )
- return;
- KIO::SimpleJob *job = KIO::file_delete(url, FALSE);