From 56422f5638fedb2bb8e0e3312403d0bce577161e Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Sat, 25 Apr 2015 12:51:42 +0200 Subject: [PATCH] Reuse PLUGINS_URI #define --- src/plugins/vcalendar/vcal_folder.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c index 399cefac7..e051b3e70 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 and + * Copyright (C) 1999-2015 Colin Leroy 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 . */ #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); -- 2.25.1