diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-11-24 17:45:55 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-11-24 17:45:55 +0800 |
commit | c28b9a75bbfaa2538d34f6b2c0c460b930eff5d7 (patch) | |
tree | f11be1b6ef5eb90ac608917bdb8cb2bc4b450734 /addressbook | |
parent | 77cf09208aa0fecdc7eaf20adee4ee4125ab5cf5 (diff) | |
download | gsoc2013-evolution-c28b9a75bbfaa2538d34f6b2c0c460b930eff5d7.tar.gz gsoc2013-evolution-c28b9a75bbfaa2538d34f6b2c0c460b930eff5d7.tar.zst gsoc2013-evolution-c28b9a75bbfaa2538d34f6b2c0c460b930eff5d7.zip |
Groupwise address book, new warning message if the user's frequent contacts
folder is not createdi.
svn path=/trunk/; revision=30653
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/addressbook.error.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 64211188f3..7cb58c922d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2005-11-24 Sushma Rai <rsushma@novell.com> + + * addressbook.error.xml: Added new error id "gw-book-list-init" and + corresponding warning message. + 2005-10-04 Srinivasa Ragavan <sragavan@novell.com> * gui/component/addressbook-view.c (abv_source_popups): diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index 37de17ce0b..bf2c8f4c84 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -103,4 +103,9 @@ <_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results the server should be upgraded to a supported version</_secondary> </error> + <error id="gw-book-list-init" type="warning"> + <_primary>GroupWise Address book creation:</_primary> + <_secondary>Currently you can access only GroupWise System Address Book from Evolution. Please use some other GroupWise mail client once, to get your GroupWise Frequent Contacts and Groupwise Personal Contacts folders.</_secondary> + </error> + </error-list> |