SVN commit 674569 by marten:
Remove date and message-id from template message, so that new message
will be assigned new up-to-date ones.
CCBUG#146534
svn path=/branches/kdepim/enterprise/kdepim/; revision=675645
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 650978 by winterz:
more crash guards.
SVN commit 650973 by winterz:
merge SVN commit 650971 by winterz:
forward port SVN commit 649602 by coolo:
looks like I was too quick - so my kmail crashed as
there was nothing to reply to
svn path=/branches/kdepim/enterprise/kdepim/; revision=668342
SVN commit 639336 by mkoller:
BUG#79685
By default, honor umask of the user when saving attachments,
but offer a config entry (without user interface) for those
who explicitely don't like that
([General] section, disregardUmask boolean)
svn path=/branches/kdepim/enterprise/kdepim/; revision=667830
forward port SVN commit 649602 by coolo:
looks like I was too quick - so my kmail crashed as
there was nothing to reply to
svn path=/branches/KDE/3.5/kdepim/; revision=650973
branches/work/kdepim-3.5.5+.
These contain the following features from the enterprise branch:
- (nearly) all folders can be copyied or moved now
- dnd of one or multiple folders
- copy/cut/paste actions for one or multiple folders
- dnd of messages from the search result window to the folder tree
- copy/cut/paste actions for messages (in the header view and search
result window)
svn path=/branches/KDE/3.5/kdepim/; revision=648059
SVN commit 627119 by pradeepto:
Proko Issue 1367 : Made ".mbox" as a default extension/filter while saving messages.
CCMAIL : winterz@kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=641029
SVN commit 627119 by pradeepto:
Proko Issue 1367 : Made ".mbox" as a default extension/filter while saving messages.
TODO : implement to branches/3.5/kdepim as Commander Winter has given green signal :)
svn path=/branches/kdepim/enterprise/kdepim/; revision=641028
SVN commit 640463 by pradeepto:
Kolab/issue1384 and http://bugs.kde.org/show_bug.cgi?id=108939 -
Forward porting Till's proko2 implementation.
Commits #s 581382,588340,609388.
Don't allow base64 or qp encoding for message attachements, such
as when forwarding. (Kolab Issue 1384)
Make sure attached emails are never encoded in anything but 7 or 8 bit.
(Kolab Issue 1384)
Don't base64 encode forwarded messages, the rfc disallows it.
(Kolab Issue 1384)
TODO : forward port to pim+
CCMAIL : winterz@kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=640496
Forward porting Till's proko2 implementation.
Commits #s 581382,588340,609388.
Don't allow base64 or qp encoding for message attachements, such
as when forwarding. (Kolab Issue 1384)
Make sure attached emails are never encoded in anything but 7 or 8 bit.
(Kolab Issue 1384)
Don't base64 encode forwarded messages, the rfc disallows it.
(Kolab Issue 1384)
TODO : forward port to pim+ and branch/3.5/kdepim
svn path=/branches/kdepim/enterprise/kdepim/; revision=640463
By default, honor umask of the user when saving attachments,
but offer a config entry (without user interface) for those
who explicitely don't like that
([General] section, disregardUmask boolean)
svn path=/branches/KDE/3.5/kdepim/; revision=639336
expect any kind of weird side-effects that invalidate the pointers, such
as the header view selecting the next message for display while the
current folder is emptied during a message move...
Should fix kolab issue 1632.
svn path=/branches/kdepim/enterprise/kdepim/; revision=638311
Improve speed (mainly killing the reparsing which was done in KMMessage::asSendableString())
Kolab issue 1222
svn path=/branches/KDE/3.5/kdepim/; revision=633978
Improve speed (mainly killing the reparsing which was done in KMMessage::asSendableString())
Kolab issue 1222
svn path=/branches/kdepim/enterprise/kdepim/; revision=633977
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
- copying/moving of folders with drag&drop
- copy/cut/paste actions for folders and messages
svn path=/branches/kdepim/enterprise/kdepim/; revision=633254
Improved templates support from Dmitry:
1. Coding style fixes.
2. Little refactoring.
3. Custom reply/forward templates added (David Faure ask for them on list)
4. Various bug fixes, including major one -- wrong charset on %TEXT command
svn path=/branches/KDE/3.5/kdepim/; revision=614027
New template goodies from Dmitry:
1. Conversion phrases into templates
2. Per-identity templates
3. Templates are used also with multi-message forward (was missed)
4. C-style correction of templatesconfigurationimpl.cpp
5. Minimal and default sizes of templates configuration widget diminished a
little; folder properties are not so huge now.
6. Several commands added: %CCADDR, %CCNAME, %CCFNAME, %CCLNAME,
%OCCADDR, %OCCNAME, %OCCFNAME, %OCCLNAME
svn path=/branches/KDE/3.5/kdepim/; revision=614026
customize New messages, replies, and forwards, using theBat! language.
FEATURE:
GUI:
merge SVN commit 597343 by winterz:
New Templates Feature.
Code contributed by Dmitry Morozhnikov with some coding style mods by me.
svn path=/branches/KDE/3.5/kdepim/; revision=614022
FEATURE (sort of): Andreas' New Background Filtering code
Tested for several weeks now in the pim+ branch.
Approved by Andreas.
Trunkported weeks ago.
svn path=/branches/KDE/3.5/kdepim/; revision=608897
Patch provided by tsdgeos. Thanks Albert.
Wouldn't be surprised if there was a bug report for this but heck if I
can find it amongst so many BRs.
CCMAIL: aacid@kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=598927
I found some BRs associated with this crash under the KMail product,
but there might be some under KNode too (I was too lazy too look).
The i18n string is re-used from other parts of KMail so it is not new.
Notice I'd like a better message once another string unfreeze happens.
Also note that a better solution is to disable this menu item if
we can precompute that the email address under the mouse is not
in the addressbook. Perhaps for KDE4.
BUGS: 134728
svn path=/branches/KDE/3.5/kdepim/; revision=589345
"Message Part Properties" dialog stay on top and push currently the
composer window in the background (behind the kontact window) if
you change the setting/properties of an attachment. This should fix it.
svn path=/branches/KDE/3.5/kdepim/; revision=584699