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
Marc Mutz
556227ccc0
Abstract KMComposeWin behind KMail::Composer. Patch as posted on kmail-devel.
...
svn path=/trunk/KDE/kdepim/; revision=429149
21 years ago
Thomas Zander
e9bc21966a
Remove unneeded include for kmkernel.h (37 files less to compile on every change!)
...
svn path=/trunk/KDE/kdepim/; revision=425088
21 years ago
Ingo Klcker
d2cf0a61d4
- hide deprecated DCOP calls
...
- output "Deprecated" debug message in case the deprecated DCOP calls are used
- coding style fixes
svn path=/trunk/kdepim/; revision=302866
22 years ago
Martin Kbele
ddba80d6e2
added two new dcop methods in MailServiceTransportIface::sendMessage.
...
Added the parameter "From"
svn path=/trunk/kdepim/; revision=302715
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
Zack Rusin
db7b5a0775
To Danimo: implemented the MailTransportServiceIface in KMail.
...
To Sven: follow the style of the file to which you are committing.
To all others: removing printf's and switching some asserts.
To myself: you got a nice butt.
svn path=/trunk/kdepim/; revision=223697
23 years ago