summaryrefslogtreecommitdiff
path: root/include/mailutils/mailbox.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-18 17:31:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-18 17:31:40 +0000
commitea86807866a160b13a2dbf1d34150e116d2a1838 (patch)
tree47ddc8455650d0d3c53c09120c64b562e49d3636 /include/mailutils/mailbox.h
parentc439252f1bf0e43496112bb58edaa5d0badff0b0 (diff)
downloadmailutils-ea86807866a160b13a2dbf1d34150e116d2a1838.tar.gz
mailutils-ea86807866a160b13a2dbf1d34150e116d2a1838.tar.bz2
(mu_path_folder_dir): New global. Holds the name of the user's folder directory.
Diffstat (limited to 'include/mailutils/mailbox.h')
-rw-r--r--include/mailutils/mailbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mailutils/mailbox.h b/include/mailutils/mailbox.h
index d3d31ce41..d57356c7c 100644
--- a/include/mailutils/mailbox.h
+++ b/include/mailutils/mailbox.h
@@ -27,6 +27,7 @@ extern "C" {
#endif
extern const char *mu_path_maildir;
+extern const char *mu_path_folder_dir;
/* Constructor/destructor and possible types. */
extern int mailbox_create __P ((mailbox_t *, const char *));

Return to:

Send suggestions and report system problems to the System administrator.