summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-12 19:51:47 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-12 19:51:47 +0000
commit43c36fea59cd40d1f7393b921acf477590429fef (patch)
treec649bf4b9c808786047702e222a472af0c60c167 /Makefile.in
parent3d99b5254b7a81d4ce32663c53291ab66e406212 (diff)
[patch-0.93.2i.ru.mmultiple_charsets.gz] This patch adds
support for international character sets. Currently, mutt knows about the following character sets and is able to convert between them: iso-8859-1, ..., iso-8859-9, koi8-r, windows-1251, x-cp866. (From: Ruslan Ermilov <ru@ucb.crimea.ua>)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e28b5d53..c753c7fc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -45,7 +45,7 @@ OBJS= addrbook.o alias.o attach.o browser.o buffy.o color.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 @LIBOBJS@
+ status.o system.o thread.o charset.o @LIBOBJS@
CLEANFILES=dotlock mutt *.o core
VERYCLEANFILES=$(CLEANFILES) Makefile config.cache config.log \