diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-local-storage.c | 1 | ||||
-rw-r--r-- | shell/e-shortcuts.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 8ce9f87189..01009cb805 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -182,6 +182,7 @@ setup_stock_folders (ELocalStorage *local_storage) setup_folder_as_stock (local_storage, "/Sent", _("Sent"), NULL); setup_folder_as_stock (local_storage, "/Tasks", _("Tasks"), NULL); setup_folder_as_stock (local_storage, "/Trash", _("Trash"), NULL); + setup_folder_as_stock (local_storage, "/Spam", _("Spam"), NULL); } static gboolean diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index 697f50fe90..2672dc251d 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -27,6 +27,7 @@ <group title="Evolution shortcuts"> <item name="Inbox" type="mail">evolution:/local/Inbox</item> <item name="Trash" type="vtrash">evolution:/local/Trash</item> + <item name="Spam" type="vspam">evolution:/local/Spam</item> <item name="Calendar" type="calendar">evolution:/local/Calendar</item> </group> |