This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch clr-apache-add-submitter-to-parts
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 89d22522105ac2916f688cc1a7149827c7263fe8
Author: Craig L Russell <[email protected]>
AuthorDate: Sat Jan 17 11:06:52 2026 -0800

    Update parts.js.rb
    
    Add Submitter to parts view
---
 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..fdf4d356 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