summaryrefslogtreecommitdiffstats
path: root/buffy.h
diff options
context:
space:
mode:
authorAron Griffis <agriffis@n01se.net>2009-04-21 15:06:59 -0400
committerAron Griffis <agriffis@n01se.net>2009-04-21 15:06:59 -0400
commitaec838aa40000b20dc1f84dd19381e76da81f639 (patch)
tree754f40d3d4252d57b550db8cf288687b534b732c /buffy.h
parentecf8c0feb294a04ac8f8ca69aa8041d32cd01cfb (diff)
Call mutt_expand_path() from mutt_buffy to fix imap separator.
Closes #3208 and #3218 Signed-off-by: Aron Griffis <agriffis@n01se.net>
Diffstat (limited to 'buffy.h')
-rw-r--r--buffy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffy.h b/buffy.h
index 7bf06d05..d7ff3b4f 100644
--- a/buffy.h
+++ b/buffy.h
@@ -22,7 +22,7 @@
typedef struct buffy_t
{
- char *path;
+ char path[_POSIX_PATH_MAX];
off_t size;
struct buffy_t *next;
short new; /* mailbox has new mail */