Changed detection of beginning of messages such that KMail also works on Suns.

svn path=/trunk/kdenetwork/kmail/; revision=5049
wilder-work
Stefan Taferner 29 years ago
parent 5faf6abca0
commit 0a40f0022f
  1. 2
      kmfolder.cpp
  2. 2
      kmversion.h

@ -35,7 +35,7 @@
// Regular expression to find the line that seperates messages in a mail
// folder:
#define MSG_SEPERATOR_START "From "
#define MSG_SEPERATOR_REGEX "^From .*..:..:...*$"
#define MSG_SEPERATOR_REGEX "^From .*..:...*$"
static short msgSepLen = strlen(MSG_SEPERATOR_START);

@ -3,6 +3,6 @@
#ifndef kmversion_h
#define kmversion_h
#define KMAIL_VERSION "0.5.5"
#define KMAIL_VERSION "0.5.6"
#endif /*kmversion_h*/

Loading…
Cancel
Save