diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-04-27 23:42:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-04-27 23:42:49 +0800 |
commit | 7a6143871342888bfb3f3844fc8c94f0fe7ed18e (patch) | |
tree | 9562c1311beb62767437e008b809266e7af06809 /mail/e-mail-browser.c | |
parent | 5fcaadbc9a16f711c0fe81933ec9615f289c8fa8 (diff) | |
download | gsoc2013-evolution-7a6143871342888bfb3f3844fc8c94f0fe7ed18e.tar.gz gsoc2013-evolution-7a6143871342888bfb3f3844fc8c94f0fe7ed18e.tar.zst gsoc2013-evolution-7a6143871342888bfb3f3844fc8c94f0fe7ed18e.zip |
Bug #303653 - Make headers collapsable in preview pane
Diffstat (limited to 'mail/e-mail-browser.c')
-rw-r--r-- | mail/e-mail-browser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-browser.c b/mail/e-mail-browser.c index e1aeed0abf..6866913ff4 100644 --- a/mail/e-mail-browser.c +++ b/mail/e-mail-browser.c @@ -30,6 +30,7 @@ #include "e-util/gconf-bridge.h" #include "shell/e-shell.h" #include "shell/e-shell-utils.h" +#include "shell/e-shell-settings.h" #include "widgets/misc/e-alert-bar.h" #include "widgets/misc/e-popup-action.h" #include "widgets/misc/e-preview-pane.h" |