Added to the repository
Showing
3 changed files
with
24 additions
and
2 deletions
... | @@ -68,13 +68,14 @@ libmh_a_SOURCES= \ | ... | @@ -68,13 +68,14 @@ libmh_a_SOURCES= \ |
68 | mh_error.c\ | 68 | mh_error.c\ |
69 | mh_format.c\ | 69 | mh_format.c\ |
70 | mh_init.c\ | 70 | mh_init.c\ |
71 | mh_list.c\ | ||
71 | mh_fmtgram.y\ | 72 | mh_fmtgram.y\ |
72 | mh_msgset.c\ | 73 | mh_msgset.c\ |
73 | mh_whatnow.c | 74 | mh_whatnow.c |
74 | noinst_HEADERS = mh.h mh_getopt.h | 75 | noinst_HEADERS = mh.h mh_getopt.h |
75 | 76 | ||
76 | mhlib_DATA = replcomps | 77 | mhlib_DATA = replcomps mhl.format |
77 | EXTRA_DIST = replcomps | 78 | EXTRA_DIST = replcomps mhl.format |
78 | 79 | ||
79 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@ | 80 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@ |
80 | AM_CPPFLAGS = -DMHLIBDIR=\"$(mhlibdir)\" | 81 | AM_CPPFLAGS = -DMHLIBDIR=\"$(mhlibdir)\" | ... | ... |
mh/mh_list.c
0 → 100644
This diff is collapsed.
Click to expand it.
mh/mhl.format
0 → 100644
1 | ; This is the default mhl.format file for Mailutils MH. | ||
2 | ; | ||
3 | ; GNU Mailutils -- a suite of utilities for electronic mail | ||
4 | ; Copyright (C) 2003 Free Software Foundation, Inc. | ||
5 | ; Distributed under GPL. | ||
6 | ; | ||
7 | : -- using template mhl.format -- | ||
8 | overflowtext="***",overflowoffset=5 | ||
9 | leftadjust,compwidth=9 | ||
10 | ignores="msgid,message-id,received" | ||
11 | Date:formatfield="%<(nodate{text})%{text}%|%(pretty{text})%>" | ||
12 | To: | ||
13 | cc: | ||
14 | : | ||
15 | From: | ||
16 | Subject: | ||
17 | : | ||
18 | extras:nocomponent | ||
19 | : | ||
20 | body:nocomponent,overflowtext="",overflowoffset=0,noleftadjust | ||
21 | ; End of mhl.format | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment