From c5233d297e2ed12b00e12fb1be8f8e728e6924bc Mon Sep 17 00:00:00 2001 From: "Alexander G.M. Smith" Date: Sun, 18 Sep 2005 18:27:02 +0000 Subject: [PATCH] Record draft menu functionality decision (via mailing list discussion) for future implementation, when someone has time. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14197 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bemail/Mail.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/bemail/Mail.cpp b/src/apps/bemail/Mail.cpp index 29b8bce615..0297c1aaf9 100644 --- a/src/apps/bemail/Mail.cpp +++ b/src/apps/bemail/Mail.cpp @@ -1227,9 +1227,10 @@ TMailWindow::TMailWindow(BRect rect, const char *title, const entry_ref *ref, co // can open around 100 e-mails (the BeOS maximum number of open files) // rather than merely around 20, since each open draft-monitoring query // sucks up one file handle per mounted BFS disk volume. Plus mail file - // opening speed is noticably improved! Possible ToDo: change this to pop - // up a Tracker query for drafts rather than populating the menu item with - // file names, then we can always have a draft menu turned on. + // opening speed is noticably improved! ToDo: change this to populate the + // Draft menu with the file names on demand - when the user clicks on it; + // don't need a live query since the menu isn't staying up for more than a + // few seconds. if (!fIncoming) { QueryMenu *queryMenu;