author | zautrix <zautrix> | 2004-12-04 22:11:00 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-12-04 22:11:00 (UTC) |
commit | ac994c86c3037dbe2273e62c46115b942b09fdcc (patch) (unidiff) | |
tree | 5c33da571f716ff91f300cf26ebf619d43a03fdc | |
parent | 9c7f3267a1d7db2dbc3bd6384e75cf8ffea1c3df (diff) | |
download | kdepimpi-ac994c86c3037dbe2273e62c46115b942b09fdcc.zip kdepimpi-ac994c86c3037dbe2273e62c46115b942b09fdcc.tar.gz kdepimpi-ac994c86c3037dbe2273e62c46115b942b09fdcc.tar.bz2 |
ompi fix
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 4 | ||||
-rw-r--r-- | kmicromail/libmailwrapper/imapwrapper.cpp | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 4fff7e1..6be5222 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -14,32 +14,36 @@ To save your mail data on the Sd card do the following: | |||
14 | Create a dir on the SD card: | 14 | Create a dir on the SD card: |
15 | mkdir /mnt/card/localmail | 15 | mkdir /mnt/card/localmail |
16 | Go to your home dir: | 16 | Go to your home dir: |
17 | cd | 17 | cd |
18 | Go to kopiemail data storage dir: | 18 | Go to kopiemail data storage dir: |
19 | cd kdepim/apps/kopiemail | 19 | cd kdepim/apps/kopiemail |
20 | Create a symlink to the SD card: | 20 | Create a symlink to the SD card: |
21 | ls -s /mnt/card/localmail | 21 | ls -s /mnt/card/localmail |
22 | Now KOpieMail will store all mails on the SD card. | 22 | Now KOpieMail will store all mails on the SD card. |
23 | 23 | ||
24 | KO/Pi Monthview: | 24 | KO/Pi Monthview: |
25 | Now "Go to Today" selects the current month from day 1-end, | 25 | Now "Go to Today" selects the current month from day 1-end, |
26 | not the current date + some days. | 26 | not the current date + some days. |
27 | I.e. "Go to Today" shows now always | 27 | I.e. "Go to Today" shows now always |
28 | the current month with first day of month in the first row. | 28 | the current month with first day of month in the first row. |
29 | 29 | ||
30 | Added missing German translation. | ||
31 | |||
32 | Fixed icons of executeable on Wintendo. | ||
33 | |||
30 | 34 | ||
31 | ********** VERSION 1.9.13 ************ | 35 | ********** VERSION 1.9.13 ************ |
32 | 36 | ||
33 | Fixed nasty PwM/Pi file reading bug, when | 37 | Fixed nasty PwM/Pi file reading bug, when |
34 | the used hash algo of file is different then the global | 38 | the used hash algo of file is different then the global |
35 | hash algo. | 39 | hash algo. |
36 | 40 | ||
37 | Added KA/Pi support for opie mailit mailapplication. | 41 | Added KA/Pi support for opie mailit mailapplication. |
38 | 42 | ||
39 | Fixed some bugs in OM/Pi. | 43 | Fixed some bugs in OM/Pi. |
40 | Now character conversion tables are available for the Zaurus | 44 | Now character conversion tables are available for the Zaurus |
41 | to make OM/Pi working properly. | 45 | to make OM/Pi working properly. |
42 | To get the character conversion in OM/Pi working, please download | 46 | To get the character conversion in OM/Pi working, please download |
43 | at the sourceforge project site the package | 47 | at the sourceforge project site the package |
44 | sr-character-conversion_SharpROM_arm.ipk.zip | 48 | sr-character-conversion_SharpROM_arm.ipk.zip |
45 | (or oz-character-conversion_OZ-gcc3xx_arm.ipk.zip for OZ roms) | 49 | (or oz-character-conversion_OZ-gcc3xx_arm.ipk.zip for OZ roms) |
diff --git a/kmicromail/libmailwrapper/imapwrapper.cpp b/kmicromail/libmailwrapper/imapwrapper.cpp index da7065f..b890725 100644 --- a/kmicromail/libmailwrapper/imapwrapper.cpp +++ b/kmicromail/libmailwrapper/imapwrapper.cpp | |||
@@ -34,32 +34,34 @@ IMAPwrapper::~IMAPwrapper() | |||
34 | int IMAPwrapper::selectMbox(const QString&mbox) | 34 | int IMAPwrapper::selectMbox(const QString&mbox) |
35 | { | 35 | { |
36 | if (mbox == m_Lastmbox) { | 36 | if (mbox == m_Lastmbox) { |
37 | return MAILIMAP_NO_ERROR; | 37 | return MAILIMAP_NO_ERROR; |
38 | } | 38 | } |
39 | int err = mailimap_select( m_imap, (char*)mbox.latin1()); | 39 | int err = mailimap_select( m_imap, (char*)mbox.latin1()); |
40 | if ( err != MAILIMAP_NO_ERROR ) { | 40 | if ( err != MAILIMAP_NO_ERROR ) { |
41 | m_Lastmbox = ""; | 41 | m_Lastmbox = ""; |
42 | return err; | 42 | return err; |
43 | } | 43 | } |
44 | m_Lastmbox = mbox; | 44 | m_Lastmbox = mbox; |
45 | return err; | 45 | return err; |
46 | } | 46 | } |
47 | 47 | ||
48 | void IMAPwrapper::imap_progress( size_t current, size_t maximum ) | 48 | void IMAPwrapper::imap_progress( size_t current, size_t maximum ) |
49 | { | 49 | { |
50 | qApp->processEvents(); | ||
51 | return; | ||
50 | //qDebug("imap progress %d of %d ",current,maximum ); | 52 | //qDebug("imap progress %d of %d ",current,maximum ); |
51 | //Global::statusMessage(i18n("Downloading message %1 of %2").arg( current).arg(maximum)); | 53 | //Global::statusMessage(i18n("Downloading message %1 of %2").arg( current).arg(maximum)); |
52 | //qApp->processEvents() | 54 | //qApp->processEvents() |
53 | static unsigned int last = 0; | 55 | static unsigned int last = 0; |
54 | if ( last != current ) | 56 | if ( last != current ) |
55 | IMAPwrapper::progress(); | 57 | IMAPwrapper::progress(); |
56 | last = current; | 58 | last = current; |
57 | } | 59 | } |
58 | void IMAPwrapper::progress( QString m ) | 60 | void IMAPwrapper::progress( QString m ) |
59 | { | 61 | { |
60 | 62 | ||
61 | static QString mProgrMess; | 63 | static QString mProgrMess; |
62 | if ( m != QString::null ) { | 64 | if ( m != QString::null ) { |
63 | mProgrMess = m; | 65 | mProgrMess = m; |
64 | mCurrent = 1; | 66 | mCurrent = 1; |
65 | return; | 67 | return; |