Michael Haeckel
4dabd587f4
Don't set new messages to 'unread' when adding to a maildir folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=131049
25 years ago
Michael Haeckel
60268ee898
Don't crash, when moving messages from an IMAP folder to a maildir folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=131039
25 years ago
Marc Mutz
d9ba451514
isNull() implies isEmpty()
...
svn path=/trunk/kdenetwork/kmail/; revision=128934
25 years ago
Michael Haeckel
f460414f88
Don't crash when selecting a message after "compacting" a maildir folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=128789
25 years ago
Michael Haeckel
8ff17d71db
Display the number of all messages in the outbox, not only those with the
...
queued status.
svn path=/trunk/kdenetwork/kmail/; revision=128570
25 years ago
Ingo Klcker
d77bc08232
- Smart Message-Id generation
...
- Show number of queued messages in outbox
- Open thread if it contains new, unread or _important_ messages
svn path=/trunk/kdenetwork/kmail/; revision=128438
25 years ago
Michael Haeckel
f1c8f60d60
Update the serial numbers correctely, when emtying a folder.
...
Patch by Ronen Tzur <rtzur@shani.net>.
svn path=/trunk/kdenetwork/kmail/; revision=126028
25 years ago
Michael Haeckel
32970dbf49
Don't delete the serial number files after reading them and some cleanup.
...
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=125084
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
1a0a626a15
Introduce message serial numbers in order to make the context menu in separate
...
reader windows working correctely.
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=123542
25 years ago
Kurt Granroth
4a45d9670b
Fixed common abort while searching through some maildir folders. It
...
appears that (at least in the trash) some individual messages return
true to 'isMessage' and some dont'. Both are perfectly valid, though.
However, there was this code in getMsgString
assert(mi!=NULL && !mi->isMessage());
which is obviously a holdover (copy-n-paste) from the mbox code. I
just removed the '&& !mi->isMessage()' part since it is no longer
necessary for maildir. Now no apparent crash!
svn path=/trunk/kdenetwork/kmail/; revision=122020
25 years ago
Kurt Granroth
b348b494b4
Move the actual file deletion code to its own method. While using
...
'take' in 'removeMsg' is the easy way, it *does* slow things down when
removing a lot of messages.
svn path=/trunk/kdenetwork/kmail/; revision=118057
25 years ago
Kurt Granroth
37c19ff0ff
Do a 'readConfig' in KMFolder*::open. This allows folders to keep
...
their properties like Identity even after a --check. Hmm.. I should
see if there is a bug report related to this
svn path=/trunk/kdenetwork/kmail/; revision=118049
25 years ago
Kurt Granroth
29a57cddbc
Reimplemented KMFolder::removeMsg to really delete the messages just
...
like 'take'. This means that messages in 'outbox' and 'trash' will
*finally* be deleted for real.
Now there are only two known bugs with the maildir code!
Also removed some test code that I accidently committed before.
svn path=/trunk/kdenetwork/kmail/; revision=117373
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Carsten Pfeiffer
057100bb21
centralize the ugly exit(1)s, show a messagebox via KNotify and use
...
kdWarning() instead of kdDebug()
svn path=/trunk/kdenetwork/kmail/; revision=116652
25 years ago
Michael Haeckel
82339c4c96
Make moving/copying multiple mails from IMAP to local folders working again
...
correctely.
svn path=/trunk/kdenetwork/kmail/; revision=113902
25 years ago
Michael Haeckel
2dc75c0b57
Readd my code for moving/copying messages from/to/between IMAP folders, someone
...
simply removed.
IMAP should be fully functional again.
svn path=/trunk/kdenetwork/kmail/; revision=110266
25 years ago
Michael Haeckel
1d93336830
Include the .moc files for faster compilation.
...
svn path=/trunk/kdenetwork/kmail/; revision=109835
25 years ago
Kurt Granroth
0b28159da9
Massive commit to include native maildir-style mailboxes support in
...
KMail. To test, create a Child Folder and select "maildir" as the
mailbox type.
svn path=/trunk/kdenetwork/kmail/; revision=109511
25 years ago