Zack Rusin
f85d94339b
From the series: zack does magic and you, the common people, stand in awe.
...
Implementing automagic mailing list handling: KMail can now detect whether
a folder stores a mailing list in which case it will try to determine its post,
subscribe, unsubscribe, archive and help addresses.
Aaron could you figure out where the kaction's invoking post,subscribe... could
be put?
CCMAIL: aseigo@kde.org
svn path=/trunk/kdepim/; revision=295216
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
Dirk Mueller
e32763daaa
make the code less insane
...
svn path=/trunk/kdepim/; revision=249997
23 years ago
Laurent Montel
6019f52737
Fix includes
...
svn path=/trunk/kdepim/; revision=215406
23 years ago
Marc Mutz
0b9e01305b
janitorial: more "x" -> 'x' changes (x is a single char), in files where it's used with QString::find() or ::contains(). Anyone wants to do the rest (for correctness)?
...
svn path=/trunk/kdenetwork/kmail/; revision=187033
24 years ago
Zack Rusin
78846a080b
Backporting from make_it_cool.
...
svn path=/trunk/kdenetwork/kmail/; revision=180461
24 years ago
Zack Rusin
1835fb0ecd
First in series of mailing list handling patches - subscribe, unsubscribe, list id, post, archive and list help are supported (but in a limited way)
...
svn path=/trunk/kdenetwork/kmail/; revision=151055
24 years ago
Marc Mutz
01574b5734
Recognize x-ml-name as containing the address of a mailing-list.
...
Patch by Takumi ASAKI <asataku(at)osk3.3web.ne.jp>
svn path=/trunk/kdenetwork/kmail/; revision=146160
24 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Stephan Kulow
6a95524b2e
detect ezmlm mailing lists
...
svn path=/trunk/kdenetwork/kmail/; revision=113288
25 years ago
Michael Haeckel
d942bedded
Get rid of all remaining ASCII_CAST and COMPAT issues.
...
It is now even possible to give accounts non-latin names.
svn path=/trunk/kdenetwork/kmail/; revision=102514
25 years ago
Michael Haeckel
db9f4d2732
Some filter fixes.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=98117
25 years ago
Michael Haeckel
cd3eb30896
Add List-Id to the mailing list headers and a little fix for X-Mailing-List.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=94284
25 years ago
Stephan Kulow
f50e29fc56
commiting my revision of Don's rapidfilter patch. Also automatic detection
...
of Mailing lists added (idea borrowed from evolution)
svn path=/trunk/kdenetwork/kmail/; revision=92483
25 years ago