/[mailutils]/mailutils/mailbox/imap/folder.c
ViewVC logotype

Diff of /mailutils/mailbox/imap/folder.c

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

revision 1.55 by gray, Thu Mar 13 13:31:44 2003 UTC revision 1.56 by gray, Sun Mar 23 22:54:47 2003 UTC
# Line 1744  imap_fetch (f_imap_t f_imap) Line 1744  imap_fetch (f_imap_t f_imap)
1744  }  }
1745    
1746  static int  static int
1747  imap_search (f_imap_t f_imap)  imap_search (f_imap_t f_imap ARG_UNUSED)
1748  {  {
   (void)f_imap;  
1749    /* Not implemented.  No provision for this in the API, yet.  */    /* Not implemented.  No provision for this in the API, yet.  */
1750    return 0;    return 0;
1751  }  }
1752    
1753  static int  static int
1754  imap_status (f_imap_t f_imap)  imap_status (f_imap_t f_imap ARG_UNUSED)
1755  {  {
   (void)f_imap;  
1756    /* Not implemented.  No provision for this in the API, yet.  */    /* Not implemented.  No provision for this in the API, yet.  */
1757    return 0;    return 0;
1758  }  }
1759    
1760  static int  static int
1761  imap_expunge (f_imap_t f_imap, unsigned msgno)  imap_expunge (f_imap_t f_imap ARG_UNUSED, unsigned msgno ARG_UNUSED)
1762  {  {
   (void)f_imap; (void)msgno;  
1763    /* We should not have this, since do not send the expunge, but rather    /* We should not have this, since do not send the expunge, but rather
1764       use SELECT/CLOSE.  */       use SELECT/CLOSE.  */
1765    return 0;    return 0;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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