diff options
Diffstat (limited to 'shell/e-local-folder.c')
-rw-r--r-- | shell/e-local-folder.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/shell/e-local-folder.c b/shell/e-local-folder.c index 2b79820da3..49fdc0ff22 100644 --- a/shell/e-local-folder.c +++ b/shell/e-local-folder.c @@ -26,12 +26,17 @@ <?xml version="1.0"?> <efolder> <type>mail</type> - <description>This is the folder where I store mail from my gf</description> + + <name>Inbox</name> + <name locale="it">Posta in Arrivo</name> + + <description>This is the default folder for incoming messages</description> + <description locale="it">Cartella che contiene i messaggi in arrivo</description> + <homepage>http://www.somewhere.net</homepage> </efolder> FIXME: Do we want to use a namespace for this? - FIXME: Do we want to have an internationalized description? */ #ifdef HAVE_CONFIG_H |