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
bbdcd95335
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
...
svn path=/trunk/kdepim/; revision=240060
23 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Zack Rusin
61d7674091
Changing the licence on my files to the one agreed on the list some time ago.
...
svn path=/trunk/kdepim/; revision=206640
23 years ago
David Faure
483a2592de
A somewhat big merge of my changes in kroupware_branch.
...
Progress info stuff, mapJobData made private, code factorization, etc.
svn path=/trunk/kdepim/; revision=202375
23 years ago
Zack Rusin
30f7382331
Asynchronous jobs for all folders.
...
Adding those, not used anywhere yet. New diff sent to the list. I'm just sick
of working on them in make_it_cool and moving to HEAD manually to test.
svn path=/trunk/kdenetwork/kmail/; revision=193252
24 years ago