Don Sanders
1ef537f081
More bug fixes for the view menu.
...
svn path=/trunk/kdenetwork/kmail/; revision=54612
26 years ago
Don Sanders
0b38a9646b
Fix a bug with all fields being checked in the composer window but the
...
view menu not being updated correctly when a new message is created.
svn path=/trunk/kdenetwork/kmail/; revision=54608
26 years ago
Don Sanders
783d50c941
Fix a problem with identity/transport check boxes not appearing.
...
svn path=/trunk/kdenetwork/kmail/; revision=54607
26 years ago
Don Sanders
0d0e62a801
Fixed bug with stickiness of multiple identities in the composer window.
...
svn path=/trunk/kdenetwork/kmail/; revision=54582
26 years ago
Waldo Bastian
fd5f358308
WABA: close(fd) calls QWidget::close(bool)!!! Use ::close(fd) instead.
...
svn path=/trunk/kdenetwork/kmail/; revision=54551
26 years ago
Jason Stephenson
9f7e4bb5b9
Change From_ line printing
...
svn path=/trunk/kdenetwork/kmail/; revision=54372
26 years ago
George Staikos
ba7bc0abb9
fixes the problems with the new KWin class (as opposed to KWM)
...
svn path=/trunk/kdenetwork/kmail/; revision=52792
26 years ago
Bernd Gehrmann
5ef31f8543
KGlobal <-> KGlobalSettings <-> KApplication & KButtonBox cleanup
...
svn path=/trunk/kdenetwork/kmail/; revision=51722
26 years ago
Daniel Naber
1c97dffb3a
only added a comment that we attach signatures "the right way", using "-- "
...
svn path=/trunk/kdenetwork/kmail/; revision=50823
26 years ago
Daniel Naber
7bd43cc1d9
default values for "signature" were not consistent, which broke appending
...
signatures for people using the defaults config values (i.e. people using
kmail the first time). I will post to the list because of this.
svn path=/trunk/kdenetwork/kmail/; revision=50381
26 years ago
Espen Sand
a37b0ff87d
Using QTimer::singleShot( 0, this, SLOT(slotAppendSignature()) );
...
26 years ago
Don Sanders
1154be524e
Tiny amount of work on multiple transports.
...
svn path=/trunk/kdenetwork/kmail/; revision=49662
26 years ago
George Staikos
cbc9f3915c
Fix the spell checker (patch by Daniel Naber)
...
svn path=/trunk/kdenetwork/kmail/; revision=49626
26 years ago
Don Sanders
4f23c71223
Recommiting editied version of Mirko's modifications.
...
Several things still aren't working and there are two once off dialogs about
creating kab stuff.
svn path=/trunk/kdenetwork/kmail/; revision=49609
26 years ago
Don Sanders
a73eb572f4
Patch from DN.
...
svn path=/trunk/kdenetwork/kmail/; revision=49564
26 years ago
Espen Sand
20ce163606
Converted to KMAddrBookEditDlg to KDialogBase. Took ten
...
minutes so it does not matter if the dialog will be
replaced later.
Geberally. Make sure every dialog has a non zero parent. Otherwise
each window will be a new entry in kicker or taskbar. Quite messy.
svn path=/trunk/kdenetwork/kmail/; revision=49407
26 years ago
Don Sanders
f5a40400bd
I had to revert Mirko's commit, see the KMail mailing list for why.
...
svn path=/trunk/kdenetwork/kmail/; revision=49382
26 years ago
Mirko Boehm
b4c94dcc96
I added support to kmail to use the KDE address book, finally.
...
Two operations are currently supported:
° picking the email address from an entry of the address database to
put it into a to- (etc.) -field.
° adding the sender or any other address that appears in a displayed
message to the address book, by either creating a new entry, or adding
this email address to an existing entry
Everything else is, in my opinion, no task for the mailer.
The files
kmaddrbook.h kmaddrbook.cpp kmaddrbookdlg.cpp kmaddrbookdlg.h
are no more needed, I think, but I did not remove them for now.
The files
addtoaddressbook.cpp addtoaddressbook.h
have been added by me.
There seems to be a problem when using the address database from
different clients at the same time. I will investigate that tomorrow.
--Mirko.
svn path=/trunk/kdenetwork/kmail/; revision=49369
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
210a9a857d
A bit more work on the composer. Multiple identities should be fully operational now.
...
There's still some work to be done on support for multiple transports.
svn path=/trunk/kdenetwork/kmail/; revision=47580
26 years ago
Don Sanders
910db18ab7
Buglet fix.
...
svn path=/trunk/kdenetwork/kmail/; revision=47564
26 years ago
Don Sanders
b1f4a6930d
Plodding along with support for multiple identities and now multiple mail transport protocols as well.
...
svn path=/trunk/kdenetwork/kmail/; revision=47561
26 years ago
Don Sanders
8c2ce75c9a
Should compile again.
...
Part way through adding a couple of features in this commit.
svn path=/trunk/kdenetwork/kmail/; revision=47552
26 years ago
Don Sanders
aee2f5ea04
Ported to qlistview from ktablistbox
...
svn path=/trunk/kdenetwork/kmail/; revision=47489
26 years ago
Don Sanders
05f55c49c3
Bit more work on multiple identities
...
svn path=/trunk/kdenetwork/kmail/; revision=47334
26 years ago
Don Sanders
8544bcfb0e
A little more work on multiple Personas.
...
svn path=/trunk/kdenetwork/kmail/; revision=47268
26 years ago
Don Sanders
feea33cf02
Assorted patches from Daniel Naber
...
svn path=/trunk/kdenetwork/kmail/; revision=47141
26 years ago
Don Sanders
636147c05c
Attaching files should work again, again.
...
a = b can do some pretty weird stuff when a and b are QByteArrays
svn path=/trunk/kdenetwork/kmail/; revision=45603
26 years ago
Don Sanders
1c9196a838
Work around bug introduced by this KAction stuff.
...
It was causing rethinkFields to be called recursively which is not the correct behavior.
svn path=/trunk/kdenetwork/kmail/; revision=45577
26 years ago
Sven Radej
42709ed036
sven: Composer inherits (edited) KMTopLevelWidget again, and everything is
...
fine again. No vanishing composers any more.
svn path=/trunk/kdenetwork/kmail/; revision=45136
26 years ago
Sven Radej
1a9d7177d9
sven: kmcomposer uses XMLGui. Reader will follow.
...
WARNING: Composer inherits only KTMainWindow now. If you close reader and
composer is opened, reader will *quit* the application, and you might
lose your mail in composer. I´ll port reader to XMLGui as soon as
possible, and fix this.
svn path=/trunk/kdenetwork/kmail/; revision=45094
26 years ago
Robert Williams
e8bc1793dc
UserIcon()
...
No icon for 'openbook'?
svn path=/trunk/kdenetwork/kmail/; revision=44828
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
8356417397
Drag and drop of urls (from Konqueror) to KMail works again.
...
Tried GMC too but no luck, hmmm.
svn path=/trunk/kdenetwork/kmail/; revision=44584
26 years ago
Don Sanders
3c3f8b3315
Routine fixes for library changes.
...
svn path=/trunk/kdenetwork/kmail/; revision=44328
26 years ago
Don Sanders
b37123f501
Another status bar update.
...
svn path=/trunk/kdenetwork/kmail/; revision=43866
26 years ago
Don Sanders
8bc08e48c4
Status bar updates
...
svn path=/trunk/kdenetwork/kmail/; revision=43655
26 years ago
Don Sanders
4eb82bee45
Fixed up qpalette problem
...
svn path=/trunk/kdenetwork/kmail/; revision=43405
26 years ago
Robert Williams
e859e8733a
Commented out parts that conflict with new status bar.
...
I put in 2 #warning to show were this needs to be fixed.
svn path=/trunk/kdenetwork/kmail/; revision=43264
26 years ago
Don Sanders
ec80412927
Finished incomplete port to KFileDialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=42947
26 years ago
Mario Weilguni
843d6a7bfe
Mario: focus now properly setup
...
svn path=/trunk/kdenetwork/kmail/; revision=42636
26 years ago
Reginald Stadlbauer
88be6aff62
Hacks to make it usable
...
svn path=/trunk/kdenetwork/kmail/; revision=41904
26 years ago
Michael Koch
e358aa1592
ported to new kfile
...
svn path=/trunk/kdenetwork/kmail/; revision=41598
26 years ago
Nicolas Hadacek
b1bf0f0c69
KAccel/KStdAccel API cleanup + KAction/KAccel extension
...
svn path=/trunk/kdeutils/knotes/; revision=40229
26 years ago
George Staikos
287f271ddb
removed mkstemp references and replaced them with KTempFile
...
fixed a text error: "Append" instead of "Prepend"
changed fstream I/O to use QFile instead
svn path=/trunk/kdenetwork/kmail/; revision=39876
27 years ago
Robert Williams
7c10469f05
Final patches from George Staikos <staikos@0wned.org>
...
- kmail-confirm-send.patch
- kmail-new-mail-alarm.patch
svn path=/trunk/kdenetwork/kmail/; revision=39839
27 years ago
Robert Williams
5dfcc2859f
Patch by George Staikos <staikos@0wned.org>
...
- kmail-sigedit.patch
- kmail-ext-ed.patch
svn path=/trunk/kdenetwork/kmail/; revision=39838
27 years ago
Don Sanders
d5945b1571
An assortment of patches from Daniel.
...
svn path=/trunk/kdenetwork/kmail/; revision=39332
27 years ago
Waldo Bastian
74f2449123
WABA: Added option "clean spaces", cleans up formatting of the selected text.
...
svn path=/trunk/kdenetwork/kmail/; revision=37522
27 years ago
Kurt Granroth
90d37c804b
loadIcon => BarIcon
...
svn path=/trunk/kdenetwork/kmail/; revision=37396
27 years ago