diff options
author | markd <markd@pkgsrc.org> | 2004-12-10 06:17:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-12-10 06:17:28 +0000 |
commit | edf6d67f6853ff405b3a681aff9e9aef4fe30c1e (patch) | |
tree | f5eb79d2ea1f974ddacc317efd1101846b34d446 /misc/kdepim3/Makefile | |
parent | 29ec4da51f7c2f60bd62100ef26f049b60dc89ad (diff) | |
download | pkgsrc-edf6d67f6853ff405b3a681aff9e9aef4fe30c1e.tar.gz |
Update to kde 3.3.2
Changes:
* kalarm: fix KAlarm button on message windows to make it always
display the main window
* kmail: remember the size of the separate message window instead of
using a fixed window size
* kmail: gracefully handle broken connections when checking for new
mail with IMAP
* kmail: don't clear the readerwindow when new mail arrives in an imap
folder
* kmail: fix aegypten issue39 by only using the body itself as a text
part if there are no body parts and we didn't get any other text so
far, such as for smime opaque encrypted mails
* kmail: fix the "folders not visible" problem after starting KMail
when the intro is shown
* kmail: fix searching when the header field in question is the first
one of a message
* kmail: disable wordwrap in the composer for all inline invitation
mails, not just for those sent with autosending enabled
* kmail: don't translate the "local" folder prefix; this fixes problems
with KMail's summary plugin
* kmail: fix adding attachments to inline-forwarded messages
* kmail: remember the selected crypto format when saving a message as
draft
* kmail: hide filter actions from "Configure Toolbars" dialog; fixes
crashes
* kmail: fix missing filter actions after switching to the Mail
component in Kontact
* kmail: remove BCC coming from identity on ical invitations
* kmail: grab the signature only once
* kmail: fix problem with disappearing dimap folders
* kmail: don't kill running mailchecks when cancelling the subscription
dialog
* kmail: add missing tooltip to the BCC [...] button
* kmail: make sure that no signature is appended to inline invitation
replies, Outlook chokes on them
* kmail: don't sign or encrypt inline invitations or invitation replies
* kmail: fix PGP/MIME encrypting messages which are BCC'ed
* kmail: make sure that all changes in the folder properties are saved
* kmail: fix uncontrolled checkboxes in the composer's attachment list
* kmail: improved performance when dragging mails over the folder list
* kmail: provide all reply methods and all forward methods in the
separate message window
* kmail: fix minor bugs in the antispam wizard
* kmail: correctly end new-mail-check when an IMAP folder reports an
error
* kmail: fix 'kstart --iconify --windowclass kmail kmail' which allows
starting KMail in the system tray
* kmail: fix broken order of folders in the folder selection dropdown
box
* kmail: notice a manual change of the external editor command line
* kmail: adjust antispam wizard to changes in bogofilter 0.93
* kmail: don't look up recipient keys during autosave
* kmail: fix "Folder Menu not updated after enabling Expiration for
a Folder
* kmail: add support for additional antispam tools
* kmail: various speed improvements
* kontact: don't show empty tip of the day on startup
Diffstat (limited to 'misc/kdepim3/Makefile')
-rw-r--r-- | misc/kdepim3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 9c2b5fc1ebc..3137ae2b0fd 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2004/12/06 13:12:04 gavan Exp $ +# $NetBSD: Makefile,v 1.37 2004/12/10 06:17:28 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} -PKGREVISION= 2 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop |