Displaying 5 results from an estimated 5 matches for "mail_type".
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...@@
[general]
sendmail_command = /usr/sbin/sendmail
-diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s
+diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s
generate_diffs = add copy modify propchange
[authors]
@@ -360,6 +360,7 @@
mail_type = single
show_applied_charset = nondefault
custom_header = SVN-Repository %(REPOS)s
+commit_subject_template = %(prefix)s r%(revision)s - %(log)s
[branch]
for_repos = .*/llvm-project$
Note that I have not addressed the path prefix suggestion from David:
>>> For what it's wort...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Daniel,
Daniel Dunbar wrote:
> Hi Sebastion,
>
> I've attached the current configuration file from the server.
>
> I'm not sure how far you want to go down the "trying to get realize nice
> summary path" lines, but if svn_mailer somehow supported running an
> external script to process the commit and come up with the path that would
> be ideal for
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
..._from)s -L %(label_to)s
> %(from)s %(to)s
> +diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s
> %(from)s %(to)s
> generate_diffs = add copy modify propchange
>
I'll go ahead and make this change.
- Daniel
>
> [authors]
> @@ -360,6 +360,7 @@
> mail_type = single
> show_applied_charset = nondefault
> custom_header = SVN-Repository %(REPOS)s
> +commit_subject_template = %(prefix)s r%(revision)s - %(log)s
>
> [branch]
> for_repos = .*/llvm-project$
>
>
>
> Note that I have not addressed the path prefix suggestion fro...
2015 Jul 01
4
Dovecot auth username mapping
Thank you for the response Axel. I will look into that.
I did attempt to switch the PAM/Kerberos authentication to Dovecot LDAP authentication, but now performance is unbelievably slow. For example, with PAM/Kerberos, a user can log into webmail and have all of their emails/folders showing almost immediately. When using Dovecot LDAP, it takes literally 8-10 seconds to see the same thing.
I
2013 Jan 28
0
[LLVMdev] Testing canaries
...nd = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s
> > %(from)s %(to)s
> > generate_diffs = add copy modify propchange
> >
>
> I'll go ahead and make this change.
>
> - Daniel
>
>
> >
> > [authors]
> > @@ -360,6 +360,7 @@
> > mail_type = single
> > show_applied_charset = nondefault
> > custom_header = SVN-Repository %(REPOS)s
> > +commit_subject_template = %(prefix)s r%(revision)s - %(log)s
> >
> > [branch]
> > for_repos = .*/llvm-project$
> >
> >
> >
> > Note that I...