diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8074c83042..b781937a0d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2006-05-30 Srinivasa Ragavan <sragavan@novell.com> + + ** Fixes bug #332936 + * mail.error.xml: Used a new property called scroll + that adds the multilines error messages into a viewport. + 2006-05-25 Srinivasa Ragavan <sragavan@novell.com> ** Added remote shares save/load support across evolution. diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 0bc636486f..935338ba27 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -88,7 +88,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <secondary>{1}</secondary> </error> - <error id="async-error-nodescribe" type="error"> + <error id="async-error-nodescribe" type="error" scroll="yes"> <_primary>Error while performing operation.</_primary> <secondary>{0}</secondary> </error> |