Michael Haeckel
3e90eb2243
Add the possibility to add attachments via the command line.
...
Patch by Andreas Schlapbach <schlpbch@iam.unibe.ch>
svn path=/trunk/kdenetwork/kmail/; revision=95784
25 years ago
Stephan Kulow
6b809f4033
adding myself to the list of authors :)
...
svn path=/trunk/kdenetwork/kmail/; revision=94528
25 years ago
Stephan Kulow
774838c000
some fixes for CC
...
svn path=/trunk/kdenetwork/kmail/; revision=92720
25 years ago
Luk Tinkl
b7e887ab2c
insert the "libkdenetwork" catalog to make it translated
...
svn path=/trunk/kdenetwork/kmail/; revision=91849
25 years ago
Daniel Naber
476ec3fdd1
the homepage url is now at the correct place in this long
...
list of parameters
svn path=/trunk/kdenetwork/kmail/; revision=84313
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
Simon Hausmann
eee540ccb3
- tell the dcop client about the default object
...
svn path=/trunk/kdenetwork/kmail/; revision=78993
26 years ago
Lars Knoll
8923af4987
use more descriptive encoding names. I unfortunately still didn't get that
...
working in the composer. Anyway, the composer should aswell use
availableEncodingNames/descriptiveEncodingNames instead of
availableCharsetNames(). It can then use charsetForEncoding() to find out
which charset to use to display this.
svn path=/trunk/kdenetwork/kmail/; revision=77859
26 years ago
Daniel Naber
a5139c3ae2
Now there's a "real" listing of authors in the About box
...
as in other KDE programs.
svn path=/trunk/kdenetwork/kmail/; revision=75684
26 years ago
Daniel Naber
e8640da0b9
removing non necessary i18n_noop
...
svn path=/trunk/kdenetwork/kmail/; revision=75637
26 years ago
Daniel Naber
b3ea3510fc
don't tell people to mail bugs directly to the mailing list;
...
updated my email address
svn path=/trunk/kdenetwork/kmail/; revision=75579
26 years ago
Don Sanders
22b10420f9
Patch from Frerich Raabe <frerichraabe@gmx.de>
...
Add a --body commandline parameter which lets you pass a template body
text to KMail without using an extra file
svn path=/trunk/kdenetwork/kmail/; revision=66105
26 years ago
Don Sanders
bb0025889e
Fix critical crash when changing folder bug introduced recently.
...
svn path=/trunk/kdenetwork/kmail/; revision=63748
26 years ago
Don Sanders
fc54b86e4b
Updated about text, had to remove some text to keep in within
...
800*600.
--- main.cpp 2000/07/31 11:18:26 1.105
+++ main.cpp 2000/09/03 23:52:30
@@ -44,7 +44,8 @@
"Stefan Taferner <taferner@kde.org>,\n"
"Don Sanders <don@sanders.org>,\n"
"Waldo Bastian <bastian@kde.org>,\n"
- "Andreas Gungl <Andreas.Gungle@osp-dd.de>,\n"
+ "Andreas Gungl <a.gungl@gmx.de>,\n"
+ "Michael Haeckel <michael@haeckel.net>,\n"
"Lars Knoll <knoll@mpi-hd.mpg.de>,\n"
"J. Nick Koston <bdraco@darkorb.net>,\n"
"Daniel Naber <dnaber@mini.gt.owl.de>,\n"
@@ -52,11 +53,8 @@
"Espen Sand <espen@kde.org>,\n"
"George Staikos <staikos@kde.org>,\n"
"Mario Weilguni <mweilguni@sime.com>,\n"
- "Robert D. Williams <rwilliams@kde.org>\n\n"
- "based on the work of:\n"
- "Lynx <lynx@topaz.hknet.com>,\n"
- "Stephan Meyer <Stephan.Meyer@pobox.com>\n"
- "and the above authors.\n\n"
+ "Robert D. Williams <rwilliams@kde.org>\n"
+ "Markus Wuebben <markus.wuebben@kde.org>\n\n"
"Please send bugreports to kmail@kde.org";
svn path=/trunk/kdenetwork/kmail/; revision=62576
26 years ago
Don Sanders
d24d427907
--msg option wasn't working, now it does.
...
svn path=/trunk/kdenetwork/kmail/; revision=59362
26 years ago
Waldo Bastian
a671dc2506
WABA: Fix BR6454, you need to update kdelibs/dcop for this!!
...
svn path=/trunk/kdenetwork/kmail/; revision=58710
26 years ago
Don Sanders
aa98f8130d
Some how all the developers names had been removed from the about box.
...
Giving the developers credit for their work again.
svn path=/trunk/kdenetwork/kmail/; revision=57296
26 years ago
Waldo Bastian
afad830ad7
WABA: Make KMail a KUniqueApplication.
...
svn path=/trunk/kdenetwork/kmail/; revision=56748
26 years ago
Waldo Bastian
1d96ed9262
WABA: Let KMail use DrKonqi. It actually works! (See BR 4499 :-)
...
svn path=/trunk/kdenetwork/kmail/; revision=51922
26 years ago
George Staikos
6ca416d33d
My final update for the authors list. This should have all the current
...
authors in. Sorry Rob, Waldo, et al. <grin>. The KRN dialog is much too
broken to use in place of our old dialog right now.
svn path=/trunk/kdenetwork/kmail/; revision=50490
26 years ago
Espen Sand
91bb58232f
Changing "espensa@online.no" to "espen@kde.org" in the author list
...
26 years ago
George Staikos
9e8168c5a2
Updated the About dialog to include more current names. Sorry if I missed
...
anyone or put in an incorrect email address. I tried my best <grin>.
svn path=/trunk/kdenetwork/kmail/; revision=49861
26 years ago
David Faure
2c5335f82b
Compiles with --enable-final. Some #undef for stupid X headers (are 4.0 headers
...
so stupid ?) and had to put one file first in Makefile.am since it #defines
protected public for an include :-)
svn path=/trunk/kdenetwork/kmail/; revision=49096
26 years ago
Don Sanders
d9d54831ab
Removed unused define in main.cpp
...
Applied improved experimental account feedback patch from DN
Applied multiselection address dialog patch from DN
svn path=/trunk/kdenetwork/kmail/; revision=48134
26 years ago
Sven Radej
fd968c341e
sven: Removed old signal-driven IPC and introduced DCOP interface. New
...
class KMKernel holds all previously static objects.
svn path=/trunk/kdenetwork/kmail/; revision=44623
26 years ago
Don Sanders
8f1dd985ec
Merging in some of the background mail checking stuff. The new experimental
...
pop account type won't work until I check in an updated pop3 kioslave
(which won't be for a few more days at least). But everything should still
compile and run fine(ish) anyway.
Email me sanders@kde.org cc'ing the kmail list if something is screwed.
svn path=/trunk/kdenetwork/kmail/; revision=42010
26 years ago
Harri Porten
4fbdea49cd
kDebugInfo
...
svn path=/trunk/kdenetwork/kmail/; revision=41196
26 years ago
Nicolas Hadacek
b1bf0f0c69
KAccel/KStdAccel API cleanup + KAction/KAccel extension
...
svn path=/trunk/kdeutils/knotes/; revision=40229
26 years ago
Don Sanders
d5945b1571
An assortment of patches from Daniel.
...
svn path=/trunk/kdenetwork/kmail/; revision=39332
27 years ago
Don Sanders
ecf91f228d
The handling of Qt-warnings in KMail have caused problems on many occasions, and I think it's time to handle them in a less intrusive manner. That is use kdebug instead of KMessageBox.
...
At least this change fixes some of the current problems.
svn path=/trunk/kdenetwork/kmail/; revision=39208
27 years ago
David Faure
0e9f2e9e61
GPL -> License_GPL. Note that it would have been a lot simpler to
...
BSD -> BSD_License and let the other ones untouched.
svn path=/trunk/kdenetwork/kmail/; revision=39029
27 years ago
Waldo Bastian
af277b45cb
WABA: Provide both short and long command line options.
...
svn path=/trunk/kdenetwork/kmail/; revision=38165
27 years ago
Waldo Bastian
e8e52cb453
WABA: Use KAboutData / KCmdLineArgs
...
svn path=/trunk/kdenetwork/kmail/; revision=37977
27 years ago
Waldo Bastian
9ce7a86699
WABA: My XMas gift for Christien & David.
...
svn path=/trunk/kdenetwork/kmail/; revision=37230
27 years ago
Waldo Bastian
ac41389e7b
WABA: Some rearrangements of header files
...
svn path=/trunk/kdenetwork/kmail/; revision=37003
27 years ago
Don Sanders
ae73a46ede
Reasonable intelligent fix up out sync unread messages logic and fixed up typo QCache -> Cache
...
svn path=/trunk/kdenetwork/kmail/; revision=35940
27 years ago
Don Sanders
84f4636333
Ignore stripping and QCache warnings.
...
svn path=/trunk/kdenetwork/kmail/; revision=35907
27 years ago
Waldo Bastian
6cd00d3ca1
WABA: Added missing include
...
svn path=/trunk/kdenetwork/kmail/; revision=35647
27 years ago
Waldo Bastian
3c9b35b72a
WABA: QMessageBox -> KMessageBox
...
svn path=/trunk/kdenetwork/kmail/; revision=35591
27 years ago
David Faure
1bb9dda8ab
CVS_SILENT removed duplicate headers - difficult one because of #ifdef KRN
...
svn path=/trunk/kdenetwork/kmail/; revision=34851
27 years ago
Bernhard Rosenkraenzer
33daee7c07
Fix compilation
...
svn path=/trunk/kdenetwork/kmail/; revision=33156
27 years ago
Don Sanders
b3075eceb3
The Merge. QT 2.1 (cvs) now required.
...
svn path=/trunk/kdenetwork/kmail/; revision=33018
27 years ago
Stefan Taferner
d1e61aa558
* Switched folder-tree widget to QListView. Currently
...
drag&drop of messages is therefore broken.
* Added support for subdirectories in ~/Mail -> hierarchical
folders!
* Changed ancient folder edit/create dialog to something
more useful.
svn path=/trunk/kdenetwork/kmail/; revision=30538
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
Waldo Bastian
16fcc9f702
WABA: Changes for toplevelwidget
...
svn path=/trunk/kdenetwork/kmail/; revision=30075
27 years ago
Don Sanders
861c30878a
GnuPG is now supported thanks to J. Nick Koston
...
svn path=/trunk/kdenetwork/kmail/; revision=28982
27 years ago
Don Sanders
95347072ed
Cleaned up several incorrect uses of QMessageBox result.
...
svn path=/trunk/kdenetwork/kmail/; revision=28955
27 years ago
Stephan Kulow
7647e08fc0
fixing small things and void krn and ktalkd as they have heavy problems
...
so far (ktalkd with am_edit ;(
svn path=/trunk/kdenetwork/kmail/; revision=27079
27 years ago
Stephan Kulow
3782ba3053
making it compile again. Kmail I will have to take out ;(
...
svn path=/trunk/kdenetwork/kmail/; revision=26363
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