aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-summary-storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't convert folder name to UTF-8 manually... (setup_stock_folders): ...Chyla Zbigniew2001-09-011-1/+3
| | | | | | | | | | | | | | | | * e-local-storage.c (setup_folder_as_stock): Don't convert folder name to UTF-8 manually... (setup_stock_folders): ... just use U_() here. (impl_get_display_name): Marked string for translation (with U_). * e-storage-set-view.c (storage_sort_callback): s/strcasecmp/g_utf8_collate/ (folder_sort_callback): ditto * e-summary-storage.c (impl_get_display_name): Marked string for translation (with U_). svn path=/trunk/; revision=12546
* Change type of toplevel node from "Summary" to "summary". [All the otherEttore Perazzoli2001-08-201-1/+1
| | | | | | | | | | | * e-summary-storage.c (e_summary_storage_new): Change type of toplevel node from "Summary" to "summary". [All the other folder types use lowercase names.] * e-shortcuts.c (load_shortcuts): Also use the display name for the storage. svn path=/trunk/; revision=12234
* s/My Evolution/Summary/Iain Holmes2001-08-161-2/+2
| | | | svn path=/trunk/; revision=12058
* Make "My Evolution" a normal storage instead of being the toplevelEttore Perazzoli2001-08-031-0/+125
node that contains everything else. svn path=/trunk/; revision=11610