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
092827fe
...
092827fefb6ff8fa2de9ad8fac579ba1b4044aad
authored
2001-09-08 10:38:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Declare mh_record
1 parent
a1aadb8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
include/mailutils/registrar.h
include/mailutils/registrar.h
View file @
092827f
...
...
@@ -113,7 +113,9 @@ extern record_t mbox_record;
extern
record_t
file_record
;
/* Local Folder/Mailbox, / */
extern
record_t
path_record
;
/* Local MH, "mh:" */
extern
record_t
mh_record
;
/* SMTP mailer, "smtp://" */
extern
record_t
smtp_record
;
/* Sendmail, "sendmail:" */
...
...
Please
register
or
sign in
to post a comment