Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8889/include/gui

Modified Files:
        wxComposeView.h 
Log Message:
added forgotten attachments detection

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -b -u -2 -r1.110 -r1.111
--- wxComposeView.h     13 Feb 2006 23:36:17 -0000      1.110
+++ wxComposeView.h     8 Apr 2006 19:06:13 -0000       1.111
@@ -340,4 +340,7 @@
    void DoInsertAttachment(EditorContentPart *mc, const wxChar *mimetype);
 
+   /// ask the user for the files to attach and attach them
+   void LetUserAddAttachment();
+
    /// set encoding to use and pass it on to composer (by default same one)
    void SetEncoding(wxFontEncoding encoding,
@@ -355,4 +358,8 @@
    void SetDraft(Message *msg);
 
+   /// check if the user forgot to add an attachment and return false in this
+   /// case
+   bool CheckForForgottenAttachments() const;
+
    /// verify that the message can be sent
    bool IsReadyToSend() const;



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to