Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv2139/include

Modified Files:
        Moptions.h 
Log Message:
layout of the main window is now somewhat customizable (bug 145)

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.81
retrieving revision 1.82
diff -b -u -2 -r1.81 -r1.82
--- Moptions.h  27 Sep 2003 23:11:15 -0000      1.81
+++ Moptions.h  7 Oct 2003 11:01:25 -0000       1.82
@@ -307,6 +307,9 @@
 extern const MOption MP_FVIEW_STATUS_FMT;
 extern const MOption MP_FVIEW_PREVIEW_DELAY;
+extern const MOption MP_FVIEW_VERTICAL_SPLIT;
+extern const MOption MP_FVIEW_FVIEW_TOP;
 
 // folder tree
+extern const MOption MP_FTREE_LEFT;
 extern const MOption MP_FTREE_FGCOLOUR;
 extern const MOption MP_FTREE_BGCOLOUR;
@@ -994,4 +997,8 @@
 /// delay before previewing the selected item in the folder view (0 to disable)
 #define MP_FVIEW_PREVIEW_DELAY_NAME "FViewPreviewDelay"
+/// split folder view vertically (or horizontally)?
+#define MP_FVIEW_VERTICAL_SPLIT_NAME "FViewVertSplit"
+/// put folder view on top and msg view on bottom or vice versa?
+#define MP_FVIEW_FVIEW_TOP_NAME "FViewOnTop"
 /// replace "From" address with "To" in messages from oneself?
 #define MP_FVIEW_FROM_REPLACE_NAME "ReplaceFrom"
@@ -1001,4 +1008,6 @@
 /[EMAIL PROTECTED]  Font settings for folder tree */
 //@{
+/// is the folder tree on the left of folder view or on the right?
+#define MP_FTREE_LEFT_NAME "FTreeLeft"
 /// the foreground colour for the folder tree
 #define MP_FTREE_FGCOLOUR_NAME "FTreeFgColour"
@@ -1966,7 +1975,13 @@
 /// delay before previewing the selected item in the folder view (0 to disable)
 #define MP_FVIEW_PREVIEW_DELAY_DEFVAL 500L
+/// split folder view vertically (or horizontally)?
+#define MP_FVIEW_VERTICAL_SPLIT_DEFVAL 0L
+/// put folder view on top and msg view on bottom or vice versa?
+#define MP_FVIEW_FVIEW_TOP_DEFVAL 1L
 //@}
 /[EMAIL PROTECTED] Font settings for folder tree */
 //@{
+/// is the folder tree on the left of folder view or on the right?
+#define MP_FTREE_LEFT_DEFVAL 1L
 /// the foreground colour for the folder tree
 #define MP_FTREE_FGCOLOUR_DEFVAL ""



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to