diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-23 02:34:58 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-23 02:34:58 +0800 |
commit | bd8d36fbcbac3b543df29c7b08c58c0be3386d34 (patch) | |
tree | 26a7aba547fc4645093d584707c4fd0ac9e00e97 /mail | |
parent | f5ec554c152ece6b2cac94f030760df4b53bb1c7 (diff) | |
download | gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.tar gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.tar.gz gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.tar.bz2 gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.tar.lz gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.tar.xz gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.tar.zst gsoc2013-evolution-bd8d36fbcbac3b543df29c7b08c58c0be3386d34.zip |
#include "mail-format.h"
svn path=/trunk/; revision=2555
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 9653b50fc6..731770c0c2 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -28,6 +28,7 @@ #include <gnome.h> #include "camel/camel.h" #include "mail-ops.h" +#include "mail-format.h" #include "folder-browser.h" #include "session.h" #include "e-util/e-setup.h" |