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
5856f12f
...
5856f12fd793b2a669425c06d2c030d6e0da0cb6
authored
2002-08-15 12:53:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Moved system.c from auth/ to mailbox/
1 parent
10a04162
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
auth/Makefile.am
mailbox/Makefile.am
auth/system.c → mailbox/system.c
auth/Makefile.am
View file @
5856f12
...
...
@@ -9,7 +9,6 @@ lib_LTLIBRARIES = libmuauth.la
libmuauth_la_SOURCES
=
\
pam.c
\
system.c
\
sql.c
\
virtual.c
...
...
mailbox/Makefile.am
View file @
5856f12
...
...
@@ -58,6 +58,7 @@ registrar.c \
sendmail.c
\
smtp.c
\
stream.c
\
system.c
\
tcp.c
\
ticket.c
\
url.c
\
...
...
auth
/system.c
→
mailbox
/system.c
View file @
5856f12
File moved
Please
register
or
sign in
to post a comment