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
3b2c8a3b36
License update
...
svn path=/trunk/kdepim/; revision=278702
23 years ago
Carsten Burghardt
b46a5c4f08
Do not crash when a folder is removed on the imap server behind kmails back.
...
Actually delete the folder in this case and do not block the new-mail-checks.
Fix Yet Another Disappearing Inbox.
Can anybody please commit this to osnabrueck_branch?
CCMAIL: 72031-done@bugs.kde.org
CCMAIL: coolo@kde.org
svn path=/trunk/kdepim/; revision=278028
23 years ago
Carsten Burghardt
abfdca2e4f
Fix loop with courier and personal namespace.
...
CCMAIL: 60516-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=240273
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
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
Carsten Burghardt
440c7990a2
Fix imap notification and select notification on a per-folder basis.
...
svn path=/trunk/kdepim/; revision=206111
23 years ago
Laurent Montel
91287755bd
Fix crash when account() is null.
...
But better fix it to disable action when accout() is null
svn path=/trunk/kdepim/; revision=204829
23 years ago
Carsten Burghardt
fb2264ec98
Some small bugfixes and the migration to imapaccountbase
...
svn path=/trunk/kdenetwork/kmail/; revision=194631
24 years ago
Carsten Burghardt
6bbd788c03
rename subscription to subscriptiondialog
...
svn path=/trunk/kdenetwork/kmail/; revision=193801
24 years ago
Carsten Burghardt
53c70621cc
move to namespace KMail
...
svn path=/trunk/kdenetwork/kmail/; revision=192279
24 years ago
Carsten Burghardt
a412017ce7
Add the kmail-specific subscription classes. They're not activated yet.
...
svn path=/trunk/kdenetwork/kmail/; revision=192257
24 years ago