]> diplodocus.org Git - nmh/commitdiff
Merge branch 'mhbuild-always'
authorKen Hornstein <kenh@pobox.com>
Thu, 23 Jan 2014 18:35:31 +0000 (13:35 -0500)
committerKen Hornstein <kenh@pobox.com>
Thu, 23 Jan 2014 18:35:31 +0000 (13:35 -0500)
1  2 
docs/pending-release-notes
man/mh-profile.man
man/mhbuild.man
uip/mhbuild.c
uip/send.c
uip/viamail.c

Simple merge
Simple merge
diff --cc man/mhbuild.man
Simple merge
diff --cc uip/mhbuild.c
Simple merge
diff --cc uip/send.c
index be5dc79364a024e46317a46bee68ead02100b85d,3ba82fb55b6af676325b18952fe4743888b0b3ed..626eba16293f2a5a6fc1a476f832a6e0eb089bba
@@@ -117,10 -117,10 +117,8 @@@ main (int argc, char **argv
      char *msgs[MAXARGS], **vec;
      struct msgs *mp;
      struct stat st;
-     char *attach = NMH_ATTACH_HEADER; /* header field name for attachments */
-     int attachformat = 1; /* mhbuild format specifier for attachments */
  
 -#ifdef LOCALE
      setlocale(LC_ALL, "");
 -#endif
      invo_name = r1bindex (argv[0], '/');
  
      /* read user profile/context */
diff --cc uip/viamail.c
index 39ccf509382af14bba8d04d7791f227c317d0afe,e0143992219e362aa8bf1d642c70ce946ed5fbfc..1344738248f99aa8de6893fbacb2dcc8cce2b209
@@@ -57,13 -57,12 +57,10 @@@ main (int argc, char **argv
      char *cp, buf[BUFSIZ];
      char **argp, **arguments;
  
 -#ifdef LOCALE
      setlocale(LC_ALL, "");
 -#endif
      invo_name = r1bindex (argv[0], '/');
  
-     /* foil search of user profile/context */
-     if (context_foil (NULL) == -1)
-       done (1);
+     context_read();
  
      arguments = getarguments (invo_name, argc, argv, 0);
      argp = arguments;