aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-accounts.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-23 07:09:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-23 07:09:16 +0800
commit7cf1665ab87b3791549a2530687638da9a0d1135 (patch)
tree82cf134329d2d48414f572e4c186698a511f5c30 /mail/mail-accounts.h
parentc70f26c34bfaeb2a0737db371eeec5404abd3e84 (diff)
downloadgsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar
gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.gz
gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.bz2
gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.lz
gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.xz
gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.tar.zst
gsoc2013-evolution-7cf1665ab87b3791549a2530687638da9a0d1135.zip
Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try to
2001-02-22 Jeffrey Stedfast <fejj@ximian.com> * mail-accounts.c (construct): Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try to auto-detect which PGP type the binary file is based on the basename (yuck). svn path=/trunk/; revision=8353
Diffstat (limited to 'mail/mail-accounts.h')
-rw-r--r--mail/mail-accounts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-accounts.h b/mail/mail-accounts.h
index e2f355cd3d..dcee0528c6 100644
--- a/mail/mail-accounts.h
+++ b/mail/mail-accounts.h
@@ -63,9 +63,10 @@ struct _MailAccountsDialog {
GtkButton *news_edit;
GtkButton *news_delete;
- /* temporary widgets */
+ /* "Other" widgets */
GtkCheckButton *send_html;
GtkSpinButton *timeout;
+ GnomeFileEntry *pgp_path;
};
typedef struct _MailAccountsDialog MailAccountsDialog;