summaryrefslogtreecommitdiffstats
path: root/buffy.h
diff options
context:
space:
mode:
authorNicolas Rachinsky <nicolas@dauerreden.de>2002-09-09 19:29:23 +0000
committerNicolas Rachinsky <nicolas@dauerreden.de>2002-09-09 19:29:23 +0000
commit9786ef81a8c5fed02075ec51d1fbf8e15e8c215b (patch)
tree025b3b28cc769d432475496ce6f70d363b826814 /buffy.h
parentf4af8ea13ba216e572b5d0c3741076bd589e46c2 (diff)
An unmailboxes command. #1311.
Diffstat (limited to 'buffy.h')
-rw-r--r--buffy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/buffy.h b/buffy.h
index f3e81952..adfc2695 100644
--- a/buffy.h
+++ b/buffy.h
@@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+/*parameter to mutt_parse_mailboxes*/
+#define M_MAILBOXES 1
+#define M_UNMAILBOXES 2
+
typedef struct buffy_t
{
char *path;