[Commits] [SCM] claws branch, master, updated. 3.11.1-87-g56422f5

mones at claws-mail.org mones at claws-mail.org
Sat Apr 25 12:51:51 CEST 2015


The branch, master has been updated
       via  56422f5638fedb2bb8e0e3312403d0bce577161e (commit)
      from  4b21af32557e42327956d2f49aee6cdb0eec8d34 (commit)

Summary of changes:
 src/plugins/vcalendar/vcal_folder.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 56422f5638fedb2bb8e0e3312403d0bce577161e
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sat Apr 25 12:51:42 2015 +0200

    Reuse PLUGINS_URI #define

diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c
index 399cefa..e051b3e 100644
--- a/src/plugins/vcalendar/vcal_folder.c
+++ b/src/plugins/vcalendar/vcal_folder.c
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Colin Leroy <colin at colino.net> and 
+ * Copyright (C) 1999-2015 Colin Leroy <colin at colino.net> and
  * the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -1702,7 +1701,7 @@ gboolean vcal_curl_put(gchar *url, FILE *fp, gint filesize, const gchar *user, c
 #endif
 	curl_easy_setopt(curl_ctx, CURLOPT_USERAGENT, 
 		"Claws Mail vCalendar plugin "
-		"(http://www.claws-mail.org/plugins.php)");
+		"(" PLUGINS_URI ")");
 	curl_easy_setopt(curl_ctx, CURLOPT_INFILESIZE, filesize);
 	res = curl_easy_perform(curl_ctx);
 	g_free(userpwd);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list