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

commit 3194321c702c8f259c4ee54bc4353d9f868022e7
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Jan 19 16:38:30 2026 -0800

    Update parts.js.rb
    
    Neaten email name and from for display
---
 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..38bd84b8 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)

Reply via email to