summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog19
-rw-r--r--Makefile.in594
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--po/cat-id-tbl.c754
-rw-r--r--po/de.po101
-rw-r--r--po/mutt.pot2797
-rw-r--r--po/ru.po125
-rw-r--r--po/stamp-cat-id1
-rw-r--r--reldate.h2
-rw-r--r--rx/Makefile.in14
11 files changed, 137 insertions, 4274 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ffcead6..e8233e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-Thu Oct 15 16:11:47 1998 Thomas Roessler <roessler@guug.de>
+Thu Oct 15 19:45:50 1998 Thomas Roessler <roessler@guug.de>
+
+ * po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h:
+ This patch introduces the ~k pattern for messages containing pgp key
+ material.
+
+ * doc/manual.sgml.in: Add some missing key definitions.
+
+ * mutt_curses.h:
+ There seem to be systems which don't know about KEY_ENTER.
+
+ * po/mutt.pot, po/cat-id-tbl.c: Check-point commit, again.
+
+ * sendlib.c:
+ Put #ifdefs around a variable which is only used for generating
+ uuencoded messages.
+
+ * ChangeLog: Update.
* po/ru.po, po/mutt.pot, po/cat-id-tbl.c, sendlib.c,
compose.c: Don't ever permit the user to generate uuencoded
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 786848fd..00000000
--- a/Makefile.in
+++ /dev/null
@@ -1,594 +0,0 @@
-# Makefile.in generated automatically by automake 1.3 from Makefile.am
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-# $Id$
-
-
-SHELL = /bin/sh
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DISTDIR =
-
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-
-top_builddir = .
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
-INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-host_alias = @host_alias@
-host_triplet = @host@
-CATALOGS = @CATALOGS@
-CATOBJEXT = @CATOBJEXT@
-CC = @CC@
-DATADIRNAME = @DATADIRNAME@
-DOTLOCK_GROUP = @DOTLOCK_GROUP@
-DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@
-DOTLOCK_TARGET = @DOTLOCK_TARGET@
-GENCAT = @GENCAT@
-GMOFILES = @GMOFILES@
-GMSGFMT = @GMSGFMT@
-GPG = @GPG@
-GT_NO = @GT_NO@
-GT_YES = @GT_YES@
-INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
-INSTOBJEXT = @INSTOBJEXT@
-INTLDEPS = @INTLDEPS@
-INTLLIBS = @INTLLIBS@
-INTLOBJS = @INTLOBJS@
-ISPELL = @ISPELL@
-MAKEINFO = @MAKEINFO@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-MSGFMT = @MSGFMT@
-MUTTLOCALEDIR = @MUTTLOCALEDIR@
-MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
-PACKAGE = @PACKAGE@
-PGP = @PGP@
-PGPK = @PGPK@
-POFILES = @POFILES@
-POSUB = @POSUB@
-RANLIB = @RANLIB@
-RX_TARGET = @RX_TARGET@
-SENDMAIL = @SENDMAIL@
-SUBVERSION = @SUBVERSION@
-USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
-USE_NLS = @USE_NLS@
-VERSION = @VERSION@
-docdir = @docdir@
-l = @l@
-libdir = @libdir@
-sharedir = @sharedir@
-
-EXTRA_PROGRAMS = mutt_dotlock
-
-bin_PROGRAMS = mutt @DOTLOCK_TARGET@
-mutt_SOURCES = addrbook.c alias.c attach.c browser.c buffy.c color.c \
- commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
- edit.c enter.c flags.c init.c filter.c from.c getdomain.c \
- handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
- main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c \
- postpone.c query.c recvattach.c rfc822.c \
- rfc1524.c rfc2047.c score.c send.c sendlib.c signal.c sort.c \
- status.c system.c thread.c charset.c history.c lib.c
-
-mutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(INTLLIBS)
-mutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(INTLDEPS)
-
-DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
-INCLUDES=-I. -I$(includedir)
-
-non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
- gnupgparse.c sha.h sha_locl.h \
- doc/language.txt doc/language50.txt OPS.PGP doc/PGP-Notes
-
-EXTRA_mutt_SOURCES = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
- gnupgparse.c resize.c dotlock.c pop.c imap.c socket.c
-
-EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO acconfig.h attach.h \
- buffy.h charset.h config.h copy.h dotlock.h functions.h gen_defs \
- globals.h hash.h history.h imap.h init.h keymap.h \
- mailbox.h mapping.h mime.h mutt.h mutt_curses.h mutt_menu.h \
- mutt_regex.h mutt_socket.h mx.h pager.h parse.h pgp.h protos.h \
- reldate.h rfc1524.h rfc2047.h rfc822.h sha.h sha_locl.h sort.h mime.types
-
-BUILT_SOURCES = mutt_dotlock.c keymap_defs.h
-
-mutt_dotlock_SOURCES = mutt_dotlock.c
-mutt_dotlock_LDADD = @LIBOBJS@
-mutt_dotlock_DEPENDENCIES = @LIBOBJS@
-
-CLEANFILES = mutt_dotlock.c
-
-LDADD = @LIBOBJS@ @INTLLIBS@
-
-SUBDIRS = doc intl po rx contrib charsets
-
-OPS=$(srcdir)/OPS $(srcdir)/OPS.PGP
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = Muttrc
-PROGRAMS = $(bin_PROGRAMS)
-
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-mutt_dotlock_OBJECTS = mutt_dotlock.o
-mutt_dotlock_LDFLAGS =
-mutt_OBJECTS = addrbook.o alias.o attach.o browser.o buffy.o color.o \
-commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o \
-edit.o enter.o flags.o init.o filter.o from.o getdomain.o handler.o \
-hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o \
-mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o \
-rfc822.o rfc1524.o rfc2047.o score.o send.o sendlib.o signal.o sort.o \
-status.o system.o thread.o charset.o history.o lib.o
-mutt_LDFLAGS =
-CFLAGS = @CFLAGS@
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
-DIST_COMMON = README ABOUT-NLS ChangeLog INSTALL Makefile.am \
-Makefile.in Muttrc.in NEWS TODO acconfig.h aclocal.m4 config.guess \
-config.h.in config.sub configure configure.in install-sh missing \
-mkinstalldirs snprintf.c stamp-h.in strcasecmp.c
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP = --best
-DEP_FILES = .deps/addrbook.P .deps/alias.P .deps/attach.P \
-.deps/browser.P .deps/buffy.P .deps/charset.P .deps/color.P \
-.deps/commands.P .deps/complete.P .deps/compose.P .deps/copy.P \
-.deps/curs_lib.P .deps/curs_main.P .deps/date.P .deps/dotlock.P \
-.deps/edit.P .deps/enter.P .deps/filter.P .deps/flags.P .deps/from.P \
-.deps/getdomain.P .deps/gnupgparse.P .deps/handler.P .deps/hash.P \
-.deps/hdrline.P .deps/headers.P .deps/help.P .deps/history.P \
-.deps/hook.P .deps/imap.P .deps/init.P .deps/keymap.P .deps/lib.P \
-.deps/main.P .deps/mbox.P .deps/menu.P .deps/mh.P .deps/mutt_dotlock \
-.deps/mutt_dotlock.P .deps/mx.P .deps/pager.P .deps/parse.P \
-.deps/pattern.P .deps/pgp.P .deps/pgpinvoke.P .deps/pgpkey.P \
-.deps/pgppubring.P .deps/pop.P .deps/postpone.P .deps/query.P \
-.deps/recvattach.P .deps/resize.P .deps/rfc1524.P .deps/rfc2047.P \
-.deps/rfc822.P .deps/score.P .deps/send.P .deps/sendlib.P \
-.deps/sha1dgst.P .deps/signal.P .deps/snprintf.P .deps/socket.P \
-.deps/sort.P .deps/status.P .deps/strcasecmp.P .deps/system.P \
-.deps/thread.P
-SOURCES = $(mutt_dotlock_SOURCES) $(mutt_SOURCES) $(EXTRA_mutt_SOURCES)
-OBJECTS = $(mutt_dotlock_OBJECTS) $(mutt_OBJECTS)
-
-all: all-recursive-am all-am
-
-.SUFFIXES:
-.SUFFIXES: .S .c .o .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
- cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-$(ACLOCAL_M4): configure.in
- cd $(srcdir) && $(ACLOCAL)
-
-config.status: $(srcdir)/configure
- $(SHELL) ./config.status --recheck
-$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- cd $(srcdir) && $(AUTOCONF)
-
-config.h: stamp-h
- @:
-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES= CONFIG_HEADERS=config.h \
- $(SHELL) ./config.status
- @echo timestamp > stamp-h
-$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
- cd $(top_srcdir) && $(AUTOHEADER)
- @echo timestamp > $(srcdir)/stamp-h.in
-
-mostlyclean-hdr:
-
-clean-hdr:
-
-distclean-hdr:
- -rm -f config.h
-
-maintainer-clean-hdr:
-Muttrc: $(top_builddir)/config.status Muttrc.in
- cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
-
-mostlyclean-binPROGRAMS:
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-
-distclean-binPROGRAMS:
-
-maintainer-clean-binPROGRAMS:
-
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- if test -f $$p; then \
- echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
- else :; fi; \
- done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- list='$(bin_PROGRAMS)'; for p in $$list; do \
- rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
- done
-
-.s.o:
- $(COMPILE) -c $<
-
-.S.o:
- $(COMPILE) -c $<
-
-mostlyclean-compile:
- -rm -f *.o core *.core
-
-clean-compile:
-
-distclean-compile:
- -rm -f *.tab.c
-
-maintainer-clean-compile:
-
-mutt_dotlock: $(mutt_dotlock_OBJECTS) $(mutt_dotlock_DEPENDENCIES)
- @rm -f mutt_dotlock
- $(LINK) $(mutt_dotlock_LDFLAGS) $(mutt_dotlock_OBJECTS) $(mutt_dotlock_LDADD) $(LIBS)
-
-mutt: $(mutt_OBJECTS) $(mutt_DEPENDENCIES)
- @rm -f mutt
- $(LINK) $(mutt_LDFLAGS) $(mutt_OBJECTS) $(mutt_LDADD) $(LIBS)
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-# (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
- @set fnord $(MAKEFLAGS); amf=$$2; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- target=`echo $@ | sed s/-recursive//`; \
- echo "Making $$target in $$subdir"; \
- (cd $$subdir && $(MAKE) $$target) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done && test -z "$$fail"
-
-mostlyclean-recursive clean-recursive distclean-recursive \
-maintainer-clean-recursive:
- @set fnord $(MAKEFLAGS); amf=$$2; \
- rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- rev="$$subdir $$rev"; \
- done; \
- for subdir in $$rev; do \
- target=`echo $@ | sed s/-recursive//`; \
- echo "Making $$target in $$subdir"; \
- (cd $$subdir && $(MAKE) $$target) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- (cd $$subdir && $(MAKE) tags); \
- done
-
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
- here=`pwd` && cd $(srcdir) \
- && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
- done; \
- list='$(SOURCES) $(HEADERS)'; \
- unique=`for i in $$list; do echo $$i; done | \
- awk ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
-
-mostlyclean-tags:
-
-clean-tags:
-
-distclean-tags:
- -rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-
-# This target untars the dist file and tries a VPATH configuration. Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
- -rm -rf $(distdir)
- GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
- mkdir $(distdir)/=build
- mkdir $(distdir)/=inst
- dc_install_base=`cd $(distdir)/=inst && pwd`; \
- cd $(distdir)/=build \
- && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
- && $(MAKE) \
- && $(MAKE) dvi \
- && $(MAKE) check \
- && $(MAKE) install \
- && $(MAKE) installcheck \
- && $(MAKE) dist
- -rm -rf $(distdir)
- @echo "========================"; \
- echo "$(distdir).tar.gz is ready for distribution"; \
- echo "========================"
-dist: distdir
- -chmod -R a+r $(distdir)
- GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
- -rm -rf $(distdir)
-dist-all: distdir
- -chmod -R a+r $(distdir)
- GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
- -rm -rf $(distdir)
-distdir: $(DISTFILES)
- -rm -rf $(distdir)
- mkdir $(distdir)
- -chmod 777 $(distdir)
- here=`cd $(top_builddir) && pwd`; \
- top_distdir=`cd $(distdir) && pwd`; \
- distdir=`cd $(distdir) && pwd`; \
- cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
- @for file in $(DISTFILES); do \
- d=$(srcdir); \
- test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- || cp -p $$d/$$file $(distdir)/$$file; \
- done
- for subdir in $(SUBDIRS); do \
- test -d $(distdir)/$$subdir \
- || mkdir $(distdir)/$$subdir \
- || exit 1; \
- chmod 777 $(distdir)/$$subdir; \
- (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
- || exit 1; \
- done
- $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
-
-DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-
--include $(DEP_FILES)
-
-mostlyclean-depend:
-
-clean-depend:
-
-distclean-depend:
-
-maintainer-clean-depend:
- -rm -rf .deps
-
-%.o: %.c
- @echo '$(COMPILE) -c $<'; \
- $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
-
-%.lo: %.c
- @echo '$(LTCOMPILE) -c $<'; \
- $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
- @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
- < .deps/$(*F).p > .deps/$(*F).P
- @-rm -f .deps/$(*F).p
-info: info-recursive
-dvi: dvi-recursive
-check: all-am
- $(MAKE) check-recursive
-installcheck: installcheck-recursive
-all-recursive-am: config.h
- $(MAKE) all-recursive
-
-all-am: Makefile $(PROGRAMS) config.h
-
-install-exec-am: install-binPROGRAMS install-exec-local
-
-install-data-am: install-data-local
-
-uninstall-am: uninstall-binPROGRAMS
-
-install-exec: install-exec-recursive install-exec-am
- @$(NORMAL_INSTALL)
-
-install-data: install-data-recursive install-data-am
- @$(NORMAL_INSTALL)
-
-install: install-recursive install-exec-am install-data-am
- @:
-
-uninstall: uninstall-recursive uninstall-am
-
-install-strip:
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-installdirs: installdirs-recursive
- $(mkinstalldirs) $(DATADIR)$(bindir)
-
-
-mostlyclean-generic:
- -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
-
-clean-generic:
- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
- -rm -f Makefile $(DISTCLEANFILES)
- -rm -f config.cache config.log stamp-h stamp-h[0-9]*
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
- mostlyclean-compile mostlyclean-tags mostlyclean-depend \
- mostlyclean-generic
-
-clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
- clean-depend clean-generic mostlyclean-am
-
-distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
- distclean-tags distclean-depend distclean-generic \
- clean-am
-
-maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
- maintainer-clean-compile maintainer-clean-tags \
- maintainer-clean-depend maintainer-clean-generic \
- distclean-am
-
-mostlyclean: mostlyclean-recursive mostlyclean-am
-
-clean: clean-recursive clean-am
-
-distclean: distclean-recursive distclean-am
- -rm -f config.status
-
-maintainer-clean: maintainer-clean-recursive maintainer-clean-am
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
- -rm -f config.status
-
-.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
-mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
-maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
-mostlyclean-compile distclean-compile clean-compile \
-maintainer-clean-compile install-data-recursive \
-uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir \
-mostlyclean-depend distclean-depend clean-depend \
-maintainer-clean-depend info dvi installcheck all-recursive-am all-am \
-install-exec-am install-data-am uninstall-am install-exec install-data \
-install uninstall all installdirs mostlyclean-generic distclean-generic \
-clean-generic maintainer-clean-generic clean mostlyclean distclean \
-maintainer-clean
-
-
-mutt_dotlock.c: dotlock.c
- cp dotlock.c mutt_dotlock.c
-
-keymap_defs.h: $(OPS) $(srcdir)/gen_defs
- $(srcdir)/gen_defs $(OPS) > keymap_defs.h
-
-reldate:
- echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > $(srcdir)/reldate.h
-
-install-exec-local:
- if test -f $(bindir)/mutt.dotlock && test -f $(bindir)/mutt_dotlock ; then \
- rm -f $(bindir)/mutt.dotlock ; \
- ln -sf $(bindir)/mutt_dotlock $(bindir)/mutt.dotlock ; \
- fi
- if test -f $(bindir)/mutt_dotlock && test x@DOTLOCK_PERMISSION@ != x ; then \
- chgrp @DOTLOCK_GROUP@ $(bindir)/mutt_dotlock ; \
- chmod @DOTLOCK_PERMISSION@ $(bindir)/mutt_dotlock ; \
- fi
-
-install-data-local:
- $(srcdir)/mkinstalldirs $(sharedir)
- $(srcdir)/mkinstalldirs $(sysconfdir)
- -if [ -f $(sharedir)/Muttrc ] ; then \
- mv $(sharedir)/Muttrc $(sysconfdir) ; \
- elif [ -f $(sharedir)/../Muttrc ] ; then \
- mv $(sharedir)/../Muttrc $(sysconfdir) ; \
- else \
- $(INSTALL) -m 644 $(srcdir)/Muttrc $(sysconfdir) ; \
- fi
- -if [ ! -f $(sysconfdir)/mime.types ]; then \
- $(INSTALL) -m 644 $(srcdir)/mime.types $(sysconfdir); \
- fi
-
-# Don't make this one ChangeLog - it's intended to be
-# used manually.
-
-changelog:
- rcs2log | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog
- $(VISUAL) ChangeLog
-
-dist-hook:
- -for file in $(BUILT_SOURCES) ; do rm -f $(distdir)/$$file ; done
- -rm -f $(distdir)/config.h
-
-us-distdir: distdir dist-hook
- mv $(distdir) $(distdir)-us
-
-us-dist: us-distdir
- for file in $(distdir)-us/*.c $(distdir)-us/*.h ; do \
- $(srcdir)/reap.pl < $$file > $$file.n && rm $$file && mv $$file.n $$file ; \
- done
- for file in $(non_us_sources) ; do \
- echo "/* This file is only available in the international mutt version */" \
- > $(distdir)-us/$$file ; \
- done
- echo "This version of mutt may be exported from the US."> $(distdir)-us/EXPORTABLE
- -chmod -R a+r $(distdir)-us
- GZIP=$(GZIP) $(TAR) chozf $(distdir)-us.tar.gz $(distdir)-us
- -rm -rf $(distdir)-us
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/configure b/configure
index 2f5d7e30..dbaa4f6c 100755
--- a/configure
+++ b/configure
@@ -734,7 +734,7 @@ fi
PACKAGE=mutt
-VERSION=0.94.12
+VERSION=0.94.13
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/configure.in b/configure.in
index 415f6186..d5f34b06 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(mutt.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mutt, 0.94.12)
+AM_INIT_AUTOMAKE(mutt, 0.94.13)
ALL_LINGUAS="de ru it"
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
deleted file mode 100644
index 67b87f83..00000000
--- a/po/cat-id-tbl.c
+++ /dev/null
@@ -1,754 +0,0 @@
-/* Automatically generated by po2tbl.sed from mutt.pot. */
-
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include "libgettext.h"
-
-const struct _msg_ent _msg_tbl[] = {
- {"", 1},
- {"Exit", 2},
- {"Select", 3},
- {"Help", 4},
- {"You have no aliases!", 5},
- {"Aliases", 6},
- {"Alias as: ", 7},
- {"You already have an alias defined with that name!", 8},
- {"Address: ", 9},
- {"Personal name: ", 10},
- {"[%s = %s] Accept?", 11},
- {"Save to file: ", 12},
- {"Alias added.", 13},
- {"Can't match nametemplate, continue?", 14},
- {"Mailcap compose entry requires %%s", 15},
- {"Failure to open file to parse headers.", 16},
- {"Failure to open file to strip headers.", 17},
- {"No mailcap compose entry for %s, creating empty file.", 18},
- {"Mailcap Edit entry requires %%s", 19},
- {"No mailcap edit entry for %s", 20},
- {"No matching mailcap entry found. Viewing as text.", 21},
- {"MIME type not defined. Cannot view attachment.", 22},
- {"Cannot create filter", 23},
- {"Attachment saved.", 24},
- {"Write fault!", 25},
- {"I don't know how to print that!", 26},
- {"Chdir", 27},
- {"Mask", 28},
- {"%s is not a directory.", 29},
- {"Mailboxes [%d]", 30},
- {"Directory [%s], File mask: %s", 31},
- {"No files match the file mask", 32},
- {"Chdir to: ", 33},
- {"Error scanning directory.", 34},
- {"File Mask: ", 35},
- {"Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? ", 36},
- {"Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? ", 37},
- {"New file name: ", 38},
- {"Can't view a directory", 39},
- {"Error trying to view file", 40},
- {"New mail in %s.", 41},
- {"%s: color not supported by term", 42},
- {"%s: no such color", 43},
- {"%s: no such object", 44},
- {"%s: command valid only for index object", 45},
- {"%s: too few arguments", 46},
- {"Missing arguments.", 47},
- {"color: too few arguments", 48},
- {"mono: too few arguments", 49},
- {"%s: no such attribute", 50},
- {"too few arguments", 51},
- {"too many arguments", 52},
- {"default colors not supported", 53},
- {"Display message using mailcap?", 54},
- {"Invoking PGP...", 55},
- {"Verify PGP signature?", 56},
- {"Could not create temporary file!", 57},
- {"Command: ", 58},
- {"Bounce message to: ", 59},
- {"Bounce tagged messages to: ", 60},
- {"Error parsing address!", 61},
- {"Bounce message to %s", 62},
- {"Bounce messages to %s", 63},
- {"Message bounced.", 64},
- {"Messages bounced.", 65},
- {"Pipe to command: ", 66},
- {"\
-Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ", 67},
- {"\
-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ", 68},
- {"Shell command: ", 69},
- {"%s%s to mailbox", 70},
- {"Decode-save", 71},
- {"Decode-copy", 72},
- {"Decrypt-save", 73},
- {"Decrypt-copy", 74},
- {"Save", 75},
- {"Copy", 76},
- {" tagged", 77},
- {"Copying to %s...", 78},
- {"Print message?", 79},
- {"Print tagged messages?", 80},
- {"Message printed", 81},
- {"Messages printed", 82},
- {"Send", 83},
- {"Abort", 84},
- {"Attach file", 85},
- {"Descrip", 86},
- {"\
-(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget \
-it? ", 87},
- {"Can't open your secret key ring!", 88},
- {"Sign as: ", 89},
- {"An unkown PGP version was defined for signing.", 90},
- {"This doesn't make sense if you don't want to sign the message.", 91},
- {"MIC algorithm: ", 92},
- {"Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160", 93},
- {"%s [#%d] no longer exists!", 94},
- {"%s [#%d] modified. Update encoding?", 95},
- {"Sign, Encrypt", 96},
- {"Encrypt", 97},
- {"Sign", 98},
- {"Clear", 99},
- {" sign as: ", 100},
- {"<default>", 101},
- {"You may not delete the only attachment.", 102},
- {"Compose", 103},
- {"Open mailbox to attach message from", 104},
- {"No messages in that folder.", 105},
- {"Tag the messages you want to attach!", 106},
- {"Unable to attach!", 107},
- {"Invalid encoding.", 108},
- {"This encoding is deprecated. Really use it?", 109},
- {"Save a copy of this message?", 110},
- {"Rename to: ", 111},
- {"Can't stat: %s", 112},
- {"New file: ", 113},
- {"Content-Type is of the form base/sub", 114},
- {"Unknown Content-Type %s", 115},
- {"Can't create file %s", 116},
- {"What we have here is a failure to make an attachment", 117},
- {"Postpone this message?", 118},
- {"Write message to mailbox", 119},
- {"Writing message to %s ...", 120},
- {"Message written.", 121},
- {"Confused when attempting to delete attachment, h & m can't be NULL", 122},
- {"Deleting non-multipart messages not yet supported", 123},
- {"yes", 124},
- {"no", 125},
- {"Exit Mutt?", 126},
- {"unknown error", 127},
- {"Press any key to continue...", 128},
- {" ('?' for list): ", 129},
- {"Cannot toggle write on a readonly mailbox!", 130},
- {"Changes to folder will be written on folder exit.", 131},
- {"Changes to folder will not be written.", 132},
- {"Quit", 133},
- {"Del", 134},
- {"Undel", 135},
- {"Mail", 136},
- {"Reply", 137},
- {"Group", 138},
- {"Mailbox was externally modified. Flags may be wrong.", 139},
- {"New mail in this mailbox.", 140},
- {"No mailbox is open.", 141},
- {"No tagged messages.", 142},
- {"Jump to message: ", 143},
- {"Argument must be a message number.", 144},
- {"That message is not visible.", 145},
- {"Invalid message number.", 146},
- {"Delete messages matching: ", 147},
- {"No limit pattern is in effect.", 148},
- {"Limit: %s", 149},
- {"Limit to messages matching: ", 150},
- {"Quit Mutt?", 151},
- {"Tag messages matching: ", 152},
- {"Undelete messages matching: ", 153},
- {"Untag messages matching: ", 154},
- {"Open mailbox", 155},
- {"Open mailbox in read-only mode", 156},
- {"%s is not a mailbox.", 157},
- {"Exit Mutt without saving?", 158},
- {"You are on the last message.", 159},
- {"No undeleted messages.", 160},
- {"You are on the first message.", 161},
- {"Search wrapped to top.", 162},
- {"Search wrapped to bottom.", 163},
- {"No new messages", 164},
- {"No unread messages", 165},
- {" in this limited view", 166},
- {"No more threads.", 167},
- {"You are on the first thread.", 168},
- {"Thread contains unread messages.", 169},
- {"Threading is not enabled.", 170},
- {"Please report this program error in the function mutt_mktime.", 171},
- {"\
-~~\t\tinsert a line begining with a single ~\n\
-~b users\tadd users to the Bcc: field\n\
-~c users\tadd users to the Cc: field\n\
-~f messages\tinclude messages\n\
-~F messages\tsame as ~f, except also include headers\n\
-~h\t\tedit the message header\n\
-~m messages\tinclude and quote messages\n\
-~M messages\tsame as ~m, except include headers\n\
-~p\t\tprint the message\n\
-~q\t\twrite file and quit editor\n\
-~r file\t\tread a file into the editor\n\
-~t users\tadd users to the To: field\n\
-~u\t\trecall the previous line\n\
-~v\t\tedit message with the $visual editor\n\
-~w file\t\twrite message to file\n\
-~x\t\tabort changes and quit editor\n\
-~?\t\tthis message\n\
-.\t\ton a line by itself ends input\n", 172},
- {"%d: invalid message number.\n", 173},
- {"(End message with a . on a line by itself)\n", 174},
- {"No mailbox.\n", 175},
- {"Message contains:\n", 176},
- {"(continue)\n", 177},
- {"missing filename.\n", 178},
- {"No lines in message.\n", 179},
- {"%s: unknown editor command (~? for help)\n", 180},
- {"Set flag", 181},
- {"Clear flag", 182},
- {"[-- Error: unexpected end of file! --]\n", 183},
- {"[-- Error: Could not display any parts of Multipart/Alternative! --]\n", 184},
- {"[-- Attachment #%d", 185},
- {"[-- Type: %s/%s, Encoding: %s, Size: %s --]\n", 186},
- {"[-- Autoview using %s --]\n", 187},
- {"Invoking autoview command: %s", 188},
- {"[-- Autoview stderr of %s --]\n", 189},
- {"Error: multipart/signed has no protocol.", 190},
- {"Error: multipart/encrypted has no protocol parameter!", 191},
- {"Unable to open temporary file!", 192},
- {"[-- %s/%s is unsupported ", 193},
- {"(use '%s' to view this part)", 194},
- {"(need 'view-attachments' bound to key!)", 195},
- {"%s: unable to attach file", 196},
- {"ERROR: please report this bug", 197},
- {"<UNKNOWN>", 198},
- {"\
-\n\
-Generic bindings:\n\
-\n", 199},
- {"\
-\n\
-Unbound functions:\n\
-\n", 200},
- {"Help for %s", 201},
- {"imap_error(): unexpected response in %s: %s\n", 202},
- {"Fatal error. Message count is out of sync!", 203},
- {"Fetching message headers... [%d/%d]", 204},
- {"Reopening mailbox...", 205},
- {"Connecting to %s...", 206},
- {"IMAP Username: ", 207},
- {"Password for %s@%s: ", 208},
- {"Logging in...", 209},
- {"Selecting %s...", 210},
- {"Create %s?", 211},
- {"Fetching message...", 212},
- {"Sending APPEND command ...", 213},
- {"Uploading message ...", 214},
- {"Closing connection to IMAP server...", 215},
- {"Saving message status flags... [%d/%d]", 216},
- {"Expunging messages from server...", 217},
- {"Closing mailbox...", 218},
- {"alias: no address", 219},
- {"invalid header field", 220},
- {"ignoring empty header field: %s", 221},
- {"%s: unknown sorting method", 222},
- {"mutt_restore_default: error in regexp: %s\n", 223},
- {"%s: unknown variable", 224},
- {"prefix is illegal with reset", 225},
- {"value is illegal with reset", 226},
- {"%s is a boolean var!", 227},
- {"%s is set", 228},
- {"%s is unset", 229},
- {"%s: invalid mailbox type", 230},
- {"%s: invalid value", 231},
- {"%s: unknown type", 232},
- {"Error in %s, line %d: %s", 233},
- {"source: errors in %s", 234},
- {"source: error at %s", 235},
- {"source: too many arguments", 236},
- {"%s: unknown command", 237},
- {"Error in command line: %s\n", 238},
- {"unable to determine home directory", 239},
- {"unable to determine username", 240},
- {"Macro loop detected.", 241},
- {"Key is not bound.", 242},
- {"Key is not bound. Press '%s' for help.", 243},
- {"push: too many arguments", 244},
- {"%s: no such menu", 245},
- {"null key sequence", 246},
- {"bind: too many arguments", 247},
- {"%s: no such function in map", 248},
- {"macro: empty key sequence", 249},
- {"macro: too many arguments", 250},
- {"exec: too few arguments", 251},
- {"%s: no such command", 252},
- {"null operation", 253},
- {"force viewing of attachment using mailcap", 254},
- {"view attachment as text", 255},
- {"move to the bottom of the page", 256},
- {"remail a message to another user", 257},
- {"select a new file in this directory", 258},
- {"view file", 259},
- {"display the currently selected file's name", 260},
- {"change directories", 261},
- {"check mailboxes for new mail", 262},
- {"attach a file(s) to this message", 263},
- {"attach message(s) to this message", 264},
- {"edit the BCC list", 265},
- {"edit the CC list", 266},
- {"edit attachment description", 267},
- {"edit attachment transfer-encoding", 268},
- {"enter a file to save a copy of this message in", 269},
- {"edit the file to be attached", 270},
- {"edit the from field", 271},
- {"edit the message with headers", 272},
- {"edit the message", 273},
- {"edit attachment using mailcap entry", 274},
- {"edit the Reply-To field", 275},
- {"edit the subject of this message", 276},
- {"edit the TO list", 277},
- {"edit attachment type", 278},
- {"get a temporary copy of an attachment", 279},
- {"run ispell on the message", 280},
- {"compose new attachment using mailcap entry", 281},
- {"save this message to send later", 282},
- {"rename/move an attached file", 283},
- {"send the message", 284},
- {"toggle whether to delete file after sending it", 285},
- {"update an attachment's encoding info", 286},
- {"write the message to a folder", 287},
- {"copy a message to a file/mailbox", 288},
- {"create an alias from a message sender", 289},
- {"move entry to bottom of screen", 290},
- {"move entry to middle of screen", 291},
- {"move entry to top of screen", 292},
- {"make decoded (text/plain) copy", 293},
- {"make decoded copy (text/plain) and delete", 294},
- {"delete the current entry", 295},
- {"delete all messages in subthread", 296},
- {"delete all messages in thread", 297},
- {"display full address of sender", 298},
- {"display message with full headers", 299},
- {"display a message", 300},
- {"edit the current message for resending", 301},
- {"delete the char in front of the cursor", 302},
- {"move the cursor one character to the left", 303},
- {"jump to the beginning of the line", 304},
- {"cycle among incoming mailboxes", 305},
- {"complete filename or alias", 306},
- {"complete address with query", 307},
- {"delete the char under the cursor", 308},