]> diplodocus.org Git - nmh/blobdiff - uip/sendsbr.c
Removed --depth 1 from git clone invocation.
[nmh] / uip / sendsbr.c
index 1fe8d97f0998749da75965afc0cb379756b4f78e..c7d788fdc490da8daaca9d9301fafe4d3077d0ec 100644 (file)
@@ -337,7 +337,7 @@ alert (char *file, int out)
 
            arglist = argsplit(mailproc, &program, &argp);
 
-           arglist[argp++] = getusername();
+           arglist[argp++] = getusername(1);
            arglist[argp++] = "-subject";
            arglist[argp++] = buf;
            arglist[argp] = NULL;