Changeset 5055:943d0177c154
- Timestamp:
- 2007-04-03 08:44:24 (22 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Add missing hcache.h include
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5053
|
r5055
|
|
| 1 | | 2007-04-02 19:19 -0700 Brendan Cully <brendan@kublai.com> (b0014913dd74) |
| | 1 | 2007-04-02 20:44 -0700 Brendan Cully <brendan@kublai.com> (59fcc37f8c75) |
| | 2 | |
| | 3 | * sendlib.c: Check message for boundary collisions (closes #902) |
| | 4 | |
| | 5 | * enter.c: Do not clobber string field on keypress when returning |
| | 6 | from file browser (closes #755) |
| 2 | 7 | |
| 3 | 8 | * browser.c, browser.h, imap/browse.c, imap/imap.h: Add hook for |
-
|
r5046
|
r5055
|
|
| 28 | 28 | #include "imap_private.h" |
| 29 | 29 | #include "mutt_ssl.h" |
| | 30 | #ifdef USE_HCACHE |
| | 31 | #include "hcache.h" |
| | 32 | #endif |
| 30 | 33 | |
| 31 | 34 | #include <stdlib.h> |