summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile86
-rw-r--r--mail/mutt-devel/distinfo1
-rw-r--r--mail/mutt-devel/files/extra-patch-doc-ref12
-rw-r--r--mail/mutt-devel/files/patch-0110
-rw-r--r--mail/mutt-devel/files/patch-0254
-rw-r--r--mail/mutt-devel/files/patch-0311
-rw-r--r--mail/mutt-devel/files/patch-0412
-rw-r--r--mail/mutt-devel/files/patch-0528
-rw-r--r--mail/mutt-devel/files/patch-0811
-rw-r--r--mail/mutt-devel/pkg-comment1
-rw-r--r--mail/mutt-devel/pkg-descr16
-rw-r--r--mail/mutt-devel/pkg-plist178
-rw-r--r--mail/mutt-devel/pkg-plist.htmlfiles262
13 files changed, 0 insertions, 682 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
deleted file mode 100644
index 62823a3505c7..000000000000
--- a/mail/mutt-devel/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: mutt w/pgp hooks
-# Version required: 0.xy
-# Date created: Thur July 25, 1996
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $Id: Makefile,v 1.55 1999/01/07 18:43:20 obrien Exp $
-
-DISTNAME= mutt-0.95.3i
-PKGNAME= mutt-0.95.3
-CATEGORIES= mail
-MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
- ftp://ftp.uib.no/pub/mutt/ \
- ftp://pgp.rasip.fer.hr/pub/mutt/international/ \
- ftp://ftp.gbnet.net/pub/mutt-international/ \
- ftp://riemann.iam.uni-bonn.de/pub/mutt/ \
- ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-international/ \
- ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/ \
- ftp://ftp.iks-jena.de/pub/mitarb/lutz/crypt/software/pgp/mutt/
-
-PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
- http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
- http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
- ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
- ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
- ftp://riemann.iam.uni-bonn.de/pub/mutt/
-PATCHFILES=
-
-MAINTAINER= obrien@FreeBSD.org
-
-.if defined(BATCH)
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
-BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \
- sgmlfmt:${PORTSDIR}/textproc/sgmlformat
-RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
-.elif defined(USE_NCURSES_PORT)
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
-.elif defined(USE_SLANG)
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
-.endif
-
-DIST_SUBDIR= mutt
-PATCH_DIST_STRIP= -p1
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \
- --with-sharedir=${PREFIX}/share/mutt \
- --with-docdir=${PREFIX}/share/doc/mutt
-.if defined(BATCH) || defined(USE_SLANG)
-CONFIGURE_ARGS+= --with-slang=${PREFIX}
-.elif defined(USE_NCURSES_PORT)
-CONFIGURE_ARGS+= --with-curses=${PREFIX}
-.endif
-WRKSRC= ${WRKDIR}/${PKGNAME}
-MAN1= mutt.1 mutt_dotlock.1
-
-
-.if !defined(NOPORTDOCS)
-post-build:
- touch ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
- ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref
- printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
- ed -s ${WRKSRC}/doc/mutt.man
-.if defined(BATCH)
-PLIST:= ${WRKDIR}/PLIST
-pre-install:
- @${CAT} ${PKGDIR}/PLIST.htmlfiles >> ${PLIST}
- @${CAT} ${PKGDIR}/PLIST >> ${PLIST}
-.endif
-.endif
-
-post-install:
- @strip ${PREFIX}/bin/mutt
-.if !defined(NOPORTDOCS)
- @${ECHO} "===> Installing Mutt documentation"
- @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
- @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
- ${PREFIX}/share/doc/mutt
-.if defined(BATCH)
- ${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt
- ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt
-.endif
- @(cd ${WRKSRC}/contrib ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
- ${PREFIX}/share/doc/mutt)
-.endif
-
-.include <bsd.port.mk>
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
deleted file mode 100644
index da22ecff7499..000000000000
--- a/mail/mutt-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mutt/mutt-0.95.3i.tar.gz) = 0de372aa17341e96cc0fefc328197e0f
diff --git a/mail/mutt-devel/files/extra-patch-doc-ref b/mail/mutt-devel/files/extra-patch-doc-ref
deleted file mode 100644
index ee044b188b0b..000000000000
--- a/mail/mutt-devel/files/extra-patch-doc-ref
+++ /dev/null
@@ -1,12 +0,0 @@
---- doc/mutt.man.orig Mon Jul 13 12:50:38 1998
-+++ doc/mutt.man Thu Oct 1 22:15:40 1998
-@@ -20,7 +20,8 @@
- .SH DESCRIPTION
- Mutt is a small but very powerful text based program for reading electronic
- mail under unix operating systems, including support color terminals, MIME,
--and a threaded sorting mode.
-+and a threaded sorting mode. Details of how to use all of this is
-+available in \fI${PREFIX}/share/doc/mutt/\fP.
- .SH OPTIONS
- .IP "-a \fIfile\fP"
- Attach a file to your message using MIME.
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01
deleted file mode 100644
index 2233a67ac3c7..000000000000
--- a/mail/mutt-devel/files/patch-01
+++ /dev/null
@@ -1,10 +0,0 @@
---- charsets/charsets.alias.orig Mon Jan 4 15:55:56 1999
-+++ charsets/charsets.alias Sat Jan 9 10:45:04 1999
-@@ -21,6 +21,7 @@
- iso-ir-47 bs-viewdata
- ms-ee cp1250
- ms-cyrl cp1251
-+windows-1251 cp1251
- ms-ansi cp1252
- ms-greek cp1253
- ms-turk cp1254
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
deleted file mode 100644
index fab62611d3e8..000000000000
--- a/mail/mutt-devel/files/patch-02
+++ /dev/null
@@ -1,54 +0,0 @@
---- doc/Makefile.in.orig Thu Nov 19 06:10:19 1998
-+++ doc/Makefile.in Sat Dec 12 11:10:45 1998
-@@ -43,7 +43,7 @@
- DOCFILES = manual.txt
-
-
--all: mutt.man dotlock.man try-html try-txt
-+all: mutt.man dotlock.man try-html try-txt try-latin1
-
- complete: all html
-
-@@ -57,19 +57,22 @@
- try-txt:
- -$(MAKE) manual.txt
-
-+try-latin1:
-+ -$(MAKE) manual.latin1
-+
- html: manual.html
-
- install: dotlock.man mutt.man all
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
- $(INSTALL) -m 644 mutt.man $(DESTDIR)$(mandir)/man1/mutt.1
- $(INSTALL) -m 644 dotlock.man $(DESTDIR)$(mandir)/man1/mutt_dotlock.1
-- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
-- for f in $(DOCFILES) ; do $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; done
-- for f in $(srcdir_DOCFILES) ; do $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; done
-- for f in $(topsrcdir_DOCFILES) ; do $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; done
-- if [ -f manual.html ] ; then \
-- $(MAKE) install-html ; \
-- fi
-+ #$(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
-+ #for f in $(DOCFILES) ; do $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; done
-+ #for f in $(srcdir_DOCFILES) ; do $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; done
-+ #for f in $(topsrcdir_DOCFILES) ; do $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; done
-+ #if [ -f manual.html ] ; then \
-+ # $(MAKE) install-html ; \
-+ #fi
-
- install-html: html
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html
-@@ -84,7 +87,11 @@
- sgml2txt -c latin manual
-
- manual.html: manual.sgml
-- sgml2html manual
-+ @# sgml2html manual
-+ sgmlfmt -f html manual
-+
-+manual.latin1: manual.sgml
-+ sgmlfmt -f latin1 manual.sgml
-
- clean:
- rm -f *~ *.html *.orig *.rej *.man manual.sgml
diff --git a/mail/mutt-devel/files/patch-03 b/mail/mutt-devel/files/patch-03
deleted file mode 100644
index 82571384c793..000000000000
--- a/mail/mutt-devel/files/patch-03
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/manual.sgml.in.orig Tue Dec 8 13:20:07 1998
-+++ doc/manual.sgml.in Sat Dec 12 09:03:23 1998
-@@ -1,4 +1,7 @@
--<!doctype linuxdoc system>
-+<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
-+<!ENTITY dquot "&#34;">
-+]>
-+<linuxdoc>
-
- <article>
-
diff --git a/mail/mutt-devel/files/patch-04 b/mail/mutt-devel/files/patch-04
deleted file mode 100644
index 2ec5c4e87e9c..000000000000
--- a/mail/mutt-devel/files/patch-04
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig.bak Fri Feb 12 13:59:51 1999
-+++ configure Sat Feb 13 18:00:01 1999
-@@ -1725,6 +1725,9 @@
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
- char $ac_func();
-+#ifdef __FreeBSD__
-+#define bkgdset initscr
-+#endif
-
- int main() {
-
diff --git a/mail/mutt-devel/files/patch-05 b/mail/mutt-devel/files/patch-05
deleted file mode 100644
index 5cb212c146ba..000000000000
--- a/mail/mutt-devel/files/patch-05
+++ /dev/null
@@ -1,28 +0,0 @@
---- curs_lib.c.bak Thu Jan 14 14:29:17 1999
-+++ curs_lib.c Sat Feb 13 20:14:02 1999
-@@ -132,8 +132,8 @@
- int mutt_yesorno (const char *msg, int def)
- {
- event_t ch;
-- char *yes = _("yes");
-- char *no = _("no");
-+ unsigned char *yes = _("yes");
-+ unsigned char *no = _("no");
-
- CLEARLINE(LINES-1);
- printw("%s ([%c]/%c): ", msg, def ? *yes : *no,
-@@ -145,12 +145,12 @@
- if (ch.ch == -1) return(-1);
- if (CI_is_return (ch.ch))
- break;
-- else if (tolower(ch.ch) == tolower(*yes))
-+ else if (tolower(ch.ch) == tolower(*yes) || tolower(ch.ch) == 'y')
- {
- def = 1;
- break;
- }
-- else if (tolower(ch.ch) == tolower(*no))
-+ else if (tolower(ch.ch) == tolower(*no) || tolower(ch.ch) == 'n')
- {
- def = 0;
- break;
diff --git a/mail/mutt-devel/files/patch-08 b/mail/mutt-devel/files/patch-08
deleted file mode 100644
index 2d607bc2f343..000000000000
--- a/mail/mutt-devel/files/patch-08
+++ /dev/null
@@ -1,11 +0,0 @@
---- Muttrc.in.original Wed Jul 22 10:47:49 1998
-+++ Muttrc.in Wed Jul 22 10:48:02 1998
-@@ -60,7 +60,7 @@
- # unset fcc_attach
- # set folder="~/Mail"
- # set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"
--# set followup_to
-+unset followup_to
- # unset force_name
- # set forward_decode
- # set forward_format="[%a: %s]"
diff --git a/mail/mutt-devel/pkg-comment b/mail/mutt-devel/pkg-comment
deleted file mode 100644
index c04a3dff7269..000000000000
--- a/mail/mutt-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-"The Mongrel of Mail User Agents" (part Elm, Pine, mh)
diff --git a/mail/mutt-devel/pkg-descr b/mail/mutt-devel/pkg-descr
deleted file mode 100644
index 94ec4ca062cf..000000000000
--- a/mail/mutt-devel/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh,
-part slrn, part everything else) is an interactive screen-oriented mailer
-program that supersedes Elm, Pine, mail and mailx.
-
-Features include color support, message threading, MIME support (including
-RFC1522 support for encoded headers), customizable key bindings, POP3,
-Delivery Status Notification (DSN) support, and PGP/MIME.
-
-Warning, this is beta software. While it is farily stable and quite
-usable, core dumps do happen. Use at your own risk. New versions are
-usually released every Friday.
-
-Homepage: http://www.mutt.org/
-Mutt User Information: http://www.math.fu-berlin.de/~guckes/mutt/
-
- -- David (obrien@cs.ucdavis.edu)
diff --git a/mail/mutt-devel/pkg-plist b/mail/mutt-devel/pkg-plist
deleted file mode 100644
index e6132d90fb90..000000000000
--- a/mail/mutt-devel/pkg-plist
+++ /dev/null
@@ -1,178 +0,0 @@
-bin/mutt
-bin/mutt_dotlock
-etc/Muttrc
-etc/mime.types
-share/mutt/charsets/ansi-x3-110-1983
-share/mutt/charsets/ansi-x3-4-1968
-share/mutt/charsets/asmo-449
-share/mutt/charsets/baltic
-share/mutt/charsets/bs-4730
-share/mutt/charsets/bs-viewdata
-share/mutt/charsets/charsets.alias
-share/mutt/charsets/charsets.alias.dist
-share/mutt/charsets/cp1250
-share/mutt/charsets/cp1251
-share/mutt/charsets/cp1252
-share/mutt/charsets/cp1253
-share/mutt/charsets/cp1254
-share/mutt/charsets/cp1255
-share/mutt/charsets/cp1256
-share/mutt/charsets/cp1257
-share/mutt/charsets/csa-z243-4-1985-1
-share/mutt/charsets/csa-z243-4-1985-2
-share/mutt/charsets/csa-z243-4-1985-gr
-share/mutt/charsets/csn-369103
-share/mutt/charsets/cwi
-share/mutt/charsets/dec-mcs
-share/mutt/charsets/din-66003
-share/mutt/charsets/ds-2089
-share/mutt/charsets/ebcdic-at-de
-share/mutt/charsets/ebcdic-at-de-a
-share/mutt/charsets/ebcdic-ca-fr
-share/mutt/charsets/ebcdic-dk-no
-share/mutt/charsets/ebcdic-dk-no-a
-share/mutt/charsets/ebcdic-es
-share/mutt/charsets/ebcdic-es-a
-share/mutt/charsets/ebcdic-es-s
-share/mutt/charsets/ebcdic-fi-se
-share/mutt/charsets/ebcdic-fi-se-a
-share/mutt/charsets/ebcdic-fr
-share/mutt/charsets/ebcdic-is-friss
-share/mutt/charsets/ebcdic-it
-share/mutt/charsets/ebcdic-pt
-share/mutt/charsets/ebcdic-uk
-share/mutt/charsets/ebcdic-us
-share/mutt/charsets/ecma-cyrillic
-share/mutt/charsets/es
-share/mutt/charsets/es2
-share/mutt/charsets/gb-1988-80
-share/mutt/charsets/gost-19768-74
-share/mutt/charsets/greek-ccitt
-share/mutt/charsets/greek7
-share/mutt/charsets/greek7-old
-share/mutt/charsets/hp-roman8
-share/mutt/charsets/ibm037
-share/mutt/charsets/ibm038
-share/mutt/charsets/ibm1004
-share/mutt/charsets/ibm1026
-share/mutt/charsets/ibm1047
-share/mutt/charsets/ibm256
-share/mutt/charsets/ibm273
-share/mutt/charsets/ibm274
-share/mutt/charsets/ibm275
-share/mutt/charsets/ibm277
-share/mutt/charsets/ibm278
-share/mutt/charsets/ibm280
-share/mutt/charsets/ibm281
-share/mutt/charsets/ibm284
-share/mutt/charsets/ibm285
-share/mutt/charsets/ibm290
-share/mutt/charsets/ibm297
-share/mutt/charsets/ibm420
-share/mutt/charsets/ibm423
-share/mutt/charsets/ibm424
-share/mutt/charsets/ibm437
-share/mutt/charsets/ibm500
-share/mutt/charsets/ibm850
-share/mutt/charsets/ibm851
-share/mutt/charsets/ibm852
-share/mutt/charsets/ibm855
-share/mutt/charsets/ibm857
-share/mutt/charsets/ibm860
-share/mutt/charsets/ibm861
-share/mutt/charsets/ibm862
-share/mutt/charsets/ibm863
-share/mutt/charsets/ibm864
-share/mutt/charsets/ibm865
-share/mutt/charsets/ibm868
-share/mutt/charsets/ibm869
-share/mutt/charsets/ibm870
-share/mutt/charsets/ibm871
-share/mutt/charsets/ibm875
-share/mutt/charsets/ibm880
-share/mutt/charsets/ibm891
-share/mutt/charsets/ibm903
-share/mutt/charsets/ibm904
-share/mutt/charsets/ibm905
-share/mutt/charsets/ibm918
-share/mutt/charsets/iec-p27-1
-share/mutt/charsets/inis
-share/mutt/charsets/inis-8
-share/mutt/charsets/inis-cyrillic
-share/mutt/charsets/invariant
-share/mutt/charsets/iso-10367-box
-share/mutt/charsets/iso-2033-1983
-share/mutt/charsets/iso-5427
-share/mutt/charsets/iso-5427-ext
-share/mutt/charsets/iso-5428
-share/mutt/charsets/iso-646-basic
-share/mutt/charsets/iso-646-irv
-share/mutt/charsets/iso-6937
-share/mutt/charsets/iso-6937-2-25
-share/mutt/charsets/iso-6937-2-add
-share/mutt/charsets/iso-8859-1
-share/mutt/charsets/iso-8859-10
-share/mutt/charsets/iso-8859-2
-share/mutt/charsets/iso-8859-3
-share/mutt/charsets/iso-8859-4
-share/mutt/charsets/iso-8859-5
-share/mutt/charsets/iso-8859-6
-share/mutt/charsets/iso-8859-7
-share/mutt/charsets/iso-8859-8
-share/mutt/charsets/iso-8859-9
-share/mutt/charsets/iso-8859-supp
-share/mutt/charsets/iso-ir-90
-share/mutt/charsets/it
-share/mutt/charsets/jis-c6220-1969-jp
-share/mutt/charsets/jis-c6220-1969-ro
-share/mutt/charsets/jis-c6229-1984-a
-share/mutt/charsets/jis-c6229-1984-b
-share/mutt/charsets/jis-c6229-1984-b-add
-share/mutt/charsets/jis-c6229-1984-hand
-share/mutt/charsets/jis-c6229-1984-hand-add
-share/mutt/charsets/jis-c6229-1984-kana
-share/mutt/charsets/jis-x0201
-share/mutt/charsets/jus-i-b1-002
-share/mutt/charsets/jus-i-b1-003-mac
-share/mutt/charsets/jus-i-b1-003-serb
-share/mutt/charsets/koi-8
-share/mutt/charsets/koi8-r
-share/mutt/charsets/ksc5636
-share/mutt/charsets/latin-greek
-share/mutt/charsets/latin-greek-1
-share/mutt/charsets/mac-is
-share/mutt/charsets/macintosh
-share/mutt/charsets/msz-7795-3
-share/mutt/charsets/nats-dano
-share/mutt/charsets/nats-dano-add
-share/mutt/charsets/nats-sefi
-share/mutt/charsets/nats-sefi-add
-share/mutt/charsets/nc-nc00-10
-share/mutt/charsets/nextstep
-share/mutt/charsets/nf-z-62-010
-share/mutt/charsets/nf-z-62-010-(1973)
-share/mutt/charsets/ns-4551-1
-share/mutt/charsets/ns-4551-2
-share/mutt/charsets/pt
-share/mutt/charsets/pt2
-share/mutt/charsets/sami
-share/mutt/charsets/sen-850200-b
-share/mutt/charsets/sen-850200-c
-share/mutt/charsets/t-101-g2
-share/mutt/charsets/t-61-7bit
-share/mutt/charsets/t-61-8bit
-share/mutt/charsets/videotex-suppl
-share/locale/de/LC_MESSAGES/mutt.mo
-share/locale/ru/LC_MESSAGES/mutt.mo
-share/locale/it/LC_MESSAGES/mutt.mo
-share/locale/es/LC_MESSAGES/mutt.mo
-share/locale/uk/LC_MESSAGES/mutt.mo
-share/locale/fr/LC_MESSAGES/mutt.mo
-share/doc/mutt/manual.txt
-share/doc/mutt/PGP-Notes.txt
-share/doc/mutt/sample.muttrc
-share/doc/mutt/Mush.rc
-share/doc/mutt/Pine.rc
-@dirrm share/mutt/charsets
-@dirrm share/mutt
-@dirrm share/doc/mutt
diff --git a/mail/mutt-devel/pkg-plist.htmlfiles b/mail/mutt-devel/pkg-plist.htmlfiles
deleted file mode 100644
index bc9fa567f4e8..000000000000
--- a/mail/mutt-devel/pkg-plist.htmlfiles
+++ /dev/null
@@ -1,262 +0,0 @@
-share/doc/mutt/manual.latin1
-share/doc/mutt/manual.html
-share/doc/mutt/manual1.html
-share/doc/mutt/manual10.html
-share/doc/mutt/manual100.html
-share/doc/mutt/manual101.html
-share/doc/mutt/manual102.html
-share/doc/mutt/manual103.html
-share/doc/mutt/manual104.html
-share/doc/mutt/manual105.html
-share/doc/mutt/manual106.html
-share/doc/mutt/manual107.html
-share/doc/mutt/manual108.html
-share/doc/mutt/manual109.html
-share/doc/mutt/manual11.html
-share/doc/mutt/manual110.html
-share/doc/mutt/manual111.html
-share/doc/mutt/manual112.html
-share/doc/mutt/manual113.html
-share/doc/mutt/manual114.html
-share/doc/mutt/manual115.html
-share/doc/mutt/manual116.html
-share/doc/mutt/manual117.html
-share/doc/mutt/manual118.html
-share/doc/mutt/manual119.html
-share/doc/mutt/manual12.html
-share/doc/mutt/manual120.html
-share/doc/mutt/manual121.html
-share/doc/mutt/manual122.html
-share/doc/mutt/manual123.html
-share/doc/mutt/manual124.html
-share/doc/mutt/manual125.html
-share/doc/mutt/manual126.html
-share/doc/mutt/manual127.html
-share/doc/mutt/manual128.html
-share/doc/mutt/manual129.html
-share/doc/mutt/manual13.html
-share/doc/mutt/manual130.html
-share/doc/mutt/manual131.html
-share/doc/mutt/manual132.html
-share/doc/mutt/manual133.html
-share/doc/mutt/manual134.html
-share/doc/mutt/manual135.html
-share/doc/mutt/manual136.html
-share/doc/mutt/manual137.html
-share/doc/mutt/manual138.html
-share/doc/mutt/manual139.html
-share/doc/mutt/manual14.html
-share/doc/mutt/manual140.html
-share/doc/mutt/manual141.html
-share/doc/mutt/manual142.html
-share/doc/mutt/manual143.html
-share/doc/mutt/manual144.html
-share/doc/mutt/manual145.html
-share/doc/mutt/manual146.html
-share/doc/mutt/manual147.html
-share/doc/mutt/manual148.html
-share/doc/mutt/manual149.html
-share/doc/mutt/manual15.html
-share/doc/mutt/manual150.html
-share/doc/mutt/manual151.html
-share/doc/mutt/manual152.html
-share/doc/mutt/manual153.html
-share/doc/mutt/manual154.html
-share/doc/mutt/manual155.html
-share/doc/mutt/manual156.html
-share/doc/mutt/manual157.html
-share/doc/mutt/manual158.html
-share/doc/mutt/manual159.html
-share/doc/mutt/manual16.html
-share/doc/mutt/manual160.html
-share/doc/mutt/manual161.html
-share/doc/mutt/manual162.html
-share/doc/mutt/manual163.html
-share/doc/mutt/manual164.html
-share/doc/mutt/manual165.html
-share/doc/mutt/manual166.html
-share/doc/mutt/manual167.html
-share/doc/mutt/manual168.html
-share/doc/mutt/manual169.html
-share/doc/mutt/manual17.html
-share/doc/mutt/manual170.html
-share/doc/mutt/manual171.html
-share/doc/mutt/manual172.html
-share/doc/mutt/manual173.html
-share/doc/mutt/manual174.html
-share/doc/mutt/manual175.html
-share/doc/mutt/manual176.html
-share/doc/mutt/manual177.html
-share/doc/mutt/manual178.html
-share/doc/mutt/manual179.html
-share/doc/mutt/manual18.html
-share/doc/mutt/manual180.html
-share/doc/mutt/manual181.html
-share/doc/mutt/manual182.html
-share/doc/mutt/manual183.html
-share/doc/mutt/manual184.html
-share/doc/mutt/manual185.html
-share/doc/mutt/manual186.html
-share/doc/mutt/manual187.html
-share/doc/mutt/manual188.html
-share/doc/mutt/manual189.html
-share/doc/mutt/manual19.html
-share/doc/mutt/manual190.html
-share/doc/mutt/manual191.html
-share/doc/mutt/manual192.html
-share/doc/mutt/manual193.html
-share/doc/mutt/manual194.html
-share/doc/mutt/manual195.html
-share/doc/mutt/manual196.html
-share/doc/mutt/manual197.html
-share/doc/mutt/manual198.html
-share/doc/mutt/manual199.html
-share/doc/mutt/manual2.html
-share/doc/mutt/manual20.html
-share/doc/mutt/manual200.html
-share/doc/mutt/manual201.html
-share/doc/mutt/manual202.html
-share/doc/mutt/manual203.html
-share/doc/mutt/manual204.html
-share/doc/mutt/manual205.html
-share/doc/mutt/manual206.html
-share/doc/mutt/manual207.html
-share/doc/mutt/manual208.html
-share/doc/mutt/manual209.html
-share/doc/mutt/manual21.html
-share/doc/mutt/manual210.html
-share/doc/mutt/manual211.html
-share/doc/mutt/manual212.html
-share/doc/mutt/manual213.html
-share/doc/mutt/manual214.html
-share/doc/mutt/manual215.html
-share/doc/mutt/manual216.html
-share/doc/mutt/manual217.html
-share/doc/mutt/manual218.html
-share/doc/mutt/manual219.html
-share/doc/mutt/manual22.html
-share/doc/mutt/manual220.html
-share/doc/mutt/manual221.html
-share/doc/mutt/manual222.html
-share/doc/mutt/manual223.html
-share/doc/mutt/manual224.html
-share/doc/mutt/manual225.html
-share/doc/mutt/manual226.html
-share/doc/mutt/manual227.html
-share/doc/mutt/manual228.html
-share/doc/mutt/manual229.html
-share/doc/mutt/manual23.html
-share/doc/mutt/manual230.html
-share/doc/mutt/manual231.html
-share/doc/mutt/manual232.html
-share/doc/mutt/manual233.html
-share/doc/mutt/manual234.html
-share/doc/mutt/manual235.html
-share/doc/mutt/manual236.html
-share/doc/mutt/manual237.html
-share/doc/mutt/manual238.html
-share/doc/mutt/manual239.html
-share/doc/mutt/manual24.html
-share/doc/mutt/manual240.html
-share/doc/mutt/manual241.html
-share/doc/mutt/manual242.html
-share/doc/mutt/manual243.html
-share/doc/mutt/manual244.html
-share/doc/mutt/manual245.html
-share/doc/mutt/manual246.html
-share/doc/mutt/manual247.html
-share/doc/mutt/manual248.html
-share/doc/mutt/manual249.html
-share/doc/mutt/manual25.html
-share/doc/mutt/manual250.html
-share/doc/mutt/manual251.html
-share/doc/mutt/manual252.html
-share/doc/mutt/manual253.html
-share/doc/mutt/manual254.html
-share/doc/mutt/manual255.html
-share/doc/mutt/manual256.html
-share/doc/mutt/manual257.html
-share/doc/mutt/manual258.html
-share/doc/mutt/manual259.html
-share/doc/mutt/manual26.html
-share/doc/mutt/manual27.html
-share/doc/mutt/manual28.html
-share/doc/mutt/manual29.html
-share/doc/mutt/manual3.html
-share/doc/mutt/manual30.html
-share/doc/mutt/manual31.html
-share/doc/mutt/manual32.html
-share/doc/mutt/manual33.html
-share/doc/mutt/manual34.html
-share/doc/mutt/manual35.html
-share/doc/mutt/manual36.html
-share/doc/mutt/manual37.html
-share/doc/mutt/manual38.html
-share/doc/mutt/manual39.html
-share/doc/mutt/manual4.html
-share/doc/mutt/manual40.html
-share/doc/mutt/manual41.html
-share/doc/mutt/manual42.html
-share/doc/mutt/manual43.html
-share/doc/mutt/manual44.html
-share/doc/mutt/manual45.html
-share/doc/mutt/manual46.html
-share/doc/mutt/manual47.html
-share/doc/mutt/manual48.html
-share/doc/mutt/manual49.html
-share/doc/mutt/manual5.html
-share/doc/mutt/manual50.html
-share/doc/mutt/manual51.html
-share/doc/mutt/manual52.html
-share/doc/mutt/manual53.html
-share/doc/mutt/manual54.html
-share/doc/mutt/manual55.html
-share/doc/mutt/manual56.html
-share/doc/mutt/manual57.html
-share/doc/mutt/manual58.html
-share/doc/mutt/manual59.html
-share/doc/mutt/manual6.html
-share/doc/mutt/manual60.html
-share/doc/mutt/manual61.html
-share/doc/mutt/manual62.html
-share/doc/mutt/manual63.html
-share/doc/mutt/manual64.html
-share/doc/mutt/manual65.html
-share/doc/mutt/manual66.html
-share/doc/mutt/manual67.html
-share/doc/mutt/manual68.html
-share/doc/mutt/manual69.html
-share/doc/mutt/manual7.html
-share/doc/mutt/manual70.html
-share/doc/mutt/manual71.html
-share/doc/mutt/manual72.html
-share/doc/mutt/manual73.html
-share/doc/mutt/manual74.html
-share/doc/mutt/manual75.html
-share/doc/mutt/manual76.html
-share/doc/mutt/manual77.html
-share/doc/mutt/manual78.html
-share/doc/mutt/manual79.html
-share/doc/mutt/manual8.html
-share/doc/mutt/manual80.html
-share/doc/mutt/manual81.html
-share/doc/mutt/manual82.html
-share/doc/mutt/manual83.html
-share/doc/mutt/manual84.html
-share/doc/mutt/manual85.html
-share/doc/mutt/manual86.html
-share/doc/mutt/manual87.html
-share/doc/mutt/manual88.html
-share/doc/mutt/manual89.html
-share/doc/mutt/manual9.html
-share/doc/mutt/manual90.html
-share/doc/mutt/manual91.html
-share/doc/mutt/manual92.html
-share/doc/mutt/manual93.html
-share/doc/mutt/manual94.html
-share/doc/mutt/manual95.html
-share/doc/mutt/manual96.html
-share/doc/mutt/manual97.html
-share/doc/mutt/manual98.html
-share/doc/mutt/manual99.html
-share/doc/mutt/manual_toc.html