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 97eaa871 Update parts.js.rb
97eaa871 is described below

commit 97eaa87147d81feed6688bf1a02c13c730b6531c
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Jan 19 16:24:52 2026 -0800

    Update parts.js.rb
    
    Change @headers to @@headers
---
 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 dfd1553a..8c15bb6b 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 + ' ' + @[email protected]
 
     # locate corresponding signature file (if any)
     signature = CheckSignature.find(decodeURIComponent(@selected), 
@attachments)

Reply via email to