/[imapfilter]/imapfilter/request.c
ViewVC logotype

Diff of /imapfilter/request.c

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

revision 1.61 by lefcha, Sat Feb 14 22:48:04 2004 UTC revision 1.62 by lefcha, Sat Feb 14 23:08:31 2004 UTC
# Line 114  select_mailbox(connection_t * conn, char Line 114  select_mailbox(connection_t * conn, char
114  int  int
115  mailbox_status(connection_t * conn, char *mbox)  mailbox_status(connection_t * conn, char *mbox)
116  {  {
117          if (conn->prot & PROTOCOL_IMAP4REV1)          if (conn->prot == PROTOCOL_IMAP4REV1)
118                  return response_status(conn, imap_status(conn,                  return response_status(conn, imap_status(conn,
119                      apply_namespace(mbox, conn->ns.prefix, conn->ns.delim),                      apply_namespace(mbox, conn->ns.prefix, conn->ns.delim),
120                      "MESSAGES RECENT UNSEEN"), mbox);                      "MESSAGES RECENT UNSEEN"), mbox);

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26