Commit fdecadb1 fdecadb1c7863e7aafd7e3c387c6ef239c09a1ca by Sergey Poznyakoff

Added to the repository

1 parent 35a260bb
......@@ -68,13 +68,14 @@ libmh_a_SOURCES= \
mh_error.c\
mh_format.c\
mh_init.c\
mh_list.c\
mh_fmtgram.y\
mh_msgset.c\
mh_whatnow.c
noinst_HEADERS = mh.h mh_getopt.h
mhlib_DATA = replcomps
EXTRA_DIST = replcomps
mhlib_DATA = replcomps mhl.format
EXTRA_DIST = replcomps mhl.format
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@
AM_CPPFLAGS = -DMHLIBDIR=\"$(mhlibdir)\"
......
This diff is collapsed. Click to expand it.
; This is the default mhl.format file for Mailutils MH.
;
; GNU Mailutils -- a suite of utilities for electronic mail
; Copyright (C) 2003 Free Software Foundation, Inc.
; Distributed under GPL.
;
: -- using template mhl.format --
overflowtext="***",overflowoffset=5
leftadjust,compwidth=9
ignores="msgid,message-id,received"
Date:formatfield="%<(nodate{text})%{text}%|%(pretty{text})%>"
To:
cc:
:
From:
Subject:
:
extras:nocomponent
:
body:nocomponent,overflowtext="",overflowoffset=0,noleftadjust
; End of mhl.format
\ No newline at end of file