diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 7 | ||||
-rw-r--r-- | composer/mail-composer.error.xml | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 2a4e16c6f0..11ece56b4d 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2007-02-26 Veerapuram Varadhan <vvaradhan@novell.com> + + ** Fixes #401546 + + mail-composer.error.xml: Added a new error in case if send options + is not supported by a provider and user tries to use it. + 2007-02-26 Sankar P <psankar@novell.com> * e-msg-composer.c: (autosave_manager_query_load_orphans), diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index ed45bb292f..210756bb52 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -77,4 +77,8 @@ Please make sure that you have the correct version of gtkhtml and libgtkhtml installed.</_secondary> </error> + <error id="send-options-support" type="error" modal="true"> + <_primary>Send options not available.</_primary> + <_secondary>Send options available only for Novell Groupwise and Microsoft Exchange accounts.</_secondary> + </error> </error-list> |