[claws-mail-cvs-commit] ChangeLog
Holger Berndt <[email protected]> Thu, 20 Aug 2009 16:16:31 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/plugins/python
In directory ran:/tmp/cvs-serv3242
Modified Files:
Tag: gtk2
ChangeLog README configure.ac
Log Message:
2009-08-20 [holger] 0.1cvs10
* ChangeLog
* README
Fix README and ChangeLog
Index: README
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/README,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- README 19 Aug 2009 17:15:54 -0000 1.1.2.5
+++ README 20 Aug 2009 16:16:28 -0000 1.1.2.6
@@ -4,8 +4,7 @@
console, or stored in scripts under ~/.claws-mail/python-scripts.
The scripts are then accessible via the menu of the main window.
-A few examples follow. This can be seen as a generalisation of
-templates.
+A few examples follow.
========================== 8< ===========================
# Send the same mail to a list of people, one at a time.
@@ -17,14 +16,14 @@
for address in addresses:
- # The argument for the constructor is an email address on which
- # the sending account is selected.
- # It's also possible to use the default constructor without arguments,
- # in which case the same rules as on a menu click one "New message"
- # are applied.
+ # The argument for the constructor is an email address on which
+ # the sending account is selected.
+ # It's also possible to use the default constructor without arguments,
+ # in which case the same rules as on a menu click one "New message"
+ # are applied.
cw = clawsmail.ComposeWindow("[email protected]")
- # Add a recepient. There are also add_Cc and add_Bcc functions.
+ # Add a recipient. There are also add_Cc and add_Bcc functions.
cw.add_To(address)
# Set the subject of the message
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- configure.ac 19 Aug 2009 17:15:55 -0000 1.1.2.9
+++ configure.ac 20 Aug 2009 16:16:28 -0000 1.1.2.10
@@ -10,7 +10,7 @@
MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=0
-EXTRA_VERSION=9
+EXTRA_VERSION=10
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- ChangeLog 19 Aug 2009 17:15:54 -0000 1.1.2.9
+++ ChangeLog 20 Aug 2009 16:16:28 -0000 1.1.2.10
@@ -1,3 +1,9 @@
+2009-08-20 [holger] 0.1cvs10
+
+ * ChangeLog
+ * README
+ Fix README and ChangeLog
+
2009-08-19 [holger] 0.1cvs9
* README
@@ -59,7 +65,3 @@
2009-08-09 [holger] 0.0cvs1
* Initial import
-
-2009-05-06 [holger] 0.0.1
-
- * initial import