@ -1,25 +0,0 @@ |
|||||
--- ./libbalsa/imap/imap-commands.h.orig 2004-05-14 10:22:29.508354024 +0200
|
|
||||
+++ ./libbalsa/imap/imap-commands.h 2004-05-14 10:23:50.704010408 +0200
|
|
||||
@@ -24,7 +24,7 @@
|
|
||||
|
|
||||
/* Any-State */ |
|
||||
int imap_mbox_handle_can_do(ImapMboxHandle* handle, ImapCapability cap); |
|
||||
-ImapResult imap_mbox_handle_noop(ImapMboxHandle *r);
|
|
||||
+ImapResponse imap_mbox_handle_noop(ImapMboxHandle *r);
|
|
||||
|
|
||||
/* Non-Authenticated State */ |
|
||||
|
|
||||
@@ -86,10 +86,10 @@
|
|
||||
|
|
||||
/* Experimental/Expansion */ |
|
||||
ImapResponse imap_handle_starttls(ImapMboxHandle *handle); |
|
||||
-ImapResult imap_mbox_scan(ImapMboxHandle *r, const char*what, const char*str);
|
|
||||
+ImapResponse imap_mbox_scan(ImapMboxHandle *r, const char*what, const char*str);
|
|
||||
ImapResponse imap_mbox_unselect(ImapMboxHandle *h); |
|
||||
-ImapResult imap_mbox_thread(ImapMboxHandle *h, const char *how,
|
|
||||
- ImapSearchKey *filter);
|
|
||||
+ImapResponse imap_mbox_thread(ImapMboxHandle *h, const char *how,
|
|
||||
+ ImapSearchKey *filter);
|
|
||||
|
|
||||
ImapResponse imap_mbox_uid_search(ImapMboxHandle *handle, ImapSearchKey *key, |
|
||||
void (*cb)(unsigned uid, void *), |
|
||||
@ -1,11 +0,0 @@ |
|||||
--- balsa-2.1.2/src/Makefile.in.orig 2004-04-05 13:12:13.000000000 +0200
|
|
||||
+++ balsa-2.1.2/src/Makefile.in 2004-04-26 11:40:49.000000000 +0200
|
|
||||
@@ -179,7 +179,7 @@
|
|
||||
Balsa.idl |
|
||||
|
|
||||
|
|
||||
-idldir = .
|
|
||||
+idldir = $(datadir)/idl
|
|
||||
idl_DATA = Balsa.idl |
|
||||
|
|
||||
INCLUDES = \ |
|
||||