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
a584b840
...
a584b8406e11ac34789ee44dc0ade6b709d7c5be
authored
20 years ago
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_register_all_mbox_formats): Removed nntp_record. It is not a *mailbox* format.
1 parent
abc12ab3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
include/mailutils/registrar.h
include/mailutils/registrar.h
View file @
a584b84
...
...
@@ -114,7 +114,6 @@ extern record_t sendmail_record;
list_append (bookie, imap_record);\
list_append (bookie, mh_record);\
list_append (bookie, maildir_record);\
list_append (bookie, nntp_record);\
} while (0)
#define mu_register_local_mbox_formats() do {\
...
...
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment