[Xfce4-commits] <postler:master> The GMail folder is [Gmail], not [GMail]
Christian Dywan
noreply at xfce.org
Sat Nov 20 21:00:02 CET 2010
Updating branch refs/heads/master
to c3b8cdeab46d69836d5855acc3ad950f0c2bffa3 (commit)
from df4fda8b01f6b9ed78a66726e85dd9d4a54fb4b9 (commit)
commit c3b8cdeab46d69836d5855acc3ad950f0c2bffa3
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Nov 20 20:56:26 2010 +0100
The GMail folder is [Gmail], not [GMail]
And it is Sent Mail, not Sent.
postler/postler-accounts.vala | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index d7851f0..ab558fb 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -34,26 +34,26 @@ namespace Postler {
}
const string[] sent_folders = {
- "[GMail]~-Sent", "[Google Mail]~-Sent",
+ "[Gmail]~-Sent Mail", "[Google Mail]~-Sent Mail",
"[Google Mail]~-Gesendet", "Gesendet"
};
const string[] drafts_folders = {
- "[GMail]~-Drafts", "[Google Mail]~-Drafts",
+ "[Gmail]~-Drafts", "[Google Mail]~-Drafts",
"[Google Mail]~-Entw&APw-rfe", "Entwurf"
};
const string[] queue_folders = {
"Postausgang"
};
const string[] trash_folders = {
- "[GMail]~-Trash", "[Google Mail]~-Trash",
+ "[Gmail]~-Trash", "[Google Mail]~-Trash",
"[Google Mail]~-Papierkorb", "Papierkorb"
};
const string[] archive_folders = {
- "[GMail]~-All Mail", "[Google Mail]~-All Mail",
+ "[Gmail]~-All Mail", "[Google Mail]~-All Mail",
"[Google Mail]~-Alle Nachrichten"
};
const string[] junk_folders = {
- "[GMail]~-Spam", "[Google Mail]~-Spam"
+ "[Gmail]~-Spam", "[Google Mail]~-Spam"
};
/* The length values must be in the array to work around Vala mistakenly
More information about the Xfce4-commits
mailing list