Home
last modified time | relevance | path

Searched refs:gpg_path (Results 1 – 25 of 105) sorted by relevance

12345

/dports/security/pwman/pwman-0.4.5/src/
H A Doptions.c33 new->gpg_path = malloc(STRING_LONG); in options_new()
93 if(text) strncpy(options->gpg_path, text, STRING_LONG); in options_read()
141 xmlNewChild(root, NULL, (xmlChar*)"gpg_path", (xmlChar*)options->gpg_path); in options_write()
189 fgets(options->gpg_path, STRING_LONG, stdin); in options_get()
190 if( strcmp(options->gpg_path, "\n") == 0){ in options_get()
191 strncpy(options->gpg_path, "/usr/local/bin/gpg", STRING_LONG); in options_get()
193 options->gpg_path[ strlen(options->gpg_path) - 1] = 0; in options_get()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/pgpcore/
H A Dprefs_gpg.c67 {"gpg_path", "", &prefs_gpg.gpg_path, P_STRING,
87 GtkWidget *gpg_path; member
131 GtkWidget *gpg_path, *gpg_path_btn; in prefs_gpg_create_widget_func() local
204 gpg_path = gtk_entry_new(); in prefs_gpg_create_widget_func()
206 CLAWS_SET_TIP(gpg_path, in prefs_gpg_create_widget_func()
212 pref_set_entry_from_pref(GTK_ENTRY(gpg_path), prefs_gpg.gpg_path); in prefs_gpg_create_widget_func()
230 gtk_entry_set_text(GTK_ENTRY(gpg_path), config->gpg_path); in prefs_gpg_create_widget_func()
239 page->gpg_path = gpg_path; in prefs_gpg_create_widget_func()
279 g_free(config->gpg_path); in prefs_gpg_save_func()
280 config->gpg_path = g_strdup(gtk_entry_get_text(GTK_ENTRY(page->gpg_path))); in prefs_gpg_save_func()
[all …]

12345