summaryrefslogtreecommitdiff
path: root/libmu_scm/mu_scm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm/mu_scm.c')
-rw-r--r--libmu_scm/mu_scm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c
index 17d20e414..5c9243485 100644
--- a/libmu_scm/mu_scm.c
+++ b/libmu_scm/mu_scm.c
@@ -164,12 +164,10 @@ static struct
void
mu_scm_init ()
{
- char *defmailer;
int i;
list_t lst;
- asprintf (&defmailer, "sendmail:%s", _PATH_SENDMAIL);
- _mu_scm_mailer = scm_makfrom0str (defmailer);
+ _mu_scm_mailer = scm_makfrom0str ("sendmail:" _PATH_SENDMAIL);
mu_set_variable ("mu-mailer", _mu_scm_mailer);
_mu_scm_debug = scm_makenum(0);

Return to:

Send suggestions and report system problems to the System administrator.