Marc Mutz
0c5e22781f
fix initial systray config widget state (again :-( )
...
svn path=/trunk/kdenetwork/kmail/; revision=197557
24 years ago
Ingo Klcker
fd8cd42583
Remove all KDE_VERSION <= 306 hacks
...
svn path=/trunk/kdenetwork/kmail/; revision=197506
24 years ago
Ingo Klcker
5955f964f4
Port the change of the color bar to HEAD (where it was committed to already on Sep 19). For some reason it was never ported to make_it_cool and therefore it was reverted when make_it_cool was dumped on HEAD. I'll bet there are a lot more changes (cf. my other re-commits of 'forgotten' patches) which were never ported from HEAD or KDE_3_1_BRANCH to make_it_cool and which were lost during the last try to merge make_it_cool to HEAD. This shows that dumping one branch on another branch is a very bad idea because now we have to check which patches and bug fixes are missing in HEAD as compared to KDE_3_1_BRANCH. This could have been avoided with the smaller patches Marc and Zack prepared.
...
svn path=/trunk/kdenetwork/kmail/; revision=197501
24 years ago
Ingo Klcker
8d4f82bd57
Add Groupware configuration page. This will probably be removed again when the options have been moved elsewhere
...
svn path=/trunk/kdenetwork/kmail/; revision=197445
24 years ago
Ingo Klcker
d004328402
Add 'Disconnected IMAP' to account configuration.
...
svn path=/trunk/kdenetwork/kmail/; revision=197421
24 years ago
Ingo Klcker
e4ddbeb94d
These string fixes were lost during merging make-it-cool into HEAD
...
svn path=/trunk/kdenetwork/kmail/; revision=197416
24 years ago
Don Sanders
2e95afc197
Begin integrating the kroupware branch
...
Start with Marc's MDN patch.
Still needs more work.
svn path=/trunk/kdenetwork/kmail/; revision=195833
24 years ago
Don Sanders
2cf1ed8953
Integrate a subset of the changes in the make_it_cool branch.
...
This is a set of changes that is well test by myself and others.
The following bug fixes amongst others are included:
Compilation fix: the certificate dialog now compiles
Mjr bugfix: Prevent mail loss when kmail crashes while editing a
drafts message
Mjr bugfix: Fix erratic folder changing when clicking on the folder
tree
Mjr bugfix: Prevent mail loss when applying filters
The follow features have been implemented:
* KMail is now a KPart and can be embedded in the Kontact/Kaplan
container applications along with other KDE PIM applications.
* Remove duplicates function for removing duplicate messages in
a folder.
* Messages can be dragged and dropped on a composer window to
add those messages as attachments.
* Deletion in threaded mode is improved, child messages will no
longer be scattered when a parent is deleted.
* Multiple messages can now be selected in the search dialog.
* New context menu in the search dialog with Move, Copy, Reply
etc. actions for operating on selected messages.
* Search criteria in the search dialog now supports more types
of rules and a variable number of rules.
* Faster searching of large messsages.
* 'Search Folders' which are a KMail folder that stores a search
expression and is dynamically updated (also known as virtual
folders).
* The separate window for reading mail has a context menu with
Reply, Copy etc. actions for operating on the message
displayed.
* The separate window for reading mail has a tool bar.
* Startup of KMail is faster.
* Switching between folders is faster.
* The contents of all composer windows are saved to disk on
composer window creation and then periodically saved to
prevent mail loss in the result of a system crash.
* The state of KMail folders is saved to disk periodically to
prevent status information loss in the result of a system
crash.
Note after start KMail switching to folders for the first time will
slow as the format of the .sorted file has changed.
Enjoy!
svn path=/trunk/kdenetwork/kmail/; revision=195825
24 years ago
Ingo Klcker
84f4965f64
Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD.
...
svn path=/trunk/kdenetwork/kmail/; revision=195719
24 years ago
Stephan Kulow
796de39903
compiles now
...
svn path=/trunk/kdenetwork/kmail/; revision=191338
24 years ago
Marc Mutz
f09922abec
from make_it_cool: systray notification
...
svn path=/trunk/kdenetwork/kmail/; revision=191168
24 years ago
Bo Thorsen
8b8db5ccc8
Disconnected IMAP mode
...
svn path=/trunk/kdenetwork/kmail/; revision=191154
24 years ago
Stephan Kulow
793f80d991
white space diffs and the configure dialog part of the systemtray (not yet used
...
as the kmkernel diff is a bit hairy)
svn path=/trunk/kdenetwork/kmail/; revision=190906
24 years ago
Stephan Kulow
e6461866a8
ported Don's KMKernel::config into HEAD
...
svn path=/trunk/kdenetwork/kmail/; revision=190863
24 years ago
Marc Mutz
d68aae700b
candidate_for_3_1_1: sync config between configuredialog and kmmessage w.r.t. reply and fwd prefixes
...
svn path=/trunk/kdenetwork/kmail/; revision=190815
24 years ago
Marc Mutz
c95155782d
from kroupware_branch: RFC-compliant MDN support
...
svn path=/trunk/kdenetwork/kmail/; revision=190693
24 years ago
Ingo Klcker
e748c9f871
Fix bug 49812: us-ascii can't be added to charsets. Patch by kaminmat@cc.rim.or.jp.
...
svn path=/trunk/kdenetwork/kmail/; revision=186991
24 years ago
Stephan Kulow
41e920e0b9
give it a parent so it doesn't leak
...
- new QRegExpValidator( QRegExp( "[a-zA-Z0-9+-]+(?:\\.[a-zA-Z0-9+-]+)*" ), 0 );
+ new QRegExpValidator( QRegExp( "[a-zA-Z0-9+-]+(?:\\.[a-zA-Z0-9+-]+)*" ), this );
svn path=/trunk/kdenetwork/kmail/; revision=185947
24 years ago
Ingo Klcker
f8cb18ee3c
Disable the Remove button in config dialog->Composer->Headers when there are no entries in the custom mime header list. This obsoletes Laurent Montel's patch. But I didn't re-enable the assert because we shouldn't annoy our users with crashes because of our programming errors. Instead of the assert I added a kdDebug.
...
svn path=/trunk/kdenetwork/kmail/; revision=184583
24 years ago
Laurent Montel
edec4a4347
Fix crash when headers item is null.
...
Perhaps somebody can backport it on other branch.
Sorry I don't have other kmail branch
svn path=/trunk/kdenetwork/kmail/; revision=184570
24 years ago
Ingo Klcker
d616951db2
Replace NULL and 0L with 0 everywhere and clean up some delete foo
...
svn path=/trunk/kdenetwork/kmail/; revision=183391
24 years ago
Marc Mutz
12dea77aff
fix for #48693 (pressing "configure KMail" crashes program on Solaris)
...
svn path=/trunk/kdenetwork/kmail/; revision=182167
24 years ago
Malcolm Hunter
cf5d21d810
CVS_SILENT Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=181648
24 years ago
Ingo Klcker
7a7252658e
Move OpenPGP related configuration options to the OpenPGP configuration
...
svn path=/trunk/kdenetwork/kmail/; revision=181054
24 years ago
Karl-Heinz Zimmer
acf5a27b75
Using the change for making i18n-related changes: Fixed name of color listbox's entry on KMail Appearance configuration page: now saying "HTML status bar" instead of old (misleading) "color bar"., changed the text of the colorbar enabel/disable checkbox accordingly, also fixed type in the HTML status bar's text: "No HTML message" with capital N.
...
svn path=/trunk/kdenetwork/kmail/; revision=179939
24 years ago
Malcolm Hunter
2f75b58e04
Corrected i18n text - Changes border colour only
...
svn path=/trunk/kdenetwork/kmail/; revision=179248
24 years ago
Karl-Heinz Zimmer
484d022e99
Bugfix: Use *different* colors for the color bar than for PGP (or S/MIME, resp.) crypto frames. This is the long awaited commit promized by me on 06. Sept. 2002.
...
svn path=/trunk/kdenetwork/kmail/; revision=178886
24 years ago
Ingo Klcker
14d0fd596f
Use setSizePolicy ( QSizePolicy ) instead of setSizePolicy ( QSizePolicy::SizeType hor, QSizePolicy::SizeType ver, bool hfw = FALSE ) which seems to be new in Qt 3.1. Sorry about that, but the Qt docs don't tell when a function was introduced.
...
svn path=/trunk/kdenetwork/kmail/; revision=178804
24 years ago
Stephan Binner
6c79075cbf
This function is new in Qt 3.1 and not Qt 3.0.6.
...
svn path=/trunk/kdenetwork/kmail/; revision=178718
24 years ago
Stephan Binner
e1d3510e71
CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view
...
svn path=/trunk/kdenetwork/kmail/; revision=178547
24 years ago
Marc Mutz
80b445adcd
Sorry for the introducition of new i18n strings, but they're quite important to the usability of the Appearance->Layout tab in the config dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=178402
24 years ago
Michael Haeckel
8e9f66992b
I don't know what version of Qt contains this function. At least Qt-3.0.5
...
doesn't.
svn path=/trunk/kdenetwork/kmail/; revision=178315
24 years ago
Ingo Klcker
fc62c64a06
Remove obsolete new mail notification actions from KMail's config dialog. These actions are now provided by KNotify
...
svn path=/trunk/kdenetwork/kmail/; revision=178155
24 years ago
Malcolm Hunter
9f71c16cf3
CVS_SILENT Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=176785
24 years ago
Marc Mutz
76767ea0ba
get rid of mCryptPlugList; use mEmber convention; rework CryptPlugTab ctor to fit the rest of the ConfigurationPage ctors.
...
svn path=/trunk/kdenetwork/kmail/; revision=176335
24 years ago
Marc Mutz
b4afec9ba5
added/fixed accels/buddies; added a "rename" button to the identity page that just calls KListView::rename() on the selected item. Inline renaming is too hidden otherwise.
...
svn path=/trunk/kdenetwork/kmail/; revision=176285
24 years ago
Marc Mutz
e0a9a85f35
get rid of some boring and error prone reimplementations of e.g. apply(): Foobarbaz::apply() { mFooTab->apply(); mBarTab->apply(); mBazTab->apply(); }; by moving that down to TabbedConfigurationPage. Same for setup(), dismiss() and installProfile(), and for the ConfigureDialog as a whole.
...
svn path=/trunk/kdenetwork/kmail/; revision=176142
24 years ago
Marc Mutz
f4b4be8852
move aegypten/cryptplug config into a dialog of it's own; patch (as posted) reviewed by KHZ
...
svn path=/trunk/kdenetwork/kmail/; revision=176079
24 years ago
Don Sanders
e0e1959c74
Roll back crypt changes, these changes can be made later and probably
...
by someone else who wants to do it.
svn path=/trunk/kdenetwork/kmail/; revision=176072
24 years ago
Don Sanders
05cde7e1a7
Code cleanup, make various actions (reply, replyall, etc, etc) independent
...
of gui classes.
svn path=/trunk/kdenetwork/kmail/; revision=175796
24 years ago
Malcolm Hunter
20eb24d623
CVS_SILENT Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=175670
24 years ago
Carsten Pfeiffer
be5e7bf43d
- centralize CryptPlugWrapperList in KMKernel to fix ownership problems
...
- replace KMKernel::self() with kernel
- introduce KMTextBrowser for viewing raw messages or text-attachments
to fix memory leaks
svn path=/trunk/kdenetwork/kmail/; revision=175027
24 years ago
Malcolm Hunter
bceb0312b5
CVS_SILENT Consistency of words
...
svn path=/trunk/kdenetwork/kmail/; revision=174729
24 years ago
Kalle Dalheimer
641632ebbf
Fixed Ägypten #1149#: disable Add Plugin button when there is no name or location
...
svn path=/trunk/kdenetwork/kmail/; revision=174663
24 years ago
Marc Mutz
c370a621eb
call slotModifyIdentity() from slotNewIdentity()
...
svn path=/trunk/kdenetwork/kmail/; revision=173505
24 years ago
Marc Mutz
0f313eb0f5
mention subject prefix entries are now regexps
...
svn path=/trunk/kdenetwork/kmail/; revision=173440
24 years ago
Marc Mutz
f5828d98b4
Everytime before a release, Marc goes through the ConfigDialog and cleans the stuff people put there. It's always funny what they left there. This episode is about how adding everything to one tab grows the dialog so much that users with a 1024x768 screen get the "big and grey, big and grey" feeling of Arthur Dent. It is also about how splitting such a tab can reduce the size again ;-) I'm talking about Appearance->Layout. Suggestions for a better title of the new tab welcome.
...
svn path=/trunk/kdenetwork/kmail/; revision=173340
24 years ago
Marc Mutz
b9770d7555
A tab widget with a single tab looks so damn stupid -> Made the FolderTab a FolderPage; removed dead code
...
svn path=/trunk/kdenetwork/kmail/; revision=173288
24 years ago
Marc Mutz
f2503c729e
some #include cleanups
...
svn path=/trunk/kdenetwork/kmail/; revision=173154
24 years ago
Marc Mutz
f748feca4c
double click == modify and right-click == context menu for the identity listing
...
svn path=/trunk/kdenetwork/kmail/; revision=173138
24 years ago