summaryrefslogtreecommitdiffstats
path: root/mail/balsa/files/patch-libbalsa_mailbox_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_mailbox_local.h')
-rw-r--r--mail/balsa/files/patch-libbalsa_mailbox_local.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.h b/mail/balsa/files/patch-libbalsa_mailbox_local.h
deleted file mode 100644
index 7006f7f42..000000000
--- a/mail/balsa/files/patch-libbalsa_mailbox_local.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libbalsa/mailbox_local.h.orig Sun May 6 13:57:53 2007
-+++ libbalsa/mailbox_local.h Thu May 31 01:04:10 2007
-@@ -79,7 +79,7 @@ struct _LibBalsaMailboxLocalClass {
- gint (*check_files)(const gchar * path, gboolean create);
- void (*set_path)(LibBalsaMailboxLocal * local, const gchar * path);
- void (*remove_files)(LibBalsaMailboxLocal * local);
-- guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno);
-+ guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno);
- LibBalsaMailboxLocalMessageInfo *(*get_info)(LibBalsaMailboxLocal * local,
- guint msgno);
- };