diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-11 02:01:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-11 02:01:45 +0800 |
commit | 4d2972e69fdf11e3f058651600c1854bf07ce9da (patch) | |
tree | 9fe3ec3bc669da520c358555097b042ec10e309d /camel/providers/mbox | |
parent | fb1e084229a1b879b34611e53371d98a7a397ab2 (diff) | |
download | gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.gz gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.zst gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.zip |
Clarify what provider.protocol, provider.name, and provider.description
* camel-provider.h: Clarify what provider.protocol, provider.name,
and provider.description should be.
* providers/mbox/camel-mbox-provider.c:
* providers/pop3/camel-pop3-provider.c:
* providers/sendmail/camel-sendmail-provider.c:
* providers/smtp/camel-smtp-provider.c: update protocols, names,
and descriptions
svn path=/trunk/; revision=2365
Diffstat (limited to 'camel/providers/mbox')
-rw-r--r-- | camel/providers/mbox/camel-mbox-provider.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/camel/providers/mbox/camel-mbox-provider.c b/camel/providers/mbox/camel-mbox-provider.c index d8de921c5e..7fb57c3d1c 100644 --- a/camel/providers/mbox/camel-mbox-provider.c +++ b/camel/providers/mbox/camel-mbox-provider.c @@ -33,9 +33,13 @@ static CamelProvider _mbox_provider = { (GtkType) 0, PROVIDER_STORE, 0, + "mbox", - "Camel default mbox provider", - "This the first full fledged local mail provider", + "UNIX mbox-format mail files", + + "For reading mail delivered by the local system, and for " + "storing mail on local disk.", + (GModule *) NULL }; |