aboutsummaryrefslogtreecommitdiffstats
path: root/mail/main.c
diff options
context:
space:
mode:
authorJeremy Wise <jwise@src.gnome.org>2000-08-09 10:06:20 +0800
committerJeremy Wise <jwise@src.gnome.org>2000-08-09 10:06:20 +0800
commit491b3c3c779ba32dfeba25d5ffcab064e842c910 (patch)
treefe40590668731ef969f2bd3f49f6df585972ebda /mail/main.c
parent6d34729106baa2e3a9fd9db29db04b0f9b8e984b (diff)
downloadgsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.tar
gsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.tar.gz
gsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.tar.bz2
gsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.tar.lz
gsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.tar.xz
gsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.tar.zst
gsoc2013-evolution-491b3c3c779ba32dfeba25d5ffcab064e842c910.zip
Value for threaded list view is now saved via gnome-config. This means that you can FINALLY shut off the threaded view once and for all :)
svn path=/trunk/; revision=4621
Diffstat (limited to 'mail/main.c')
-rw-r--r--mail/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/main.c b/mail/main.c
index 32572dd064..8ad567da21 100644
--- a/mail/main.c
+++ b/mail/main.c
@@ -67,5 +67,7 @@ main (int argc, char *argv [])
GDK_THREADS_LEAVE ();
#endif
+ mail_config_write_on_exit ();
+
return 0;
}