Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
0067a7b3f7
3 changed files with 2 additions and 38 deletions
  1. +2
    -2
      package/gnome2/balsa/balsa.desc
  2. +0
    -25
      package/gnome2/balsa/gcc34.patch
  3. +0
    -11
      package/gnome2/balsa/idl-dir.patch

+ 2
- 2
package/gnome2/balsa/balsa.desc

@ -42,7 +42,7 @@
[L] GPL
[S] Stable
[V] 2.1.2
[V] 2.2.0
[P] X -----5---9 154.200
[D] 2540496171 balsa-2.1.2.tar.bz2 http://balsa.gnome.org/
[D] 1637041092 balsa-2.2.0.tar.bz2 http://balsa.gnome.org/

+ 0
- 25
package/gnome2/balsa/gcc34.patch

@ -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 *),

+ 0
- 11
package/gnome2/balsa/idl-dir.patch

@ -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 = \

Loading…
Cancel
Save