Marc Mutz
f1c66804b2
Qt3 compile fixes. The last problem is in kmcomposewin.cpp
...
svn path=/trunk/kdenetwork/kmail/; revision=112567
25 years ago
Stephan Kulow
6164556515
use debug area 5006 - so I can read mails without seeing tons of debug output
...
svn path=/trunk/kdenetwork/kmail/; revision=101769
25 years ago
Carsten Pfeiffer
e775d75557
- internal addressbook based on QStringList now
...
- showing off recent addresses in addressbook dialog is configurable
(default off)
svn path=/trunk/kdenetwork/kmail/; revision=101069
25 years ago
Michael Haeckel
0ab56514ed
Use KAddressbook instead of Abbrowser and default to it.
...
svn path=/trunk/kdenetwork/kmail/; revision=99832
25 years ago
Michael Haeckel
84eeb6eb0e
Use KConfigGroupSaver everywhere.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97385
25 years ago
Michael Haeckel
27aeb7af3c
Fix the quotation mark issue the way I prefer it and with 92% less code :-)
...
svn path=/trunk/kdenetwork/kmail/; revision=94667
25 years ago
Helge Deller
96eebaccb5
if kmail uses kab's addressbook, check if quotes are really needed around the names.
...
svn path=/trunk/kdenetwork/kmail/; revision=94398
25 years ago
Stephan Kulow
fec2831df5
removing "const QString" in return values and parameters. It only confuses compilers,
...
using const QString& in parameters and QString in return values
svn path=/trunk/kdenetwork/kmail/; revision=92546
25 years ago
Michael Haeckel
3e62b3a228
The default addressbook is now Traditional KMail with KAB database.
...
That we we don't require kdepim or kdeutils installed, by default, but we use
by default the KAB databese and non-latin characters work by default.
svn path=/trunk/kdenetwork/kmail/; revision=91372
25 years ago
Daniel Naber
753c1e2e05
fix for #14101 ("only one email address of a person in KAB shows up in KMail")
...
svn path=/trunk/kdenetwork/kmail/; revision=89622
25 years ago
Don Sanders
1491a4339d
Make it compile on aix, and remove a debug statement.
...
===================================================================
RCS file: /home/kde/kdenetwork/kmail/kmaddrbook.cpp,v
retrieving revision 1.30
diff -u -b -r1.30 kmaddrbook.cpp
--- kmaddrbook.cpp 2001/01/22 21:15:12 1.30
+++ kmaddrbook.cpp 2001/02/18 21:00:27
@@ -2,6 +2,7 @@
// Author: Stefan Taferner <taferner@kde.org>
// This code is under GPL
+#include <config.h>
#include "kmaddrbook.h"
#include <kapp.h>
#include <kconfig.h>
@@ -112,7 +113,6 @@
while ( !t.eof() )
{
line = t.readLine();
- kdDebug() << QString("load ") + line << endl;
if (line[0]!='#' && !line.isNull()) inSort((const char *)line.local8Bit());
}
rc = file.status();
Index: kmfilter.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kmail/kmfilter.cpp,v
retrieving revision 1.29
diff -u -b -r1.29 kmfilter.cpp
--- kmfilter.cpp 2001/02/15 00:28:45 1.29
+++ kmfilter.cpp 2001/02/18 21:00:27
@@ -1,6 +1,7 @@
// kmfilter.cpp
// Author: Stefan Taferner <taferner@kde.org>
+#include <config.h>
#include "kmfilter.h"
#include "kmglobal.h"
#include "kmmessage.h"
Index: main.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kmail/main.cpp,v
retrieving revision 1.113
diff -u -b -r1.113 main.cpp
--- main.cpp 2001/01/19 09:52:28 1.113
+++ main.cpp 2001/02/18 21:00:27
@@ -1,6 +1,7 @@
// KMail startup and initialize code
// Author: Stefan Taferner <taferner@alpin.or.at>
+#include <config.h>
#include <signal.h>
#include <unistd.h>
#include <stdio.h>
Index: vcard.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kmail/vcard.cpp,v
retrieving revision 1.9
diff -u -b -r1.9 vcard.cpp
--- vcard.cpp 2000/09/06 05:46:27 1.9
+++ vcard.cpp 2001/02/18 21:00:28
@@ -26,6 +26,7 @@
// FIXME: do proper CRLF/CR handling
// FIXME: handle TYPE=x,y,z qualifiers
+#include <config.h>
#include "vcard.h"
#include <stdlib.h>
#include <ctype.h>
svn path=/trunk/kdenetwork/kmail/; revision=83507
25 years ago
Michael Haeckel
2f95097a72
Launching abbrowser of KAB and adding addresses to the address book works
...
again.
For some reason KRun::run does no longer work with empty url lists, we use
KRun::runCommand now.
svn path=/trunk/kdenetwork/kmail/; revision=79635
26 years ago
Michael Haeckel
6174b486ec
Patch by "Sergey A. Sukiyazov" <ssykiyazov@freemail.ru>
...
Our obsolete internal addressbook now supports non-latin encodings.
svn path=/trunk/kdenetwork/kmail/; revision=74578
26 years ago
Don Sanders
32531f4dd6
Better support for address book aliases.
...
svn path=/trunk/kdenetwork/kmail/; revision=69169
26 years ago
Michael Haeckel
c7160ab733
Commas within quotations marks are now parsed correctely when displayed in the
...
reader window and when added to the addressbook.
svn path=/trunk/kdenetwork/kmail/; revision=68543
26 years ago
David Faure
91cc5ab9e6
Trivial fix for compiler warning
...
svn path=/trunk/kdenetwork/kmail/; revision=61401
26 years ago
Hans Petter Bieker
0007cd8b56
Cleaner compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=59916
26 years ago
Don Sanders
545598d23f
Work around QFile weirdness, is this is qt bug? Will follow this up
...
tomorrow...
Fixes grave kmail bug, but if I understand this correctly after a
successful file.open call file.status is returning != IO_Ok, which is not
good.
svn path=/trunk/kdenetwork/kmail/; revision=58739
26 years ago
Don Sanders
a1ddd46356
Clean up odds and ends for external address book support.
...
svn path=/trunk/kdenetwork/kmail/; revision=58066
26 years ago
Don Sanders
91550bcf2a
Better support for external address books.
...
svn path=/trunk/kdenetwork/kmail/; revision=57675
26 years ago
Don Sanders
b14b41834c
Fixed bug where the user wasn't able to select from a variety of
...
address book GUIs.
svn path=/trunk/kdenetwork/kmail/; revision=57544
26 years ago
Don Sanders
846319f143
Cleanups, avoid warnings
...
svn path=/trunk/kdenetwork/kmail/; revision=56695
26 years ago
Don Sanders
da6be54c39
Completed implementing respectable libkab/kmail integration.
...
When "use kab" is choosen
Address completion suppots using libkab as a backend.
Standard Kmail Address Selection dialog supports uisng libkab.
Standard Kmail Address Selector/editor dialog supports using libkab.
So I haven't added new dialogs here I've just ported the old ones over to
using libkab optionally. There is however the (right click on an email
link) add address to addressbook dialog Mirko wrote.
I still have to do some more QA on this stuff but it seems ok.
Limitations
User notification of errors could be improved, but maybe that is
done in libkab anyway (it seems pretty talkative when it creates
databases...)
No option for people to add their 'upgrade' their standard kmail
addressbook info into a libkab database at the moment.
The "use kab" option has to be moved into the configuration dialog.
Would be nice to implement support for alternative addressbook GUIs.
svn path=/trunk/kdenetwork/kmail/; revision=56218
26 years ago
Don Sanders
3c3f8b3315
Routine fixes for library changes.
...
svn path=/trunk/kdenetwork/kmail/; revision=44328
26 years ago
Hans Petter Bieker
5d0397dd9f
More qstrings.
...
svn path=/trunk/kdenetwork/kmail/; revision=41815
26 years ago
Waldo Bastian
3c9b35b72a
WABA: QMessageBox -> KMessageBox
...
svn path=/trunk/kdenetwork/kmail/; revision=35591
27 years ago
Kalle Dalheimer
e6ba799997
The dreaded library cleanup: getConfig() -> config() and friends (see separate mail)
...
svn path=/trunk/kdeutils/knotes/; revision=30349
27 years ago
Stephan Kulow
9408b3fa6e
some more KDE2 changes. Some left. I'm neither a XDND or QSplitter expert :)
...
svn path=/trunk/kdenetwork/kmail/; revision=26078
27 years ago
Waldo Bastian
46dee6cf01
WABA: KStandardDirs changes
...
svn path=/trunk/kdenetwork/kmail/; revision=24061
27 years ago
Christian Esken
48af2b4197
#inlcude kconfig and klocale issues
...
svn path=/trunk/kdenetwork/kmail/; revision=20108
27 years ago
Stephan Kulow
4f167aec94
CVS_SILENT fixing some header files (mainly adding klocale.h)
...
svn path=/trunk/kdeutils/knotes/; revision=19976
27 years ago
Stephan Kulow
1afae79487
CVS_SILENT ported to Qt 2.0
...
svn path=/trunk/kdeutils/knotes/; revision=17396
27 years ago
Stefan Taferner
4c1c066f7d
* Addressbook: finally fixed bug in not reading last line.
...
Thanks to all who reported!
* Replaced occurances of KTopLevelWidget with KTMainWindow.
svn path=/trunk/kdenetwork/kmail/; revision=10715
28 years ago
Stephan Kulow
2fe913b217
I know, Ok is ok too, but OK is more OK some GUI guides say :)
...
svn path=/trunk/kdenetwork/kmail/; revision=10430
28 years ago
Markus Wuebben
5a86847069
//$markus: small fixes
...
svn path=/trunk/kdenetwork/kmail/; revision=10410
28 years ago
Markus Wuebben
c96fac8ec3
//$markus: -more stabilization
...
svn path=/trunk/kdenetwork/kmail/; revision=8616
28 years ago
Stefan Taferner
c0d9413bd3
* Composer: changed behaviour of email completion a bit.
...
Now it is possible to add multiple recipients with comma
separated and complete also those after the first one.
Drawback: email addresses with comma in them are not
handled properly currently.
svn path=/trunk/kdenetwork/kmail/; revision=8605
28 years ago
Stefan Taferner
3015f41a72
* dead.letter is now written when kmail crashes
...
* some bugs fixed
svn path=/trunk/kdenetwork/kmail/; revision=5108
29 years ago
Stefan Taferner
a8c63f70b5
With permission of Coolo and certification of Chris I apply a major bugfix
...
block for KMail:
- Attachments work again
- sending of messages > 64K with sendmail now works
- PGP passphrase is no longer printed to stdout
- inline attachments are handled better
- serious bugs in filter code fixed (filter-Gui is still missing)
- removed KEdit widget (now in KdeLibs)
- fixed some bugs in addressbook editor
- send-again of messages: changing of header fields in the composer did
not really change the contents of the message's header field
svn path=/trunk/kdenetwork/kmail/; revision=4882
29 years ago
Stefan Taferner
898d477166
* added PGP support
...
* fixed a bunch of bugs, esp. in the sender
* fixed bugs found due to Coolo's purify log :-))
svn path=/trunk/kdenetwork/kmail/; revision=4054
29 years ago
Stefan Taferner
f8397ccf9c
* fixed problem with stupid change of KProcess::setExecutable()
...
* added first version of a simple addressbook
svn path=/trunk/kdenetwork/kmail/; revision=3632
29 years ago