Malcolm Hunter
b84d1af7b1
"Corrected typographical errors"
...
svn path=/trunk/kdenetwork/kmail/; revision=127290
25 years ago
Dirk Mueller
622531139d
maybe kill(2) is more portable
...
svn path=/trunk/kdenetwork/kmail/; revision=127275
25 years ago
Michael Haeckel
34eb07965a
Make it impossible to run KMail twice on the same time on different X displays
...
by creating a lock file because KUniqueApplication doesn't prevent that.
svn path=/trunk/kdenetwork/kmail/; revision=127131
25 years ago
Malcolm Hunter
566a13b908
"Corrected typographical errors"
...
svn path=/trunk/kdenetwork/kmail/; revision=126894
25 years ago
Marc Mutz
6fad9e0c4b
In Help->About KMail->Authors, give back their umlauts to poor Michel and Ingo...
...
svn path=/trunk/kdenetwork/kmail/; revision=126698
25 years ago
Marc Mutz
b591612eb2
- Sepearte the text in the about page into static and dynamic parts.
...
Dynamic parts are:
KMail version, prior Kmail and KDE versions, homepage and help:// URL,
and the feature list, which is now generated on the fly from a static
const char* const array of I18N_NOOP'ed feature items.
- "A KDE Mail Client" -> "The KDE Mail Client" ;-)
svn path=/trunk/kdenetwork/kmail/; revision=126688
25 years ago
David Faure
b8d4de754c
Support for multiple --attach on the command line
...
svn path=/trunk/kdenetwork/kmail/; revision=126462
25 years ago
Luk Tinkl
5cd435ce41
this fixes the garbled strings in Subject and other fields, when
...
invoked from command line (e.g. from Konqueror's Send Link feature)
please backport if it's OK, thanks
svn path=/trunk/kdenetwork/kmail/; revision=120944
25 years ago
Daniel Naber
513d7d11fe
change my "job" to "Documentation"
...
svn path=/trunk/kdenetwork/kmail/; revision=119609
25 years ago
Roberto Teixeira
d2fcb22713
This fixes some problems with the former commit:
...
- Increased version number of kmcomposerui.rc
- changed value for ALL_HDRS to allow showing HDR_FCC
- Fcc sticky checkbox now works
- Changed location for Fcc.
- Fixed problem in the configuration dialog
- Removed an extra colon in "Sent-mail Folder"
- Sorted about dialog.
svn path=/trunk/kdenetwork/kmail/; revision=119127
25 years ago
Roberto Teixeira
c08e892412
Added option to allow each identity having a separate sent-mail folder. Also
...
added a option to pick a sent-mail folder on the composer window.
The folders are all identified by the idString() and in all situations there
is a fallback (kernel->sentFolder()) in case the specified folder has been
deleted or something like this.
Possible problems pointed by Ingo Klöcker have been solved.
svn path=/trunk/kdenetwork/kmail/; revision=119050
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Kurt Granroth
0b28159da9
Massive commit to include native maildir-style mailboxes support in
...
KMail. To test, create a Child Folder and select "maildir" as the
mailbox type.
svn path=/trunk/kdenetwork/kmail/; revision=109511
25 years ago
Don Sanders
236022e767
Updated about page for KMail 1.3 as promised.
...
svn path=/trunk/kdenetwork/kmail/; revision=108167
25 years ago
Don Sanders
a0e9a4dca0
Don't compact when kmail is exiting due to a request by session management.
...
svn path=/trunk/kdenetwork/kmail/; revision=107822
25 years ago
Michael Haeckel
e79831951e
At least I do still need this header to be able to compile.
...
+#include <stdlib.h>
svn path=/trunk/kdenetwork/kmail/; revision=101401
25 years ago
Marc Mutz
e72c3a6d99
Remove unused includes.
...
svn path=/trunk/kdenetwork/kmail/; revision=101208
25 years ago
Marc Mutz
40a26506b2
Make vcard.cpp and main.cpp compile with QT_NO_ASCII_CAST.
...
Add #ifdef's around include files that are not neccessarily there.
Remove unused includes from vcard.cpp.
svn path=/trunk/kdenetwork/kmail/; revision=101066
25 years ago
Michael Haeckel
94853ac910
+ about.addAuthor( "Marc Mutz", QString::null, "mutz@kde.org" );
...
svn path=/trunk/kdenetwork/kmail/; revision=98626
25 years ago
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