57d698b397
- Remove the mutt-compressed option for now, as it is not updated upstream - Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay support in mutt Changes: The keys used are: !: modified feature, -: deleted feature, +: new feature - $imap_home_namespace (useless clutter) + $check_mbox_size (use size change instead of atime for new mail) ! improved f=f support wraps lines at $wrap if $wrap is not 0 + $wrap (>0 wraps at $wrap, <0 = $wrapmargin) + $assumed_charset, $attach_charset, $ignore_linear_white_space + $save_history, $history_file (save history across sessions) + $smtp_url (ESMTP relay support) + $crypt_use_pka (use GPGME PKA signature verification)
24 lines
1 KiB
Text
24 lines
1 KiB
Text
$NetBSD: patch-ag,v 1.6 2007/04/21 18:27:21 tonio Exp $
|
|
|
|
--- doc/Makefile.in.orig 2007-04-06 09:17:10.000000000 +0200
|
|
+++ doc/Makefile.in
|
|
@@ -395,7 +395,7 @@ uninstall-am: uninstall-info-am uninstal
|
|
all:
|
|
$(MAKE) makedoc-all
|
|
|
|
-makedoc-all: mutt.1 muttrc.man manual.html stamp-doc-chunked manual.txt
|
|
+makedoc-all: mutt.1 muttrc.man
|
|
|
|
install-data-local: makedoc-all instdoc
|
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
|
|
@@ -406,8 +406,8 @@ install-data-local: makedoc-all instdoc
|
|
./instdoc $(srcdir)/dotlock.man \
|
|
$(DESTDIR)$(mandir)/man1/mutt_dotlock.1
|
|
./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
|
|
- ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5
|
|
- ./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mmdf.5
|
|
+ ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mutt-mbox.5
|
|
+ ./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mutt-mmdf.5
|
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
|
|
for f in $(topsrcdir_DOCFILES) ; do \
|
|
$(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \
|