Merge pull request #9188 from annando/more-direction

Store and display to/cc/bcc
This commit is contained in:
Hypolite Petovan 2020-09-12 14:34:58 -04:00 committed by GitHub
commit 097cd5f44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 97 additions and 24 deletions

View file

@ -12,7 +12,7 @@
{{elseif $direction.direction == 5}}
<i class="fa fa-comment-o" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 6}}
<i class="fa fa-check" aria-hidden="true" title="{{$direction.title}}"></i>
<i class="fa fa-user" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 7}}
<i class="fa fa-at" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}