Lars Ingebrigtsen writes: >> 1. %[%] produce contextual output either `[]' or `<>' depending upon >> whether the entry is real child or adopted. Is there a way to customize >> these two output values? > (defun gnus-summary-insert-line (header level current undownloaded > [...] > (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[)) > (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\])) > > Patches to fix this are welcome. This is working on my build. Is this patch acceptable? Should I submit it via M-x submit-emacs-patch?