···11+2008-01-15 12:34 +0100 Rocco Rutte <pdmef@gmx.net> (c06891454c6e)
22+33+ * mh.c: Make maildir_delayed_parsing() more readable
44+55+2008-01-15 11:58 +0100 Rocco Rutte <pdmef@gmx.net> (2d88a6996973)
66+77+ * ChangeLog, init.h: Mention that References: and Date: cannot be
88+ changed in editor (closes #1234).
99+1102008-01-15 10:49 +0100 Rocco Rutte <pdmef@gmx.net> (ba0d96408425)
211312 * UPDATING, globals.h, init.h, query.c: Make formatting of query menu
+4-5
INSTALL
···1414 HP-UX
1515 IRIX
1616 Linux
1717+ Mac OS X
1718 Atari MiNT
1819 MkLinux
1920 NetBSD
···2526 Ultrix
2627 UnixWare
27282828-- If you are building from CVS, or if you are changing parts of mutt,
2929+- If you are building from Mercurial, or if you are changing parts of mutt,
2930 particularly the build system, do read doc/devel-notes.txt.
30313132- An ANSI C compiler (such as GCC) is required.
···5455Installing Mutt is rather painless through the use of the GNU
5556autoconf package. Simply untar the Mutt distribution, and run the
5657``configure'' script. If you have obtained the distribution from
5757-the CVS repository, run the ``prepare'' script with the same command
5858+the Mercurial repository, run the ``prepare'' script with the same command
5859line parameters you would pass to configure. It will set up mutt's
5960build environment and add the files which are present in the tar
6060-balls, but not in the CVS repository.
6161+balls, but not in the Mercurial repository.
61626263In most cases, configure will automatically determine everything it
6364needs to know in order to compile. However, there are a few options
···298299299300 The system curses library is said to be badly broken. Use GNU
300301 ncurses or SLang instead.
301301-302302-$Id$
+8-21
README
···11README for mutt-1.5
22===================
3344-When updating mutt from an earlier release or from CVS, please make sure
55-to read the compatbility notes in ``UPDATING''.
44+When updating mutt from an earlier release or from Mercurial, please
55+make sure to read the compatibility notes in ``UPDATING''. Older changes
66+between mutt-1.2 and mutt-1.4 are listed in NEWS.
6777-If you got the mutt source code from the public CVS repository (CVS
88-root: :pserver:anonymous@cvs.mutt.org:/home/roessler/cvs, password
99-anonymous), please read doc/devel-notes.txt to make sure that you
1010-have a complete development environment.
88+If you got the mutt source code from the public Mercurial repository
99+(http://dev.mutt.org/hg/mutt/), please read doc/devel-notes.txt to make
1010+sure that you have a complete development environment.
11111212-NOTE: The CVS repository now resides on a machine which is different
1313-from ftp.mutt.org. Anonymous CVS from ftp.mutt.org does not work
1414-any more.
1515-1616-Installation instructions are detailed in ``INSTALL''.
1717-1818-The user manual is in doc/manual.txt. A list of major changes since
1919-the last public version can be found under NEWS.
2020-2121-PGP users should read doc/PGP-Notes.txt.
2222-2323-Those who upgrade from a version of mutt prior to 1.1 should read
2424-the README.UPGRADE file.
1212+Installation instructions are detailed in ``INSTALL''. The user manual
1313+is in doc/manual.txt. PGP users should read doc/PGP-Notes.txt.
25142615Before you start hacking on mutt, read doc/devel-notes.txt. Before
2716applying patches to mutt, read doc/applying-patches.txt. Please,
···37263827A list of mirror sites can be found under
3928<http://www.mutt.org/download.html>.
4040-4141-$Id$