You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/submit: use correct URL in the "Submitted as" message
Currently this URL is constructed from the `host` and the `name`
attributes of the project config setting's `mailrepo` attribute.
However, the `name` is supposed to refer to the mailing list _mirror
repository_, while we are interested in the URL where the web UI of the
public-inbox instance lives. Luckily, we already have that in the
project configuration: It's the `url` attribute.
I noticed the need for this patch in
cygwingitgadget/cygwin#1, where the URL
displayed after submitting v1 pointed to an incorrect location.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments