diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-08-01 20:46:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-08-01 20:46:05 +0800 |
commit | a9309844945b699c7b5162eef47785e44789d2f1 (patch) | |
tree | 590da2a2e6c9327fcf8280f6a96291947d4ffb4f /camel/providers/Makefile.am | |
parent | 60e6d0367f2782b92ce0beaf8dd45345bdbaedc1 (diff) | |
download | gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.tar gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.tar.gz gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.tar.bz2 gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.tar.lz gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.tar.xz gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.tar.zst gsoc2013-evolution-a9309844945b699c7b5162eef47785e44789d2f1.zip |
Initial cut at mh provider. Well, it already does everything
mbox does.
2000-08-01 Not Zed <NotZed@HelixCode.com>
* providers/mh: New mh provider implementation.
* providers/Makefile.am (SUBDIRS): Added mh provider.
svn path=/trunk/; revision=4444
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index dec31c0cb9..021fe4539b 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = mbox pop3 sendmail smtp vee imap +SUBDIRS = mbox pop3 sendmail smtp vee imap mh # these ones are disabled for the moment. # MH maildir nntp smtp |