[Commits] [SCM] claws branch, master, updated. 3.14.1-197-g8f2c149
claws at claws-mail.org
claws at claws-mail.org
Thu Feb 16 14:49:04 CET 2017
The branch, master has been updated
via 8f2c1491f848e3f5419bf0f93a07ebd4e08b6d61 (commit)
from d6dfb9960cc1c8d25a1dbfaf6958fb82e596c46b (commit)
Summary of changes:
src/prefs_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8f2c1491f848e3f5419bf0f93a07ebd4e08b6d61
Author: Paul <paul at claws-mail.org>
Date: Thu Feb 16 13:49:00 2017 +0000
use xdg-open as default mime_open_command
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 66b1b38..2d8f5bd 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -790,7 +790,7 @@ static PrefParam param[] = {
/* MIME viewer */
{"mime_textviewer", NULL,
&SPECIFIC_PREFS.mime_textviewer, P_STRING, NULL, NULL, NULL},
- {"mime_open_command", "gedit '%s'",
+ {"mime_open_command", "xdg-open '%s'",
&SPECIFIC_PREFS.mime_open_cmd, P_STRING, NULL, NULL, NULL},
{"show_inline_attachments", "TRUE",
&prefs_common.show_inline_attachments, P_BOOL, NULL, NULL, NULL},
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list