Stephan Binner
2f7ca20d88
Yes/No dialog buttons are bad for usability
...
svn path=/trunk/KDE/kdepim/; revision=438196
21 years ago
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
Thomas Zander
73eda4578c
These files include, but don't need kmmessage.h (11 of the previous 22...)
...
svn path=/trunk/KDE/kdepim/; revision=425083
21 years ago
Thomas Zander
42c1b47c49
Implement wish 67038: Managing subscriptions shows no result
...
On showing of this dialog the user is asked if this means he wants to use
subscriptions, after pressing 'yes' (and OK-ing this dialog) the
subscriptions are enabled for the account.
svn path=/trunk/KDE/kdepim/; revision=423007
21 years ago
Carsten Burghardt
526f543495
Reset all vars when a new listing is started.
...
Good catch, thanks for the report.
BUGS:105979
svn path=/trunk/KDE/kdepim/; revision=415861
21 years ago
Carsten Burghardt
c28e46e8c6
Add namespace support to kmail.
...
Make sure that you also update your imap4 kioslave.
BUGS:30707
svn path=/trunk/KDE/kdepim/; revision=412144
21 years ago
David Faure
e34cfce661
Don't kill running mailchecks when cancelling the subscription dialog.
...
Approved by Carsten B. ("Subscription dialog cancelling" post on kmail-devel)
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=357823
22 years ago
David Faure
f6c44f3495
Don't kill running mailchecks when cancelling the subscription dialog.
...
Approved by Carsten B. ("Subscription dialog cancelling" post on kmail-devel)
svn path=/trunk/kdepim/; revision=357823
22 years ago
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