This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e2021839 Revert, does not seem to work
e2021839 is described below
commit e20218398b39b9b1d0a2baf1848dfd2c9e60a8c3
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 17 22:49:41 2026 +0000
Revert, does not seem to work
---
www/secretary/workbench/views/parts.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/parts.js.rb
b/www/secretary/workbench/views/parts.js.rb
index 4258bcc5..dfd1553a 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -55,7 +55,7 @@ class Parts < Vue
end
_p '(Use [ctrl|meta] + [delete|backspace] to delete this email)'
- _p 'Submitter: ' + @headers.name + ' ' + @headers.from
+ # _p 'Submitter: ' + @headers.name + ' ' + @headers.from
# locate corresponding signature file (if any)
signature = CheckSignature.find(decodeURIComponent(@selected),
@attachments)