Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv14573/include

Modified Files:
        Composer.h 
Log Message:
expand the template for new messages/articles immediately if possible, only
postpone doing it if the template really uses the values of the message
headers


Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- Composer.h  12 Aug 2001 01:11:40 -0000      1.2
+++ Composer.h  4 Mar 2002 18:01:07 -0000       1.3
@@ -94,8 +94,13 @@
    //@}
 
-   /** @name Accessing composer addresses */
+   /** @name Accessing composer data */
    //@{
+
    /// get (all) addresses of this type as a single string
    virtual String GetRecipients(RecipientType type) const = 0;
+
+   /// get the currently entered subject
+   virtual String GetSubject() const = 0;
+
    //@}
 


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to