diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-14 13:10:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-14 13:10:53 +0800 |
commit | a18691c17e9d49d75775d32a4d25dab9147b2ead (patch) | |
tree | 585cdba8a2b8d9344b01c6c9b4aaded6a6e2e398 /configure.in | |
parent | 73358f50a1915292dea968fcb9101438f38b7243 (diff) | |
download | gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.gz gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.bz2 gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.lz gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.xz gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.tar.zst gsoc2013-evolution-a18691c17e9d49d75775d32a4d25dab9147b2ead.zip |
IMAP will now allow you to login, and on some IMAP providers it will actually allow you to get mail - however there are some things that might need to be rewritten in Camel to allow all IMAP providers to work
right now, it wants to open /INBOX which isn't always the same as INBOX
Camel won't seem to allow me to just have it open "INBOX" if I specify '/' as the separator
*sigh*
svn path=/trunk/; revision=3557
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8b7dee9afb..66b31b65f2 100644 --- a/configure.in +++ b/configure.in @@ -441,6 +441,7 @@ camel/providers/pop3/Makefile camel/providers/sendmail/Makefile camel/providers/smtp/Makefile camel/providers/vee/Makefile +camel/providers/imap/Makefile composer/Makefile widgets/Makefile widgets/e-paned/Makefile |