65975c2510
-- The Mutt Mail User Agent This is a nifty e-mail client that includes excellent PGP hooks. Other features include: - color support - message threading - MIME support (including RFC2047 support for encoded headers) - IMAP (also over SSL) and POP3 support - support for multiple mailbox formats (mbox, MMDF, MH, maildir) - highly customizable, including key bindings - searches using regular expression - Delivery Status Notification (DSN) support - PGP/MIME (RFC2015) - small and efficient Flavors: slang - build using the S-Lang library for screen handling. imap - build with IMAP & SSL support. pop - build with POP3 support. compressed - build with compressed folder support (see: http://www.spinnaker.de/mutt/compressed/) mixmaster - build with anonymous remailing support. This is the development version of mutt. WWW: http://www.mutt.org/
13 lines
518 B
Plaintext
13 lines
518 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2001/08/20 19:51:53 lebel Exp $
|
|
--- doc/Makefile.in.orig Mon Jun 4 13:14:10 2001
|
|
+++ doc/Makefile.in Sun Aug 19 19:35:23 2001
|
|
@@ -59,7 +59,7 @@ srcdir_DOCFILES = PGP-Notes.txt applying
|
|
topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \
|
|
README NEWS TODO README.SECURITY README.SSL README.UPGRADE
|
|
|
|
-all: muttrc.man try-html try-txt
|
|
+all: muttrc.man # try-html try-txt
|
|
|
|
try-html: ../makedoc
|
|
test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
|