/[mailutils]/mailutils/imap4d/select.c
ViewVC logotype

Diff of /mailutils/imap4d/select.c

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

revision 1.17 by gray, Tue Jan 15 21:52:46 2002 UTC revision 1.18 by gray, Tue Feb 19 17:06:49 2002 UTC
# Line 59  imap4d_select0 (struct imap4d_command *c Line 59  imap4d_select0 (struct imap4d_command *c
59    
60    if (strcasecmp (mailbox_name, "INBOX") == 0 && !mu_virtual_domain)    if (strcasecmp (mailbox_name, "INBOX") == 0 && !mu_virtual_domain)
61      {      {
62        pw = getpwuid (getuid ());        pw = mu_getpwuid (getuid ());
63        if (pw)        if (pw)
64          {          {
65            mailbox_name = malloc (strlen (maildir) + strlen (pw->pw_name) + 1);            mailbox_name = malloc (strlen (maildir) + strlen (pw->pw_name) + 1);

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