Stephan Binner
03771d7918
Capitalization fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=127743
25 years ago
Waldo Bastian
0bbb0dc0b0
Attempt to make pasting to address field suck less.
...
svn path=/trunk/kdenetwork/kmail/; revision=127303
25 years ago
Waldo Bastian
4c3636c27f
Try to be overly smart wrt to pasting email-addresses. (BR36116)
...
svn path=/trunk/kdenetwork/kmail/; revision=127018
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Michael Haeckel
e39695011a
- Close folders again after doing outgoing filtering
...
- Remove a workaround for a problem that caused a crash when closing the
composer
- Don't default to a local SMTP server and force upgraders to reenter the
SMTP server. This doesn't really work well otherwise.
svn path=/trunk/kdenetwork/kmail/; revision=125874
25 years ago
Waldo Bastian
ea372e29f2
Don't eat last char of the line.
...
(This was a Qt 3.0 workaround but breaks with Qt 3.01)
svn path=/trunk/kdenetwork/kmail/; revision=125276
25 years ago
Ingo Klcker
6b099f6853
- Adapt KMail to an API change of Kpgp (more flexible key
...
selection dialogs).
- Add/change some PGP colors.
- New section in kmail.upd to clean up the PGP config entries.
- Add sign_message and encrypt_message actions to composer menu.
- Add trust checking of signature keys.
- Adapt the profiles to the new PGP colors.
svn path=/trunk/kdenetwork/kmail/; revision=125214
25 years ago
Waldo Bastian
b9606e9fea
Add a "Don't ask again" checkbox to "Empty subject"-warning.
...
svn path=/trunk/kdenetwork/kmail/; revision=124631
25 years ago
Michael Haeckel
77aa99427d
Don't add empty Cc headers to outgoing mails.
...
svn path=/trunk/kdenetwork/kmail/; revision=124327
25 years ago
Don Sanders
94f289cd4d
kabc and distribution list support.
...
svn path=/trunk/kdenetwork/kmail/; revision=123635
25 years ago
Michael Haeckel
19b7a57e89
Per identity configurable drafts folder (local and IMAP).
...
Patch by Carsten Burghardt <cb@emedia-consult.de>
svn path=/trunk/kdenetwork/kmail/; revision=123572
25 years ago
Michael Haeckel
aea5166dcb
Use KMimeType::findByURL instead of KMimeMagic, in order to distinguish between
...
msword and msexcel files.
svn path=/trunk/kdenetwork/kmail/; revision=123348
25 years ago
Michael Haeckel
a88e7d34f8
Make sending of messages with empty body working again.
...
svn path=/trunk/kdenetwork/kmail/; revision=123051
25 years ago
Michael Haeckel
6c57f8ee56
Use Disposition-Notification-To for read confirmations as defined in RFC2298.
...
svn path=/trunk/kdenetwork/kmail/; revision=123043
25 years ago
Marc Mutz
dfc902f80b
Remove the DEFAULT_FIXEDFONTS_KEY define since it is no longer used and will not be used again.
...
svn path=/trunk/kdenetwork/kmail/; revision=122954
25 years ago
Ellis Whitehead
f3a78d021b
Add #includes that are no longer implicitly included through kstdaction or kaccel.
...
svn path=/trunk/kdenetwork/kmail/; revision=122911
25 years ago
Michael Haeckel
f27f60ac55
Use again the specified sent-mail folder, when editing messages.
...
svn path=/trunk/kdenetwork/kmail/; revision=122881
25 years ago
Carsten Pfeiffer
b4ffa52876
compile + set fixed/proportional font toggle-shortcut to 0
...
svn path=/trunk/kdenetwork/kmail/; revision=122783
25 years ago
Michael Haeckel
ed31a3d9d7
Attach in the Attach menu doesn't look nice.
...
svn path=/trunk/kdenetwork/kmail/; revision=122681
25 years ago
Ingo Klcker
fef6f90e75
- Don't add the signature separator ('-- ') if the sig already contains a separator (idea by Roberto Teixeira and others)
...
- Prevent watch mouse cursor in another message box (I forgot to add it).
svn path=/trunk/kdenetwork/kmail/; revision=122558
25 years ago
Michael Haeckel
073b055ec9
bAutoCharset should probably be initialized somewhere.
...
svn path=/trunk/kdenetwork/kmail/; revision=122543
25 years ago
Michael Haeckel
95b678f43e
Don't set the charset header to us-ascii when cancelling editing a mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=122538
25 years ago
Michael Haeckel
28335431a1
Remove the Content-Transfer-Encoding header, in a mail with attachments.
...
Marc can't read Ingo's mails otherwise if Ingo initially forgot the attachment
and then edited the mail again :-)
svn path=/trunk/kdenetwork/kmail/; revision=122533
25 years ago
Waldo Bastian
24789709d9
Don't leak popup windows.
...
svn path=/trunk/kdenetwork/kmail/; revision=122423
25 years ago
Marc Mutz
233d144df3
kmcomposewin.cpp #includes configuredialog.h only for the #define of
...
DEFAULT_EDITOR_STR. This temp. workaround (until internal classes of
the configuredialog are removed from configuredialog.h) to remove this
expensive #include is to copy the #define.
svn path=/trunk/kdenetwork/kmail/; revision=122217
25 years ago
Ingo Klcker
3d23693e38
- Make the colors used to colorize PGP messages configurable
...
- Make the colorbar configurable
- 'Automatically encrypt messages if possible' patch
svn path=/trunk/kdenetwork/kmail/; revision=122027
25 years ago
Michael Haeckel
a5f5ccb15c
Make it possible to choose the encoding when inserting a text file.
...
svn path=/trunk/kdenetwork/kmail/; revision=121821
25 years ago
Michael Haeckel
d468446680
Fix the tab order.
...
svn path=/trunk/kdenetwork/kmail/; revision=121816
25 years ago
Michael Haeckel
8f753c2855
Make non-ascii attachment filenames and descriptions working again.
...
svn path=/trunk/kdenetwork/kmail/; revision=121810
25 years ago
Ingo Klcker
a4ec968cc3
Revert Logi's commit because it violates the feature freeze and furthermore it's buggy.
...
svn path=/trunk/kdenetwork/kmail/; revision=121736
25 years ago
Logi Ragnarsson
23784b087a
Added setting to pgp-encrypt e-mail by default
...
svn path=/trunk/kdenetwork/kmail/; revision=121528
25 years ago
Don Sanders
0a9a82e343
Fix bug with the signature being inserted at the start instead of the
...
end of the composer.
svn path=/trunk/kdenetwork/kmail/; revision=121440
25 years ago
Waldo Bastian
ce39174336
Automatic charset selection.
...
svn path=/trunk/kdenetwork/kmail/; revision=121196
25 years ago
Michael Haeckel
6ce0aabf81
Make the sent mail folder of the default identity working. Thanks to Ronen Tzur.
...
svn path=/trunk/kdenetwork/kmail/; revision=121105
25 years ago
Michael Haeckel
fbb0e7f156
Update the folder list in real time also for the sent-mail folder.
...
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=120970
25 years ago
Ingo Klcker
c3b886c5b2
- Adapt KMail to the changes in Kpgp*
...
- Changed configuration of PGP user identity. Now a "Default PGP Key" can be selected via the reworked key selection dialog.
- Colorful display of signed/encrypted messages. Currently not configurable.
- Colorbar to indicate PGP/Non PGP/HTML messages. Currently #ifdef'ed (#ifdef COLORBAR) because it's not configurable.
svn path=/trunk/kdenetwork/kmail/; revision=120719
25 years ago
Helge Deller
d5fc2361c4
- hotkey-support (Ctrl-E) to switch between configured font and a fixed width font,
...
- fixed a few minor buglets,
- some tuning in in the mail-rendering engine (quotedHTML()),
- removed unneeded mSavedEditorFont variable,
- Thanks to Michael Häckel for reviewing
svn path=/trunk/kdenetwork/kmail/; revision=120657
25 years ago
Roberto Teixeira
739afed1bf
Does not allow 'outbox' to be used as 'sent-mail folder'
...
svn path=/trunk/kdenetwork/kmail/; revision=119155
25 years ago
Michael Haeckel
efb4c5406e
Don't confuse us-ascii and iso-8859-1.
...
svn path=/trunk/kdenetwork/kmail/; revision=119142
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
Gregory Mokhin
260a06e3c3
i18n fix
...
svn path=/trunk/kdenetwork/kmail/; revision=118730
25 years ago
Michael Haeckel
8db155785a
Use the names we get from QTextCodec::mimeName() for the encoding lists.
...
svn path=/trunk/kdenetwork/kmail/; revision=118727
25 years ago
Carsten Pfeiffer
7d23e50d78
oups
...
svn path=/trunk/kdenetwork/kmail/; revision=117883
25 years ago
Carsten Pfeiffer
9fd6fe744c
use the kstdaccel instead of hardcoded Ctrl-T
...
svn path=/trunk/kdenetwork/kmail/; revision=117770
25 years ago
David Faure
60198e652a
CVS_SILENT fixheaders
...
svn path=/trunk/kdenetwork/kmail/; revision=117511
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Dirk Mueller
dd58455158
CVS_SILENT: fixincludes
...
svn path=/trunk/kdenetwork/kmail/; revision=117155
25 years ago
Waldo Bastian
2b34a1e7ea
Work around Qt bug. Bugreport send to Trolltech.
...
- if (!sigText.startsWith("-- \n")) mEditor->insertLine("-- ", -1);
- mEditor->insertLine(sigText, -1);
+ if (!sigText.startsWith("-- \n")) mEditor->append("-- ");
+ mEditor->append(sigText);
svn path=/trunk/kdenetwork/kmail/; revision=117083
25 years ago
Waldo Bastian
b76bdbb1b7
Check for empty subject in the composer window, instead of in the send part.
...
svn path=/trunk/kdenetwork/kmail/; revision=116902
25 years ago