[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-49-ge386446c6
paul at claws-mail.org
paul at claws-mail.org
Tue Mar 9 09:52:33 CET 2021
The branch, gtk3 has been updated
via e386446c6dc55afb30cfdba0f177106ab13d4d15 (commit)
from fb18375ad5cab01ead21bda5363e5516cc416585 (commit)
Summary of changes:
src/compose.h | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
- Log -----------------------------------------------------------------
commit e386446c6dc55afb30cfdba0f177106ab13d4d15
Author: paul <paul at claws-mail.org>
Date: Tue Mar 9 08:52:29 2021 +0000
missed in last commit
diff --git a/src/compose.h b/src/compose.h
index 726b8fa66..3c155be55 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -1,6 +1,6 @@
/*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
+ * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* 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
@@ -43,12 +43,6 @@ typedef struct _AttachInfo AttachInfo;
#define COMPOSE_CHECK_BEFORE_SEND_HOOKLIST "compose_check_before_send"
#define COMPOSE_CREATED_HOOKLIST "compose_created"
-/* Define a convenient macro for further ifdefs around code related to
- * external editor. */
-#if defined G_OS_UNIX && defined GDK_WINDOWING_X11
-# define CAN_USE_EXTERNAL_EDITOR
-#endif
-
typedef enum
{
COMPOSE_TO,
@@ -228,8 +222,7 @@ struct _Compose
/* external editor */
gchar *exteditor_file;
- pid_t exteditor_pid;
- GIOChannel *exteditor_ch;
+ GPid exteditor_pid;
gint exteditor_tag;
GtkWidget *exteditor_socket;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list