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

Diff of /mailutils/imap4d/status.c

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

revision 1.10 by gray, Fri Aug 31 07:06:33 2001 UTC revision 1.11 by gray, Tue Feb 19 17:06:49 2002 UTC
# Line 47  imap4d_status (struct imap4d_command *co Line 47  imap4d_status (struct imap4d_command *co
47    
48    if (strcasecmp (name, "INBOX") == 0 && !mu_virtual_domain)    if (strcasecmp (name, "INBOX") == 0 && !mu_virtual_domain)
49      {      {
50        struct passwd *pw = getpwuid (getuid());        struct passwd *pw = mu_getpwuid (getuid());
51        mailbox_name = strdup ((pw) ? pw->pw_name : "");        mailbox_name = strdup ((pw) ? pw->pw_name : "");
52      }      }
53    else    else

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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