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 1a296223 Update parts.js.rb (#284)
1a296223 is described below

commit 1a296223f1bc5dc3ac01c82ea91180cfd723ea2f
Author: Craig L Russell <[email protected]>
AuthorDate: Sat Jan 17 14:46:20 2026 -0800

    Update parts.js.rb (#284)
    
    * Update parts.js.rb
    
    Add Submitter to parts view
    
    * Update parts.js.rb
    
    Fix syntax
---
 www/secretary/workbench/views/parts.js.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/workbench/views/parts.js.rb 
b/www/secretary/workbench/views/parts.js.rb
index 2b412efc..4258bcc5 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -55,6 +55,7 @@ class Parts < Vue
     end
 
     _p '(Use [ctrl|meta] + [delete|backspace] to delete this email)'
+    _p 'Submitter: ' + @headers.name + ' ' + @headers.from
 
     # locate corresponding signature file (if any)
     signature = CheckSignature.find(decodeURIComponent(@selected), 
@attachments)

Reply via email to