Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv28101/include/gui
Modified Files:
wxFolderView.h
Log Message:
fixed more crashes when the folder was closed unexpectedly
Index: wxFolderView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxFolderView.h,v
retrieving revision 1.136
retrieving revision 1.137
diff -b -u -2 -r1.136 -r1.137
--- wxFolderView.h 26 Apr 2002 12:18:43 -0000 1.136
+++ wxFolderView.h 2 Jul 2002 21:21:45 -0000 1.137
@@ -263,4 +263,5 @@
/// TRUE => display time/date in GMT
bool dateGMT;
+
/// the folder view control colours
wxColour BgCol, // background (same for all messages)
@@ -271,4 +272,5 @@
DeletedCol, // deleted
UnreadCol; // unseen
+
/// font description
String font;
@@ -276,20 +278,40 @@
int fontFamily,
fontSize;
+
/// do we want to preview messages when activated?
bool previewOnSingleClick;
+
/// delay between selecting a message and previewing it
unsigned long previewDelay;
+
/// strip e-mail address from sender and display only name?
bool senderOnlyNames;
+
/// replace "From" with "To" for messages sent from oneself?
bool replaceFromWithTo;
+
/// all the addresses corresponding to "oneself"
wxArrayString returnAddresses;
+
/// the order of columns
int columns[WXFLC_NUMENTRIES];
+
/// how to show the size
MessageSizeShow showSize;
+
/// do we have focus-follow enabled?
bool focusOnMouse;
+
+ /// do we automatically go to the next unread message?
+ bool autoNextUnread;
+
+ /// do we use trash or delete in place?
+ bool usingTrash;
+
+ /// do we show the details of the current message in the status bar?
+ bool updateStatus;
+
+ /// the format of the status messages (only if updateStatus)
+ String statusFormat;
} m_settings;
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates