[Commits] [SCM] claws branch, master, updated. 3.10.1-67-g822857b
mones at claws-mail.org
mones at claws-mail.org
Tue Jun 17 10:59:57 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 822857b4d2c40faae26dc5444c5a5ecca1134c8e (commit)
via 66d5513bcc307b46e81c2f11cbe8e3ebcd3d46a8 (commit)
from 52cd610f6e365fb26320ce24305f655397ac6f55 (commit)
Summary of changes:
claws-mail.desktop.in | 3 ++-
src/common/utils.h | 9 +++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 822857b4d2c40faae26dc5444c5a5ecca1134c8e
Author: Ricardo Mones <ricardo at mones.org>
Date: Mon Jun 16 21:40:57 2014 +0200
Fix desktop file Categories and add Keywords
diff --git a/claws-mail.desktop.in b/claws-mail.desktop.in
index e33bf81..7c4af4b 100644
--- a/claws-mail.desktop.in
+++ b/claws-mail.desktop.in
@@ -4,8 +4,9 @@ Name=Claws Mail
_GenericName=E-mail client
Exec=claws-mail %u
Icon=claws-mail
-Categories=Network;Office;Email;
+Categories=Network;Email;
_Comment=Lightweight and Fast GTK+ based Mail Client
+_Keywords=lightweight;fast;gui;extensible;plugin;pop;pop3;imap;imap4;nntp;news;
Terminal=false
Type=Application
StartupNotify=true
commit 66d5513bcc307b46e81c2f11cbe8e3ebcd3d46a8
Author: Ricardo Mones <ricardo at mones.org>
Date: Mon Jun 16 21:31:57 2014 +0200
Fix bug #3211 “Fails to build in Debian hurd-i386 architecture”
diff --git a/src/common/utils.h b/src/common/utils.h
index 361419d..d556b0e 100644
--- a/src/common/utils.h
+++ b/src/common/utils.h
@@ -1,6 +1,6 @@
/*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2014 Hiroyuki Yamamoto and the Claws Mail team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -48,6 +48,11 @@
# include <wchar.h>
#endif
+/* The Hurd doesn't have this limit */
+#ifndef PATH_MAX
+ #define PATH_MAX 4196
+#endif
+
#ifdef G_OS_WIN32
#define fsync _commit
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list