/[mailutils]/mailutils/mail.local/main.c
ViewVC logotype

Diff of /mailutils/mail.local/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gray, Fri Feb 22 13:17:44 2002 UTC revision 1.9 by gray, Wed Feb 27 11:54:47 2002 UTC
# Line 447  deliver (FILE *fp, char *name) Line 447  deliver (FILE *fp, char *name)
447        return;        return;
448      }      }
449        
450    path = malloc (strlen (maildir) + strlen (name) + 1);    path = malloc (strlen (mu_path_maildir) + strlen (name) + 1);
451    if (!path)    if (!path)
452      {      {
453        mailer_err ("Out of memory");        mailer_err ("Out of memory");
454        return;        return;
455      }      }
456    sprintf (path, "%s%s", maildir, name);    sprintf (path, "%s%s", mu_path_maildir, name);
457    
458    if ((status = mailbox_create (&mbox, path)) != 0)    if ((status = mailbox_create (&mbox, path)) != 0)
459      {      {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26