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.

22 lines
539 B

  1. --- a/fetch-maildir.c
  2. +++ b/fetch-maildir.c
  3. @@ -31,6 +31,8 @@
  4. #include "fdm.h"
  5. #include "fetch.h"
  6. +#define GLOB_BRACE 0
  7. +
  8. int fetch_maildir_commit(struct account *, struct mail *);
  9. void fetch_maildir_abort(struct account *);
  10. u_int fetch_maildir_total(struct account *);
  11. --- a/fetch-mbox.c
  12. +++ b/fetch-mbox.c
  13. @@ -32,6 +32,8 @@
  14. #include "fdm.h"
  15. #include "fetch.h"
  16. +#define GLOB_BRACE 0
  17. +
  18. int fetch_mbox_commit(struct account *, struct mail *);
  19. void fetch_mbox_abort(struct account *);
  20. u_int fetch_mbox_total(struct account *);