[evolution-data-server/account-mgmt: 34/37] Add built-in "sendmail" source.



commit 55818765645e79206761fb52264987cb668abe0f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Mar 19 15:48:39 2011 -0400

    Add built-in "sendmail" source.
    
    This is a built-in mail transport which uses the "sendmail" backend.

 data/sources/Makefile.am |    1 +
 data/sources/sendmail.in |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/sources/Makefile.am b/data/sources/Makefile.am
index 726e78a..b31ede1 100644
--- a/data/sources/Makefile.am
+++ b/data/sources/Makefile.am
@@ -5,6 +5,7 @@ sources_in_files = \
 	google.in \
 	ldap.in \
 	local.in \
+	sendmail.in \
 	system.in \
 	weather.in \
 	webcal.in \
diff --git a/data/sources/sendmail.in b/data/sources/sendmail.in
new file mode 100644
index 0000000..98af018
--- /dev/null
+++ b/data/sources/sendmail.in
@@ -0,0 +1,4 @@
+[Data Source]
+BackendName=sendmail
+_DisplayName=Sendmail
+Parent=mail-transports



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]