This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  89b640fbfe885673d18b9232f2b8a60ce173a897 (commit)
      from  a1e2db74e04c31153801efabcc31b6f68587eeb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=89b640fbfe885673d18b9232f2b8a60ce173a897


commit 89b640fbfe885673d18b9232f2b8a60ce173a897
Author: David Levine <levin...@acm.org>
Date:   Mon Mar 26 21:28:54 2012 -0500

    Removed hostable relics from h/mts.h and sbr/mts.c.

diff --git a/h/mts.h b/h/mts.h
index 6be339a..d1a93f8 100644
--- a/h/mts.h
+++ b/h/mts.h
@@ -49,7 +49,6 @@ void mts_init (char *);
 #define MTS_SENDMAIL 1
 extern int sm_mts;
 
-extern char *hostable;
 extern char *sendmail;
 
 /*
diff --git a/sbr/mts.c b/sbr/mts.c
index b529d15..1bf62ce 100644
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -64,7 +64,6 @@ static char localmbox[BUFSIZ];
  */
 static char *sm_method = "smtp";
 int  sm_mts    = MTS_SMTP;
-char *hostable = nmhetcdir(/hosts);
 char *sendmail = SENDMAILPATH;
 
 /*
@@ -108,7 +107,6 @@ static struct bind binds[] = {
     { "mmdelim1", &mmdlm1 },
     { "mmdelim2", &mmdlm2 },
     { "mts",      &sm_method },
-    { "hostable", &hostable  },
     { "sendmail", &sendmail  },
     { "clientname",  &clientname },
     { "servers", &servers },

-----------------------------------------------------------------------

Summary of changes:
 h/mts.h   |    1 -
 sbr/mts.c |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to