Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
adba0285
...
adba0285958fba034dfc144762df58e4131b9b8f
authored
2005-06-15 07:24:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_SOURCES): Add page.c. Alphabetized sources.
1 parent
416b243f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
7 deletions
mail/Makefile.am
mail/Makefile.am
View file @
adba028
...
...
@@ -36,12 +36,61 @@ mail_LDADD = \
EXTRA_DIST
=
msgset.c
mail_SOURCES
=
alias.c alt.c cd.c copy.c delete.c dp.c echo.c
\
edit.c eq.c exit.c file.c folders.c followup.c from.c headers.c help.c
\
hold.c
if
.c inc.c list.c mail.c mail.h mailline.c mbox.c msgset.y next.c
\
pipe.c previous.c print.c quit.c reply.c retain.c save.c send.c set.c
\
shell.c size.c source.c summary.c table.c tag.c top.c touch.c unalias.c
\
undelete.c unset.c util.c var.c version.c visual.c write.c z.c decode.c
\
setenv.c
mail_SOURCES
=
\
alias.c
\
alt.c
\
cd.c
\
copy.c
\
decode.c
\
delete.c
\
dp.c
\
echo.c
\
edit.c
\
eq.c
\
exit.c
\
file.c
\
folders.c
\
followup.c
\
from.c
\
headers.c
\
help.c
\
hold.c
\
if
.c
\
inc.c
\
list.c
\
mail.c
\
mail.h
\
mailline.c
\
mbox.c
\
msgset.y
\
next.c
\
page.c
\
pipe.c
\
previous.c
\
print.c
\
quit.c
\
reply.c
\
retain.c
\
save.c
\
send.c
\
set.c
\
setenv.c
\
shell.c
\
size.c
\
source.c
\
summary.c
\
table.c
\
tag.c
\
top.c
\
touch.c
\
unalias.c
\
undelete.c
\
unset.c
\
util.c
\
var.c
\
version.c
\
visual.c
\
write.c
\
z.c
SUBDIRS
=
testsuite
...
...
Please
register
or
sign in
to post a comment