searches for appearance of given characters in addressbook's
list. Up to now only used beginning of string.
* Added missing i18n() around "Spellcheck complete" in
composer.
* Bugfix: Added %_ in composer settings, e.g. for indentation
template, to add a space at the end. Added %f which expands
to the two first characters of the name in the email address.
* Bugfix: Indentation template (see composer settings) now
supports the same wildcards as the other fields, e.g. "%f>%_"
* Bugfix: kmail hangs when sending large messages via
SMTP. Actually was a performance issue with QRegExp.
* Bugfix: main window was hidden upon press of Ok button
in settings dialog.
* Bugfix: 'From' column did not update new text at
first.
svn path=/trunk/kdenetwork/kmail/; revision=16129
to new KCursor class.
* Headers: status of message is now set to read also for
messages that are displayed when the folder is opened.
svn path=/trunk/kdenetwork/kmail/; revision=13957
random hangs, with stock qsort -- hopefully working now ;-)
* Fixed: folder list went out of scope (current item pointing to
nowhere) when folder was deleted.
* Composer: fixed broken confirm-close dialog.
* Increased version to better match upcoming Kde-1.1 release.
* Added call to kapp->quit() when last window is closed.
svn path=/trunk/kdenetwork/kmail/; revision=11183
< with <, etc.). I fixed this up and made a mailto: link of the
signature. (which is quite fine). -Juraj.
svn path=/trunk/kdenetwork/kmail/; revision=10102
* Composer: answering the confirmation is no longer
ignored.
* Finetuning: added missing pixmaps to makefile and
repainted pixmap for queued and sent messages.
svn path=/trunk/kdenetwork/kmail/; revision=8608
* Reader: removed ':' from the characters that mark
quoted text to catch smileys at the beginning of the
line ;-)
* Main window configuration (geometry, etc.) is now
stored again.
* Composer: changed completion key from Ctrl-. to Ctrl-T
as kfile has.
1998-06-18 Mario Weilguni <mweilguni@kde.org>
* Dialog for folder selection: Escape now closes dialog,
remembers last folder, has a default pushbutton
svn path=/trunk/kdenetwork/kmail/; revision=8395
displayed when opening a folder.
* Message-status: now messages change status from
new to unread when the user changes folder (and
not when the folder is closed somewhere within KMail).
* Reader: worked around problem of current HTML widget
with long lines (without '\n')
svn path=/trunk/kdenetwork/kmail/; revision=8351
unfortunately only honors the font family. Added new
functions (kfontutils.h) for easy font to/from string
conversion.
svn path=/trunk/kdenetwork/kmail/; revision=8176
be alerted, this will happen once for everybody now ;-)
* Fonts: implemented font setting for HTML widget,
list of messages, and composer.
* Drag&Drop: implemented drag&drop of messages to
folders. Dropping into HTML widget crashes KMail.
Could be a bug of the HTML widget, however.
* Move-message: improved folder selection dialog.
* Message-list: now cleared properly when the current
folder is deleted.
svn path=/trunk/kdenetwork/kmail/; revision=8157
urls: markus@[123.456.789.123] are being formed correctly and do not
lead to an infinte loop in kmail anymore....
svn path=/trunk/kdenetwork/kmail/; revision=6878
to ignore special characters at the end, e.g. "." or ")".
* Messagelist: finally fixed sorting of messages. Also
implemented ascending/descending/none sorting (use multiple
clicks on the column headers to switch). Sorting order "none"
is what was IMO missing for the trash folder :-)
svn path=/trunk/kdenetwork/kmail/; revision=6198
activated, then the individual header line menu entries are
disabled now.
* Folders: changed creation of folders to -rw-------
instead of the default -rw-r--r--. Same for the initial
creation of ~/Mail.
* Attachments: temporary files (when viewing attachments)
are now also created with permissions -rw-------.
svn path=/trunk/kdenetwork/kmail/; revision=6160
* Startup: added option -check which does mail checking
upon startup. Also options that start with a '-' but which
are unknown are now skipped.
1998-03-09 Stefan Taferner <taferner@kde.org>
* Reader: '_' was not considered part of a smart-detected email
address (auto detection of @).
* Reader: attachments of type message/rfc822 are now shown
in an external reader window if open or view from the attachment
popup menu is chosen.
* Composer: finally got insertion of tabs into message
working.
svn path=/trunk/kdenetwork/kmail/; revision=6107
address (auto detection of @).
* Reader: attachments of type message/rfc822 are now shown
in an external reader window if open or view from the attachment
popup menu is chosen.
* Composer: finally got insertion of tabs into message working.
svn path=/trunk/kdenetwork/kmail/; revision=5943
- no more "Unknown charset" dialog, when no charset for message is specified
- you can switch between charsets editing one message, this way kmail can
send multilingual messages. Of coure encoded in Unicode ( only UTF-8 now,
but I'll add UTF-7 support before KDE 1.0)
- and some more fixes I don't remember
svn path=/trunk/kdenetwork/kmail/; revision=5646
It is disabled by default, but it can be enabled by defining CHARSETS macro.
For examble executing:
make CPPFLAGS=-DCHARSETS
Of course, if it works, -DCHARSETS should be put into Makefile.am, or better
all "#ifdef CHARSETS" and such should be removed from code.
I am waiting for comments (jajcus@zeus.polsl.gliwice.pl)
svn path=/trunk/kdenetwork/kmail/; revision=5580