/[mailutils]/mailutils/comsat/comsat.c
ViewVC logotype

Diff of /mailutils/comsat/comsat.c

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

revision 1.17 by sroberts, Tue Feb 26 04:28:25 2002 UTC revision 1.18 by gray, Wed Feb 27 11:54:47 2002 UTC
# Line 585  mailbox_path (const char *user) Line 585  mailbox_path (const char *user)
585    
586    if (!mu_virtual_domain)    if (!mu_virtual_domain)
587      {      {
588        mailbox_name = calloc (strlen (maildir) + 1        mailbox_name = calloc (strlen (mu_path_maildir) + 1 +
589                               + strlen (pw->pw_name) + 1, 1);                               strlen (pw->pw_name) + 1, 1);
590        sprintf (mailbox_name, "%s%s", maildir, pw->pw_name);        sprintf (mailbox_name, "%s%s", mu_path_maildir, pw->pw_name);
591      }      }
592    else    else
593      {      {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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