Volker Krause
30b0b6df59
Make sure the text editor is large enough to contain the default
...
template without scrollbars.
svn path=/branches/kdepim/enterprise/kdepim/; revision=747622
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Till Adam
464b11a6ec
Merge (mostly) hidden config options and their uses from proko2, namely:
...
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
-
svn path=/branches/kdepim/enterprise/kdepim/; revision=662540
19 years ago
Till Adam
8d6c64b99d
Add another kiosk-able option which allows vacation scripts in principle, but hardcodes the domain and react-to-spam flags.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=598969
20 years ago
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Hasso Tepper
fa22c443a4
More spinbox fixes in the kdepim to handle plurals currectly.
...
CCMAIL: kde-et@linux.ee
svn path=/branches/KDE/3.5/kdepim/; revision=522155
20 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
Till Adam
ca7af2f371
Invert the logic for the "don't send out-of-office replies to span"
...
feature.
svn path=/branches/proko2/kdepim/; revision=404892
21 years ago
Marc Mutz
f9e534d51d
Extend vaction functionality to match what the Kolab web GUI offers: Restrict sending of vacation replies for known spam and to addresses outside of the company.
...
svn path=/branches/proko2/kdepim/; revision=401754
21 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
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Marc Mutz
5ba4c76dc7
Fix kroupware issues #340 and #324 : Make {vacation text,mail aliases} editable.
...
Don't forget to compile libksieve before kmail now.
svn path=/trunk/kdepim/; revision=239044
23 years ago
Daniel Molkentin
9b71a29693
debug areas for HEAD, too
...
svn path=/trunk/kdenetwork/kmail/; revision=198200
24 years ago
Marc Mutz
c207fdd2e9
from kroupware_branch: Sieve Vacation support
...
svn path=/trunk/kdenetwork/kmail/; revision=190697
24 years ago