This is an automated email from the ASF dual-hosted git repository.
clr 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 a00597d9 Update parts.js.rb
a00597d9 is described below
commit a00597d9bb928ac9157bba701c158dd304f5582d
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Jan 19 16:29:47 2026 -0800
Update parts.js.rb
Try to find @headers.name
---
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 fdf4d356..398ac938 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)