mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB

  1. --- ./libbalsa/imap/imap-commands.h.orig 2004-05-14 10:22:29.508354024 +0200
  2. +++ ./libbalsa/imap/imap-commands.h 2004-05-14 10:23:50.704010408 +0200
  3. @@ -24,7 +24,7 @@
  4. /* Any-State */
  5. int imap_mbox_handle_can_do(ImapMboxHandle* handle, ImapCapability cap);
  6. -ImapResult imap_mbox_handle_noop(ImapMboxHandle *r);
  7. +ImapResponse imap_mbox_handle_noop(ImapMboxHandle *r);
  8. /* Non-Authenticated State */
  9. @@ -86,10 +86,10 @@
  10. /* Experimental/Expansion */
  11. ImapResponse imap_handle_starttls(ImapMboxHandle *handle);
  12. -ImapResult imap_mbox_scan(ImapMboxHandle *r, const char*what, const char*str);
  13. +ImapResponse imap_mbox_scan(ImapMboxHandle *r, const char*what, const char*str);
  14. ImapResponse imap_mbox_unselect(ImapMboxHandle *h);
  15. -ImapResult imap_mbox_thread(ImapMboxHandle *h, const char *how,
  16. - ImapSearchKey *filter);
  17. +ImapResponse imap_mbox_thread(ImapMboxHandle *h, const char *how,
  18. + ImapSearchKey *filter);
  19. ImapResponse imap_mbox_uid_search(ImapMboxHandle *handle, ImapSearchKey *key,
  20. void (*cb)(unsigned uid, void *),