Ingo Klcker
2c715b30da
Merge from osnabrueck_branch: all
...
svn path=/trunk/kdepim/; revision=280772
22 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
Ingo Klcker
d616951db2
Replace NULL and 0L with 0 everywhere and clean up some delete foo
...
svn path=/trunk/kdenetwork/kmail/; revision=183391
24 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Stefan Taferner
d5f5d0c62b
Added a simple shell script that converts MH style mail folders to those
...
that KMail likes (dir with numbered messages to one large file).
Attachments can now be shell scripts. Defined by adding a | after the
name of the script in Settings->Identity->Signature.
svn path=/trunk/kdenetwork/kmail/; revision=2764
29 years ago
Stefan Taferner
2bf8c1600a
New version of KMail with nearly re-written message and folder classes B-)
...
Still somewhat unstable, but attachments start to work \!
svn path=/trunk/kdenetwork/kmail/; revision=2334
29 years ago
Stefan Taferner
e040f05ccc
Fixed various things and added latest changes of Markus.
...
svn path=/trunk/kdenetwork/kmail/; revision=2050
29 years ago
Stefan Taferner
7f3b372970
Rewritten mail accounts code. Currently sending of mails is broken.
...
I do not know why. Markus, any idea ?
svn path=/trunk/kdenetwork/kmail/; revision=1934
29 years ago
cvs
1159f39d2f
Stefan: added folder selection in settings dialog and fixed some bugs in the settings dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=1117
29 years ago
cvs
aff33a9cb8
Stefan: fixed tons of bugs. Folder access now faster. Individual messages can now be deleted (moved to trash). Still somewhat unstable.
...
svn path=/trunk/kdenetwork/kmail/; revision=1105
29 years ago
cvs
c24636f6a6
Stefan: added install option for pixmaps and for documents.
...
First implementation of shortcut class for easy access of the
standard Kde keys. This class should go into kdecore and be
accessible via KApplication.
Cleanup of toolbar icons, started using KIconLoader.
svn path=/trunk/kdenetwork/kmail/; revision=1098
29 years ago
cvs
adf1620afa
Added handling of account configuration and add/modify for folders.
...
Also fixed lots of bugs. B-)
svn path=/trunk/kdenetwork/kmail/; revision=980
29 years ago
Stefan Taferner
4285d01965
Some new files that were missing yesterday ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=763
29 years ago