https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702889 | vkrause | 2007-08-21 14:39:48 +0200 (Tue, 21 Aug 2007) | 5 lines
Allow to disable automatic decryption of encrypted mails when viewing
and offer a decrypt link instead in the reader.
Prokde35-z Item 41
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=708741
* fixed kolab issue 1882 (Crash after reply to a revoked mail)
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/branches/KDE/3.5/kdepim/; revision=698167
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/branches/kdepim/enterprise/kdepim/; revision=697979
overrides the usual font for display and printing for that particular mail.
prokde35 w1-23.
svn path=/branches/kdepim/enterprise/kdepim/; revision=671938
SVN commit 645047 by coolo:
another one of my most hated kmail crashes: if you cancel
gpg passphrase, kmail will crash in most cases you was careless.
After some fiddling I didn't find a better solution to this
problem than adding a direct protection member to the message.
BUG#96498
svn path=/branches/kdepim/enterprise/kdepim/; revision=667952
SVN commit 627763 by winterz:
merge SVN commit 627761 by winterz:
Fix bug "Add icons for context menu on address in readerwin"
Thanks for the patch Mikolaj. ey, we only took 3+ years to commit it! :)
BUGS: 66740
svn path=/branches/kdepim/enterprise/kdepim/; revision=665665
gpg passphrase, kmail will crash in most cases you was careless.
After some fiddling I didn't find a better solution to this
problem than adding a direct protection member to the message.
BUG: 96498
svn path=/branches/KDE/3.5/kdepim/; revision=645047
The time between Ctrl+Enter and the composer window disappearing is noticeably shorter (it's almost immediate now), especially when no crypto is used.
This is part of the contracted work for kolab issue 1222 ("out of memory when signing large attachments").
svn path=/branches/KDE/3.5/kdepim/; revision=633777
This is part of the contracted work for kolab issue 1222 ("out of memory when signing large attachments").
svn path=/branches/kdepim/enterprise/kdepim/; revision=633625
Fix bug "Add icons for context menu on address in readerwin"
Thanks for the patch Mikolaj. Hey, we only took 3+ years to commit it! :)
BUGS: 66740
svn path=/branches/KDE/3.5/kdepim/; revision=627763
Also fixed a queue/write mismatch which led to a runtime warning and to strange order of things in the code.
svn path=/branches/KDE/3.5/kdepim/; revision=601490
Fix RMB/View on text attachments showing no newlines. This has annoyed me for years, glad I finally get around fixing it :)
Also fixed a queue/write mismatch which led to a runtime warning and to strange order of things in the code.
svn path=/branches/kdepim/proko2/kdepim/; revision=601487
override encoding. Propagate override encodings properly to external
reader windows and printing, and make a new page in the configuration
dialog for reader window specific things. Rename the tab for the message
list settings to "Message List" from "Headers". Proko2 issue866.
svn path=/branches/kdepim/proko2/kdepim/; revision=489969
Automatically delete older mails on POP servers
'older' is the best term I could think of to cover
over N days old, or over N messages old, or over
X bytes old(?).
svn path=/branches/KDE/3.5/kdepim/; revision=452002
Account specific filtering
Filtering of incoming mail for online IMAP accounts
Online IMAP folders can be used when filtering into folders
Micro bump version number from 1.8.90 to 1.8.91.
Ingo hope you are ok with these changes.
CCMAIL:kloecker@kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=451948
Remove GUI options to set spam/ham; as discussed with ingo
s/Select All/Select All Text/
s/&Expire Folder/&Expiration Settings/
svn path=/trunk/KDE/kdepim/; revision=437412
the helper function crlf2lf there, which was formerly a class static in
FolderStorage. Remove the now obsolete forward Folder -> Folderstorage
and port all users.
svn path=/trunk/KDE/kdepim/; revision=435216
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
svn path=/branches/kdepim/proko2/kdepim/; revision=432536
SVN commit 430147 by zander:
Only start the timer to set message read if the message is
currently not yet marked as read.
Avoids problems when the user marks a message as 'new' within
the timeout and kmail resetting it moments later again :)
svn path=/branches/kdepim/proko2/kdepim/; revision=431602