diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-24 05:15:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-24 05:15:26 +0800 |
commit | 6e64a7badadb8b24759737385d0331ceca56a69f (patch) | |
tree | fd19d18ddbaf883582fed27975d9a32534811b76 | |
parent | 6a766351410912acde101b6fa01488338efca5c8 (diff) | |
download | gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.tar gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.tar.gz gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.tar.bz2 gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.tar.lz gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.tar.xz gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.tar.zst gsoc2013-evolution-6e64a7badadb8b24759737385d0331ceca56a69f.zip |
fix the CamelProvider entry (new flags field was missing)
svn path=/trunk/; revision=2156
-rw-r--r-- | camel/providers/sendmail/camel-sendmail-provider.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/sendmail/camel-sendmail-provider.c b/camel/providers/sendmail/camel-sendmail-provider.c index 2b1d07efcd..08fb75717e 100644 --- a/camel/providers/sendmail/camel-sendmail-provider.c +++ b/camel/providers/sendmail/camel-sendmail-provider.c @@ -30,6 +30,7 @@ static CamelProvider _sendmail_provider = { (GtkType) 0, PROVIDER_TRANSPORT, + 0, "sendmail", "Camel sendmail provider", "A provider to send mail via the sendmail program", |