Carsten Burghardt
e7fd85fc0d
Correctly set the selected folder when the parent changes
...
svn path=/trunk/kdepim/; revision=314916
22 years ago
David Faure
1234dae558
Cleaned up the old account::listDirectory() method, now unused.
...
Pass const QString& instead of QString& in the signal, when the caller isn't supposed
to change the value.
This showed an interesting issue in kmacctimap - the member vars were not needed,
and the clear() cleared the wrong one. All cleaned up (but please double-check).
svn path=/trunk/kdepim/; revision=314899
22 years ago
Carsten Burghardt
a61a7c63ab
Add the ListJob for imap, dimap and subscription.
...
I created a new FolderStorage::listDirectory method to make it easier.
Add a Refresh folder list to the context menu of imap folders as the user
will probably not know how to refresh the listing (collapsing does the same).
This is needed together with the list-only-open-folders thing.
svn path=/trunk/kdepim/; revision=314858
22 years ago
Carsten Burghardt
a9732f135b
Add the "list only open folders" feature.
...
Change the KMFolderMgr::find methods a bit to actually find all folders.
Oh well, and assign ids to all folders.
svn path=/trunk/kdepim/; revision=313955
22 years ago
Carsten Burghardt
8fda7bc833
Great speedup for the subscription dialog.
...
CCMAIL: 73472@bugs.kde.org
svn path=/trunk/kdepim/; revision=305914
22 years ago
Carsten Burghardt
5cdaf312c1
Speedup for the subscription dialog.
...
CCMAIL: 73472@bugs.kde.org
svn path=/trunk/kdepim/; revision=304737
22 years ago
Carsten Burghardt
104a3af1a0
Speedup the subscription dialog and add a new list type LSUBNOCHECK.
...
It depends on the new imap4 kioslave in kdepim.
73472-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=303373
22 years ago
Carsten Burghardt
4e3d9c33b8
Kill pending jobs when the subscription dialog is closed
...
svn path=/trunk/kdepim/; revision=302125
22 years ago
Carsten Burghardt
b2deaf16fc
Display subscriptions correctly even if the INBOX is not subscribed
...
svn path=/trunk/kdepim/; revision=295230
22 years ago
Carsten Burghardt
d2f9983088
Forward port from the BRANCH: make only items checkable that can hold content
...
svn path=/trunk/kdepim/; revision=288244
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
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