aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /mail/em-mailer-prefs.h
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.bz2
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.lz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.xz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r--mail/em-mailer-prefs.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index fe3bb13003..163d6f9406 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -62,14 +62,14 @@ struct _EMMailerPrefsHeader {
struct _EMMailerPrefs {
GtkVBox parent_object;
-
+
GNOME_Evolution_Shell shell;
-
+
struct _GladeXML *gui;
struct _GConfClient *gconf;
-
+
/* General tab */
-
+
/* Message Display */
struct _GtkToggleButton *timeout_toggle;
struct _GtkSpinButton *timeout;
@@ -80,28 +80,28 @@ struct _EMMailerPrefs {
struct _GtkOptionMenu *charset;
struct _GtkToggleButton *citation_highlight;
struct _GtkColorButton *citation_color;
-
+
/* Deleting Mail */
struct _GtkToggleButton *empty_trash;
struct _GtkOptionMenu *empty_trash_days;
struct _GtkToggleButton *confirm_expunge;
-
+
/* New Mail Notification */
struct _GtkToggleButton *notify_not;
struct _GtkToggleButton *notify_beep;
struct _GtkToggleButton *notify_play_sound;
struct _GtkFileChooserButton *notify_sound_file;
-
+
/* HTML Mail tab */
struct _GtkFontButton *font_variable;
struct _GtkFontButton *font_fixed;
struct _GtkToggleButton *font_share;
-
+
/* Loading Images */
struct _GtkToggleButton *images_always;
struct _GtkToggleButton *images_sometimes;
struct _GtkToggleButton *images_never;
-
+
struct _GtkToggleButton *show_animated;
struct _GtkToggleButton *autodetect_links;
struct _GtkToggleButton *prompt_unwanted_html;
@@ -126,7 +126,7 @@ struct _EMMailerPrefs {
struct _GtkToggleButton *check_incoming;
struct _GtkToggleButton *empty_junk;
struct _GtkOptionMenu *empty_junk_days;
-
+
struct _GtkToggleButton *sa_local_tests_only;
struct _GtkToggleButton *sa_use_daemon;
struct _GtkComboBox *default_junk_plugin;
@@ -136,9 +136,9 @@ struct _EMMailerPrefs {
struct _EMMailerPrefsClass {
GtkVBoxClass parent_class;
-
+
/* signals */
-
+
};
GtkType em_mailer_prefs_get_type (void);