Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mailman2sympa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Cernko
mailman2sympa
Commits
05e47770
Commit
05e47770
authored
1 year ago
by
Patrick Cernko
Browse files
Options
Downloads
Patches
Plain Diff
special create_list_template for gen_config's XML
parent
8692ce76
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mailman2sympa/comment.tt2
+1
-0
1 addition, 0 deletions
mailman2sympa/comment.tt2
mailman2sympa/config.tt2
+77
-0
77 additions, 0 deletions
mailman2sympa/config.tt2
with
78 additions
and
0 deletions
mailman2sympa/comment.tt2
0 → 100644
+
1
−
0
View file @
05e47770
title.gettext mailman2sympa
This diff is collapsed.
Click to expand it.
mailman2sympa/config.tt2
0 → 100644
+
77
−
0
View file @
05e47770
# mailman2sympa template
subject [% subject %]
status [% status %]
[% IF topics -%]
topics [% topics %]
[% END %]
visibility [% visibility %]
send [% send %]
process_archive [% process_archive %]
archive
web_access [% archive.web_access %]
mail_access [% archive.mail_access %]
reply_to_header
value [% reply_to_header.value %]
[% IF reply_to_header.other_email %]
other_email [% reply_to_header.other_email %]
[% END %]
subscribe [% subscribe %]
unsubscribe [% unsubscribe %]
review [% review %]
invite owner
custom_subject [% custom_subject %]
[% IF anonymous_sender %]
anonymous_sender = [% anonymous_sender %]
[% END %]
[% IF digest %]
digest 0,1,2,3,4,5,6 12:03
[% END %]
[% FOREACH o = owner -%]
owner
email [% o.email %]
profile privileged
[% IF o.gecos -%]
gecos [% o.gecos %]
[% END %]
[% END %]
[% IF editor -%]
[% FOREACH e = editor -%]
editor
email [% e.email %]
[% IF e.gecos -%]
gecos [% e.gecos %]
[% END %]
[% END %]
[% END %]
shared_doc
d_edit private
d_read private
creation
date [% creation.date %]
date_epoch [% creation.date_epoch %]
[% IF creation_email -%]
email [% creation_email %]
[% END %]
serial 0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment