> gchar *kb_label = _("Send file by mail");
> GtkWidget *menu_mail = NULL;
> GeanyKeyGroup *key_group;
>
> config_file = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S,
> "plugins", G_DIR_SEPARATOR_S,
> + "sendmail", G_DIR_SEPARATOR_S, "mail.conf", NULL);
> +
> + #ifndef G_OS_WIN32
> + /* We try only to move if we are on not Windows platform */
I just had no chance to test and didn't want to make an guessing.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/443/files/de0242529344321f42d8b1ba6660afe2fa066f60#r66724472