aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-01 18:00:18 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-01 18:02:06 +0000
commit83ae98c6c62fc19538b7b936439d3ebf5e9cca0e (patch)
tree409a829f93d457cb92ff1fb79570d6f130521718 /docs/examples/Makefile.inc
parent2658da7604b634a15385af205495e35cbed5a7ef (diff)
examples: Added IMAP APPEND example
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index f5bbf54ba..d545eccf7 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -6,7 +6,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
smtp-multi smtp-send smtp-tls smtp-vrfy smtp-expn rtsp externalsocket \
resolve progressfunc pop3s pop3slist imap-list imap-fetch imap-store \
- url2file sftpget ftpsget postinmemory
+ imap-append url2file sftpget ftpsget postinmemory
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.