xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
73cefcc15292e649839841389e9ef8f6c4fa9a49
parent
2230a514e434c4cf553df8843cb287f5fb0bf705
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-19 15:26
prefer replyAll over replyToList

Diffstat

M content/main.html 10 +++++-----

1 files changed, 5 insertions, 5 deletions


diff --git a/content/main.html b/content/main.html

@@ -34,11 +34,11 @@
   34    34 					{{#dateFilter}}{{ date }}{{/dateFilter}}
   35    35 
   36    36 					<span class="message__actions">
   37    -1 						{{#canReplyToList}}<button class="button" title="{{#str}}replyList{{/str}}" data-action="replyToList">{{#icon}}x-list{{/icon}}</button{{/canReplyToList}}
   38    -1 						{{^canReplyToList}}
   39    -1 							{{#canReplyAll}}<button class="button" title="{{#str}}replyAll{{/str}}" data-action="replyAll">{{#icon}}x-reply_all{{/icon}}</button{{/canReplyAll}}
   40    -1 							{{^canReplyAll}}<button class="button" title="{{#str}}reply{{/str}}" data-action="replyToSender">{{#icon}}x-reply{{/icon}}</button{{/canReplyAll}}
   41    -1 						{{/canReplyToList}}
   -1    37 						{{#canReplyAll}}<button class="button" title="{{#str}}replyAll{{/str}}" data-action="replyAll">{{#icon}}x-reply_all{{/icon}}</button{{/canReplyAll}}
   -1    38 						{{^canReplyAll}}
   -1    39 							{{#canReplyToList}}<button class="button" title="{{#str}}replyList{{/str}}" data-action="replyToList">{{#icon}}x-list{{/icon}}</button{{/canReplyToList}}
   -1    40 							{{^canReplyToList}}<button class="button" title="{{#str}}reply{{/str}}" data-action="replyToSender">{{#icon}}x-reply{{/icon}}</button{{/canReplyToList}}
   -1    41 						{{/canReplyAll}}
   42    42 
   43    43 						><button class="button dropdownToggle" title="{{#str}}more{{/str}}">{{#icon}}x-menu{{/icon}}</button>
   44    44 						<div class="dropdown">