Marc Mutz
c8efe4bb40
How could this ever compile? format() didn't override KMail::Interface::BodyPartFormatter::format() at all, and that one is pure virtual...
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=355511
22 years ago
Andreas Gungl
f4b90ebd8c
Backport fix for missing filter actions after application switch in Kontact
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=355403
22 years ago
Andreas Gungl
7ec9c0bf41
Backport the improved handling for the dynamically
...
created filter actions. Now they are hidden during
the editing of the toolbars to avoid that they are
plugged statically (which leads to crashes as the
bug reports have shown).
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=355391
22 years ago
Karl-Heinz Zimmer
e201c893b9
Bugfix (aegypten #39 ): When pressing 'T' in the draft folder, to edit a previously saved mail before sending it, we now get preselected the Crypto Module which we had used when saving that mail.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=354961
22 years ago
Ingo Klcker
3be6796ec7
Fix bug 91132 (attachment is not added to message when message with attachment is forwarded inline) by reverting the 'fix for aegypten issue39'. As Marc wrote in his cvs comment about the AttachmentCollector: 'Rough estimation of an attachment extractor. It probably fails in a thousand cases, but for what I wrote it (re-editing of signed/encrypted mails), it works surprisingly well already.' Well, that's probably the only case for that it actually works because obviously excluding all multipart/* message parts (isInExclusionList() returns true for all of them) can't work because attachments are always inside a multipart/* message part. Also the values of mDiveIntoEncryptions, etc. are not used. In its current state AttachmentCollector isn't even ready for HEAD let alone for a stable branch.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=354876
22 years ago
Bo Thorsen
09174269fb
From HEAD: Expunge did not tell the resources that something had changed. This is fixed now, and the slots have been put into one generic slot
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=354248
22 years ago
Bo Thorsen
1d8d8f1b0a
Let the expunged signal say where it came from. Required for my upcoming bugfix
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=354216
22 years ago
Marc Mutz
d95e73f286
- config.h must be first
...
- rename IDS_HEADER, IDS_VERSION to IDS_SEARCH_* to avoid confusion with IDS_* from kmmsgdict.cpp
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=354171
22 years ago
Ingo Klcker
676e306d97
Backport of
...
Don't translate the local prefix. It's part of the folder identifier but not a visible string (though it was in a previous version of the summary widget).
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353795
22 years ago
Till Adam
8c15ff62d9
Disable wordwrap in the composer for all inline invitation mails, not just
...
for those sent with autosending enabled.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353691
22 years ago
David Faure
210a31b320
Testing for oddness is done with %2 or &1, but not &2 :)
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353632
22 years ago
Laurent Montel
b65d66909b
Backport fix mem leak
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353603
22 years ago
Andreas Gungl
8a8ee8d75b
Backpport: Fix searching when the header field in question is
...
the first one of a message.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353207
22 years ago
Till Adam
36d2368e91
Set the identity in the composer window, not just the from.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352843
22 years ago
Karl-Heinz Zimmer
28e35434dc
reverting my commit: should not go into 3.3 branch
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352836
22 years ago
Karl-Heinz Zimmer
b510980f65
Bugfix: Make sure we detect when a read message, which we just decrypted, was encrypted using a for-signing-only key. (aegypten issue #220 )
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352834
22 years ago
Karl-Heinz Zimmer
1c4d508400
Bugfix: Make suer we detect when a read message, which we just decrypted, was encrypted using a for-signing-only key. (aegypten issue #220
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352833
22 years ago
Bo Thorsen
e7ee58cfcc
Put in a working email address
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352620
22 years ago
Bo Thorsen
84bb6b9769
Ported the proko2 changes of my last commit
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352595
22 years ago
Bo Thorsen
22a56f34e0
Backport: Don't use dcop to call a library method
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352586
22 years ago
nobody
a405d1751f
This commit was manufactured by cvs2svn to create branch
...
'KDE_3_3_BRANCH'.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352585
22 years ago
Bo Thorsen
756ae90f58
Don't use dcop to call a library method
...
svn path=/trunk/kdepim/; revision=352583
22 years ago
Ingo Klcker
f1b7e8da72
Backport of CVS commit by kloecker:
...
Partially revert moving the folder tree reloading to the end of the method because the folder tree has to be loaded in any case. This fixes the non-visible folders after starting KMail when the intro is shown.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352490
22 years ago
Ingo Klcker
42b8a04640
Partially revert moving the folder tree reloading to the end of the method because the folder tree has to be loaded in any case. This fixes the non-visible folders after starting KMail when the intro is shown.
...
svn path=/trunk/kdepim/; revision=352467
22 years ago
Andreas Gungl
074a9c53ef
Handle switching between Kontact parts gracefully with respect
...
to the dynamic toolbar filter actions in KMail.
CCMAIL: 89399-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=352454
22 years ago
Bo Thorsen
e4a0615bb6
From the branch: This would appear to be a very big change, but in fact it does absolutely nothing. It just removes an obscene amount of old kroupware code that is no longer used. There are no changes in this patch.
...
svn path=/trunk/kdepim/; revision=352373
22 years ago
Bo Thorsen
a9a4b2ee45
This would appear to be a very big change, but in fact it does absolutely nothing. It just removes an obscene amount of old kroupware code that is no longer used. There are no changes in this patch.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352371
22 years ago
Script Kiddy
9e1f193fee
CVS_SILENT made messages
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=352087
22 years ago
Till Adam
8304945802
Finally 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.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351842
22 years ago
Script Kiddy
b5a4c9e9a7
CVS_SILENT made messages
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351805
22 years ago
David Faure
7d8d84799a
Kolab annotation fix: always preserve ".default". https://intevation.de/roundup/kolab/issue406
...
svn path=/trunk/kdepim/; revision=351791
22 years ago
David Faure
415b2af8a4
Separate 0 from 1-and-many plural form, necessary for french (which uses the "1" form for "0" too)
...
CCMAIL: kde-francophone@kde.org
svn path=/trunk/kdepim/; revision=351651
22 years ago
Martin Koller
d02396e431
Fix the problem with unwanted appearance of hidden columns by disabling automatic stretching
...
svn path=/trunk/kdepim/; revision=351642
22 years ago
Till Adam
5a791ba4fa
Don't clear the readerwindow when new mail arrives in an imap folder.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351631
22 years ago
Till Adam
b624e920de
Backport of:
...
CVS commit by tilladam:
When making a connection to an imap server fails, set an error condition
and clear it after a timeout, so all waiting folders are stopped, and a
new mailcheck can try again.
This is based on a patch by Waldo with most bits moved to online imap only
since they don't make sense for dimap and some debug changes of very little
consequence. Thanks, dude.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351630
22 years ago
Till Adam
c084c93aad
When making a connection to an imap server fails, set an error condition
...
and clear it after a timeout, so all waiting folders are stopped, and a
new mailcheck can try again.
This is based on a patch by Waldo with most bits moved to online imap only
since they don't make sense for dimap and some debug changes of very little
consequence. Thanks, dude.
svn path=/trunk/kdepim/; revision=351625
22 years ago
Ingo Klcker
0f841fec00
grmbl. applyMainWindowSettings() is already called in the completely inappropriately named setupAccel().
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351576
22 years ago
Script Kiddy
fc26eb3859
CVS_SILENT made messages
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351552
22 years ago
Ingo Klcker
c422a514fc
No fixed size for the separate reader window and actually apply the MainWindowSettings that we do already save in the d'tor.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351462
22 years ago
Till Adam
5749c6bb9f
i18nify two strings. (backport revision 1.72)
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351443
22 years ago
Till Adam
77f92f4210
i18nify two strings.
...
svn path=/trunk/kdepim/; revision=351345
22 years ago
Till Adam
e9f5f82aea
Don't clear the reader window when new mail arrives in an imap folder.
...
Not 100% this doesn't have undesireable side effects, so I'm leaving it
commented out.
svn path=/trunk/kdepim/; revision=351327
22 years ago
Till Adam
8456ec5d05
Don't crash when trying to write empowering and educational messages to (backport revision 1.71)
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351325
22 years ago
Till Adam
9175e61648
Don't crash when trying to write empowering and educational messages to
...
a progress item that is no longer there because the target audience of
the message has not been quick enough in clicking away the even larger
empowering and educational "your connection just died" dialog.
CCMAIL: coolo@kde.org
svn path=/trunk/kdepim/; revision=351323
22 years ago
Script Kiddy
0a01db9958
CVS_SILENT made messages
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351191
22 years ago
Ingo Klcker
2f1935dc04
That's no longer necessary. KMainWindow does it for us.
...
svn path=/trunk/kdepim/; revision=351133
22 years ago
Karl-Heinz Zimmer
27e544ee06
Bugfix, preparing fix of aegypten bug 167: Make sure we do not ignore inline PGP encryption, if we want to store a read message in decrypted form. (note: This is a temporary solution to be exchanged by 1 line when the ObjectTreeParser is completely using the Kleo library.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=351131
22 years ago
David Faure
bdeb6e917f
Don't strip .default when no groupware functionality is enabled (yet). Last part of issue406.
...
svn path=/trunk/kdepim/; revision=350955
22 years ago
David Faure
96f8c7cb52
Forward-port annotation fixes for kolab issue406
...
svn path=/trunk/kdepim/; revision=350910
22 years ago
David Faure
1487ebbe19
Interestingly, there was no way to get the idString of the parent folder of a given folder.
...
Added owner() to make that possible, as discussed with Till.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=350902
22 years ago