Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Till Adam
d17ee1b7af
Move isComplete()/setComplete() and readyToShow()/setReadyToShow() out
...
of KMsgBase and into KMMessage, they are exclusively used on those and
don't make sense for MsgBase objects. Implement them using boolean
bits instead of the MessageProperty map, as discussed a while ago on
kmail-devel.
svn path=/trunk/KDE/kdepim/; revision=430849
21 years ago
Till Adam
752f0909b5
Don't prematurely set messages complete. (Bandaid fix, we'll have to
...
solve this properly in trunk.)
svn path=/branches/kdepim/proko2/kdepim/; revision=420110
21 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Carsten Burghardt
c3faf25932
Fix copying/moving of imap messages to different accounts.
...
It introduces a new flag readyToShow for a message instead of using the isComplete flag.
svn path=/trunk/kdepim/; revision=276304
23 years ago
Don Sanders
d5b1bdc02e
Update copyright / license to urlhandlermanager.h style.
...
svn path=/trunk/kdepim/; revision=262908
23 years ago
Don Sanders
591c2cf1bd
A place to store properties that some but not necessarily all messages have
...
svn path=/trunk/kdepim/; revision=262398
23 years ago