- Update to 2.11.3
- Evolution no longer has versioned file names. - Remove patch for RH bug #202289 (fixed upstream). - Remove patch for RH bug #235878 (fixed upstream). - Remove patch for RH bug #238155 (fixed upstream). - Remove patch for RH bug #240147 (fixed upstream).
This commit is contained in:
parent
131f47b661
commit
35c407f1aa
12 changed files with 776 additions and 1236 deletions
10
evolution-2.11.3-implicit-function-declaration.patch
Normal file
10
evolution-2.11.3-implicit-function-declaration.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- evolution-2.11.3/mail/mail-ops.h.implicit-function-declaration 2007-06-04 13:52:57.000000000 -0400
|
||||
+++ evolution-2.11.3/mail/mail-ops.h 2007-06-04 13:53:23.000000000 -0400
|
||||
@@ -156,6 +156,7 @@ void mail_prep_offline(const char *uri,
|
||||
int mail_store_set_offline(CamelStore *store, gboolean offline,
|
||||
void (*done)(CamelStore *, void *data),
|
||||
void *data);
|
||||
+int mail_store_prepare_offline (CamelStore *store);
|
||||
|
||||
/* filter driver execute shell command async callback */
|
||||
void mail_execute_shell_command (CamelFilterDriver *driver, int argc, char **argv, void *data);
|
||||
Loading…
Add table
Add a link
Reference in a new issue