>       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 */

Why not on Windows?

---
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#r66724378

Reply via email to