Home
last modified time | relevance | path

Searched refs:fullauto_completion_mode (Results 1 – 4 of 4) sorted by relevance

/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Daddr_compl.c763 if (!prefs_common.fullauto_completion_mode && ev->keyval == GDK_Tab && in address_completion_entry_key_pressed()
814 if (!prefs_common.fullauto_completion_mode) in address_completion_entry_changed()
1082 (!prefs_common.fullauto_completion_mode && in completion_window_key_press()
1111 if (!prefs_common.fullauto_completion_mode || in completion_window_key_press()
1120 if ((!prefs_common.fullauto_completion_mode && event->length > 0 && in completion_window_key_press()
1122 (prefs_common.fullauto_completion_mode && in completion_window_key_press()
1130 if (prefs_common.fullauto_completion_mode) in completion_window_key_press()
H A Dprefs_common_dialog.c4573 prefs_common.fullauto_completion_mode = FALSE; in prefs_common_addr_compl_set_data_from_radiobtn()
4577 prefs_common.fullauto_completion_mode = TRUE; in prefs_common_addr_compl_set_data_from_radiobtn()
4579 prefs_common.fullauto_completion_mode = FALSE; in prefs_common_addr_compl_set_data_from_radiobtn()
4595 if (prefs_common.fullauto_completion_mode) in prefs_common_addr_compl_set_radiobtn()
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dprefs_common.h319 gboolean fullauto_completion_mode; /* Compose */ member
H A Dprefs_common.c467 &prefs_common.fullauto_completion_mode, P_BOOL},