Glade files for gmail. Wayne Schuller.

Use the glade editor (http://glade.pn.org) to edit the glade files.

Using this you can redesign gmail widgets! Make it look better!

Please email me any improved glade files.

Some comments on editing these files:

- After making a change to the file, you need to 'make install' the file to put it into the system directory for gmail to use. (unless you are editing the system copy, which is pretty dodgy).

- The way gmail interacts with the file is by the names given to the widgets. If you change the name of any widgets gmail is looking for it will fail. Grep the code for calls to the command "glade_xml_get_widget" to see what widget names gmail relies on. As long as you are careful to give gmail the widgets it is looking for, you can change the interface as much as you like.

