/[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.13 by alainm, Mon Jul 2 21:10:26 2001 UTC revision 1.14 by jkaivo, Thu Aug 30 00:02:06 2001 UTC
# Line 57  imap4d_select0 (struct imap4d_command *c Line 57  imap4d_select0 (struct imap4d_command *c
57        imap4d_sync ();        imap4d_sync ();
58      }      }
59    
60    if (strcasecmp (mailbox_name, "INBOX") == 0)    if (strcasecmp (mailbox_name, "INBOX") == 0 && !is_virtual)
61      {      {
62        pw = getpwuid (getuid ());        pw = getpwuid (getuid ());
63        if (pw)        if (pw)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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