Commit 6880edb2 6880edb2c6d4e2bc357eb084d363ff10bb3b15cf by Sergey Poznyakoff

Minor fixes.

* libproto/mailer/sendmail.c: Fix typo in debugging message.
* po/.gitignore: Update.
1 parent 291db85e
......@@ -110,7 +110,7 @@ sendmail_open (mu_mailer_t mailer, int flags)
if (access (path, X_OK) == -1)
return errno;
status = mu_progmailer_set_command (pm, path);
mu_debug (MU_DEBCAT_MAILER, MU_DEBUG_TRACE, ("sendmail (%sn", path));
mu_debug (MU_DEBCAT_MAILER, MU_DEBUG_TRACE, ("sendmail binary: %s", path));
return status;
}
......
/Makevars.template~
/Makefile.in.in~
*.gmo
*.mo
*.po
......