diff options
Diffstat (limited to 'camel/providers/sendmail')
-rw-r--r-- | camel/providers/sendmail/camel-sendmail-provider.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/camel/providers/sendmail/camel-sendmail-provider.c b/camel/providers/sendmail/camel-sendmail-provider.c index 08fb75717e..5d3809b6f0 100644 --- a/camel/providers/sendmail/camel-sendmail-provider.c +++ b/camel/providers/sendmail/camel-sendmail-provider.c @@ -31,9 +31,13 @@ static CamelProvider _sendmail_provider = { (GtkType) 0, PROVIDER_TRANSPORT, 0, + "sendmail", - "Camel sendmail provider", - "A provider to send mail via the sendmail program", + "Sendmail", + + "For delivering mail by passing it to the \"sendmail\" program " + "on the local system.", + (GModule *) NULL }; |