Michael Haeckel
180e374d73
Fix the =00 at the end of body part problem.
...
Bug#15486: kmail null char in mail
svn path=/trunk/kdenetwork/kmail/; revision=71928
26 years ago
Michael Haeckel
6f6466e97a
Don't append an signature when switching identity and the user doesn't want to
...
append signatures automatically.
svn path=/trunk/kdenetwork/kmail/; revision=71921
26 years ago
Michael Haeckel
34d98ed174
The list of available charsets in the composer is now configurable.
...
svn path=/trunk/kdenetwork/kmail/; revision=71916
26 years ago
Michael Haeckel
795b356d62
Allow composing of utf-8 mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=71408
26 years ago
Don Sanders
3c67c043fb
I broke line breaking of queued messages in my last commit. This should
...
fix it
svn path=/trunk/kdenetwork/kmail/; revision=71084
26 years ago
Michael Haeckel
86492dc95e
Patch by Jonathan Marten - Network Service Providers Division <jonathan.marten@uk.sun.com>
...
Ask before emptying a folder and don't insert "-- " before the signature if
it is already there.
svn path=/trunk/kdenetwork/kmail/; revision=71040
26 years ago
Don Sanders
1230ea1b0e
Drafts folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=71037
26 years ago
Michael Haeckel
9619a6132c
Patch by Ingo Kloecker <ingo@mathA.rwth-aachen.de>
...
Fix for Bug#14957: kmail reply-to transfer between identities
svn path=/trunk/kdenetwork/kmail/; revision=70743
26 years ago
Jacek Stolarczyk
59bc0100c8
Remove unnecessary saving of default charset in composer window. We have an option in Setting dialog for that
...
svn path=/trunk/kdenetwork/kmail/; revision=70122
26 years ago
Jacek Stolarczyk
d406937b1b
Ooops. Forgot that one for default charset configuration
...
svn path=/trunk/kdenetwork/kmail/; revision=70084
26 years ago
Michael Haeckel
863fbd976a
The charset of the editor in the composer window is now switched, when the
...
encoding is changed. Also the charset of the header fields is switched now.
svn path=/trunk/kdenetwork/kmail/; revision=70026
26 years ago
Don Sanders
5c116915d3
Patch for Adriana, implements her suggestion:
...
"automatically show the "Identity"-line in the composer window when one
sets up more than one identity? Otherwise, it can be a little hard to
find..."
svn path=/trunk/kdenetwork/kmail/; revision=69921
26 years ago
Don Sanders
433023fe10
GUI GUI GUI GUI Change
...
New composer option toggle word wrap on/off.
Useful for developers who want to past code snippets into their mail. That
is dfaure asked for it :-)
svn path=/trunk/kdenetwork/kmail/; revision=69729
26 years ago
Daniel Naber
81dc422cfa
no ".." after a menu entry that just has a submenu
...
("Set encoding" in this case)
svn path=/trunk/kdenetwork/kmail/; revision=68484
26 years ago
Michael Haeckel
179332b37d
Mayor cleanup.
...
svn path=/trunk/kdenetwork/kmail/; revision=68407
26 years ago
Don Sanders
589e0b103f
Support the new signature icon.
...
diff -u -b -r1.258 kmcomposewin.cpp
--- kmcomposewin.cpp 2000/10/07 20:23:59 1.258
+++ kmcomposewin.cpp 2000/10/14 01:56:33
@@ -820,7 +820,7 @@
"unlock", 0,
actionCollection(), "encrypt_message");
signAction = new KToggleAction (i18n("Sign message"),
- "feather_white", 0,
+ "signature", 0,
actionCollection(), "sign_message");
if(!Kpgp::getKpgp()->havePGP())
svn path=/trunk/kdenetwork/kmail/; revision=67566
26 years ago
Don Sanders
af7b051c81
Large patch from Denis Perchine and Jacek Stolarczyk to add
...
non-iso8859-1 support to KMail. This has a GUI change a "Set encoding..."
menu item has been added to the "Options" menu of the composer. This patch
fixes many bugs that non-iso8859-1 users consider critical. I've been
testing if for a few days now, it seems not to adversely affect iso-8859-1
only users, but it's pretty big and needs more testing.
Also a small patch from me to fix some int methods returning bools in
kmfilteraction.cpp (notice by Rik Hemsley, thanks Rik).
Update version number to 1.1.95.3
svn path=/trunk/kdenetwork/kmail/; revision=66711
26 years ago
Michael Haeckel
393d983464
Switch between lock and unlock icon for "Encrypt Message".
...
svn path=/trunk/kdenetwork/kmail/; revision=65792
26 years ago
Michael Haeckel
e867a665cc
Change icon for encrypt message.
...
diff -u kmail/kmcomposewin.cpp kmail.new/kmcomposewin.cpp
--- kmail/kmcomposewin.cpp Fri Sep 22 13:49:53 2000
+++ kmail.new/kmcomposewin.cpp Thu Sep 28 10:28:19 2000
@@ -816,7 +816,7 @@
actionCollection(), "setup_spellchecker");
encryptAction = new KToggleAction (i18n("Encrypt message"),
- "pub_key_red", 0,
+ "lock", 0,
actionCollection(), "encrypt_message");
signAction = new KToggleAction (i18n("Sign message"),
"feather_white", 0,
svn path=/trunk/kdenetwork/kmail/; revision=65596
26 years ago
Michael Haeckel
81a459c02c
Display a progress window when loading the file to attach.
...
diff -u kmail/kmcomposewin.cpp kmail.new/kmcomposewin.cpp
--- kmail/kmcomposewin.cpp Sun Sep 17 18:09:01 2000
+++ kmail.new/kmcomposewin.cpp Mon Sep 18 10:25:15 2000
@@ -1235,7 +1235,7 @@
//---------------------------------------------------------------------------
void KMComposeWin::addAttach(const QString aUrl)
{
- KIO::Job *job = KIO::get(aUrl, false, false);
+ KIO::Job *job = KIO::get(aUrl);
atmLoadData ld;
ld.url = aUrl;
ld.data = QByteArray();
svn path=/trunk/kdenetwork/kmail/; revision=64655
26 years ago
Waldo Bastian
37e09d3bfd
QMessageBox -> KMessageBox
...
svn path=/trunk/kdenetwork/kmail/; revision=64374
26 years ago
Michael Haeckel
3f086ae9a7
Fix for Bug#7708, Bug#7903 and Bug#9854. The settings of the toolbar and the
...
statusbar are now saved on window close of the composer and the main window.
svn path=/trunk/kdenetwork/kmail/; revision=64308
26 years ago
Daniel Naber
5a4545c60a
now using getOpenURLs() so one can attach remote files
...
svn path=/trunk/kdenetwork/kmail/; revision=64154
26 years ago
Daniel Naber
e8e72c30ff
removing strange qDebug() call ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=64151
26 years ago
Don Sanders
a495ef1b91
Patch from Daniel Naber <dnaber@mini.gt.owl.de>
...
Allow the user to attach more than one file at a time. Also remember
last directory used.
svn path=/trunk/kdenetwork/kmail/; revision=64117
26 years ago
Don Sanders
cac2151629
Fantastic patch from Michael Haeckel <Michael@Haeckel.Net>
...
Fixes Bug#8928 (file open dialog not network transparent,
kmail does not accept drag and drop)
KMail now uses kioslaves to load the files to attach. That means they do
not need to be on the local disk. Drag and drop of non local files also
works now.
In addition KMail is now able to handle drop events from Konqueror with files
that contain non us-ascii characters.
svn path=/trunk/kdenetwork/kmail/; revision=64094
26 years ago
Daniel Naber
2d8b98f07c
patch by Michael Haeckel to fix #9227 and #6419 (spellchecking problems)
...
svn path=/trunk/kdenetwork/kmail/; revision=63985
26 years ago
Don Sanders
fbf570873b
Patch from Michael Haeckel <Michael@Haeckel.Net>
...
this patch definitely produces better looking
printing output in the composer window. The headers have the style selected
in the main window. Quotations are coloured and even attachments are
displayed.
Also I fixed a problem with undo not working in the line edits in the
composer.
svn path=/trunk/kdenetwork/kmail/; revision=63928
26 years ago
Don Sanders
3301c467d6
Don't set KMail specific transport string unless necessary.
...
Provide better feedback when sending fails.
svn path=/trunk/kdenetwork/kmail/; revision=63789
26 years ago
Don Sanders
dbda929b17
Patch from dnaber to fix #9527 : kmail crashed on attempt to insert pgp sig.
...
(Non-critical)
svn path=/trunk/kdenetwork/kmail/; revision=63652
26 years ago
Carsten Pfeiffer
2fd02db696
cursor fix
...
svn path=/trunk/kdenetwork/kmail/; revision=63428
26 years ago
Don Sanders
629e0c0697
Patch by to Guillaume Laurent fix problem with composer not updating after
...
a signature is inserted.
diff -u -b -r1.242 kmcomposewin.cpp
--- kmcomposewin.cpp 2000/09/03 01:04:27 1.242
+++ kmcomposewin.cpp 2000/09/03 18:06:12
@@ -1918,6 +1918,7 @@
signatures and we should respect it: */
mEditor->insertLine("-- ", -1);
mEditor->insertLine(sigText, -1);
+ mEditor->update();
mEditor->setModified(mod);
}
}
svn path=/trunk/kdenetwork/kmail/; revision=62555
26 years ago
Don Sanders
3df1026290
Updated composer configuration menu from
...
Christian Gebauer <gebauer@bigfoot.com>
svn path=/trunk/kdenetwork/kmail/; revision=62506
26 years ago
Don Sanders
d1626eb3e0
Medium sized patch from Michael Haeckel <Michael@Haeckel.Net>
...
Fixes view of (image) attachments when composing mails.
As an added bonus use ktempfile for saving attachments.
svn path=/trunk/kdenetwork/kmail/; revision=62499
26 years ago
Waldo Bastian
29d270035a
Cleaning...
...
svn path=/trunk/kdenetwork/kmail/; revision=62459
26 years ago
Don Sanders
97e4186f33
Patch from Matt Koss to ensure signature is updated when changing persona.
...
svn path=/trunk/kdenetwork/kmail/; revision=62158
26 years ago
Waldo Bastian
dae746a353
RFC 2231 encoding.
...
Patch by Michael Haeckel <Michael@Haeckel.Net>
svn path=/trunk/kdenetwork/kmail/; revision=61929
26 years ago
Don Sanders
45e81ed984
Another bug fix from Michael Haeckel, the mans a debugging machine.
...
Improve printing from the composer.
svn path=/trunk/kdenetwork/kmail/; revision=61381
26 years ago
Torsten Rahn
333df20547
New icons ..
...
26 years ago
Torsten Rahn
9295655bfe
queue
...
26 years ago
Jason Stephenson
031ab2352b
Change message saving to only write email address to From_ line.
...
svn path=/trunk/kdenetwork/kmail/; revision=60760
26 years ago
Daniel Naber
e5d4ef411a
Michael Haeckel's patch for better RFC 2047 compliance
...
svn path=/trunk/kdenetwork/kmail/; revision=60534
26 years ago
Hans Petter Bieker
0007cd8b56
Cleaner compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=59916
26 years ago
Daniel Naber
e97a82e446
composer->attachments->view... window was too small and didn't
...
open showing the start of the attachment but the end (e.g. with text)
svn path=/trunk/kdenetwork/kmail/; revision=59896
26 years ago
Don Sanders
4fc5aaf48c
Fixed half of 7551
...
svn path=/trunk/kdenetwork/kmail/; revision=59813
26 years ago
Don Sanders
7e2174306a
Changed name of default identity from "unknown" to "Default".
...
I also i18n'd the code, and tried to handle the case where the user
changes language preferences (so don't save any i18n strings into the
config file). Actually for this last case I slacked off a bit when it
got to kmcomposewin but with any luck the user won't be affected.
svn path=/trunk/kdenetwork/kmail/; revision=59742
26 years ago
Don Sanders
b86b31068d
Make the code somewhat uglier, as a side effect fix bug 7409 and make updating of signature when changing identity work again too.
...
svn path=/trunk/kdenetwork/kmail/; revision=59648
26 years ago
Don Sanders
3004fb5b70
Fixed Bug#6666
...
svn path=/trunk/kdenetwork/kmail/; revision=59210
26 years ago
Antonio Larrosa Jimenez
a93b2df218
Fixed KAction icons usage
...
svn path=/trunk/kdenetwork/kmail/; revision=58777
26 years ago
Waldo Bastian
083246f993
WABA: Change colors appropriately when a color scheme changes.
...
svn path=/trunk/kdenetwork/kmail/; revision=58182
26 years ago