~sircmpwn/sr.ht-dev

todo.sr.ht: Use "-- " for the email signature separator v1 PROPOSED

Paul Wise: 2
 Use "-- " for the email signature separator
 Contract the email signatures into one line

 8 files changed, 8 insertions(+), 20 deletions(-)
Thanks!

To git.sr.ht:~sircmpwn/todo.sr.ht
   df413bf..ca8b050  master -> master
 * [new tag]         0.43.4 -> 0.43.4
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/6431/mbox | git am -3
Learn more about email & git

[PATCH todo.sr.ht 1/2] Use "-- " for the email signature separator Export this patch

This is the separator specified in RFC 3676 item 4.3.

See-also: https://www.ietf.org/rfc/rfc3676.txt
See-also: https://en.wikipedia.org/wiki/Signature_block
---
 todosrht/emails/new_ticket      | 2 +-
 todosrht/emails/ticket_assigned | 2 +-
 todosrht/emails/ticket_comment  | 2 +-
 todosrht/emails/ticket_mention  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/todosrht/emails/new_ticket b/todosrht/emails/new_ticket
index 88720b1..a9de111 100644
--- a/todosrht/emails/new_ticket
+++ b/todosrht/emails/new_ticket
@@ -1,7 +1,7 @@
{{! vim: set ft=email }}
{{ticket.description}}

---
-- 

View on the web:

diff --git a/todosrht/emails/ticket_assigned b/todosrht/emails/ticket_assigned
index a564b3e..ebd3be0 100644
--- a/todosrht/emails/ticket_assigned
+++ b/todosrht/emails/ticket_assigned
@@ -1,7 +1,7 @@
{{! vim: set ft=email }}
You were assigned to {{ ticket_ref }} by {{ assigner }}.

---
-- 

View on the web:

diff --git a/todosrht/emails/ticket_comment b/todosrht/emails/ticket_comment
index 6230614..d704df3 100644
--- a/todosrht/emails/ticket_comment
+++ b/todosrht/emails/ticket_comment
@@ -4,7 +4,7 @@ Ticket resolved: {{resolution}}

{{/resolution}}{{comment_text}}

---
-- 

View on the web:

diff --git a/todosrht/emails/ticket_mention b/todosrht/emails/ticket_mention
index b52270e..e810f6c 100644
--- a/todosrht/emails/ticket_mention
+++ b/todosrht/emails/ticket_mention
@@ -3,7 +3,7 @@ You were mentioned in {{ ticket_ref }} by {{ submitter }}.

{{ text }}

---
-- 

View on the web:

-- 
2.20.1

[PATCH todo.sr.ht 2/2] Contract the email signatures into one line Export this patch

A shorter email signature wastes less space in email viewers.
---
 todosrht/emails/new_ticket      | 5 +----
 todosrht/emails/ticket_assigned | 5 +----
 todosrht/emails/ticket_comment  | 5 +----
 todosrht/emails/ticket_mention  | 5 +----
 4 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/todosrht/emails/new_ticket b/todosrht/emails/new_ticket
index a9de111..d029b86 100644
--- a/todosrht/emails/new_ticket
+++ b/todosrht/emails/new_ticket
@@ -2,7 +2,4 @@
{{ticket.description}}

 -- 

View on the web:

{{root}}{{ticket_url}}
View on the web: {{root}}{{ticket_url}}
diff --git a/todosrht/emails/ticket_assigned b/todosrht/emails/ticket_assigned
index ebd3be0..18027d8 100644
--- a/todosrht/emails/ticket_assigned
+++ b/todosrht/emails/ticket_assigned
@@ -2,7 +2,4 @@
You were assigned to {{ ticket_ref }} by {{ assigner }}.

 -- 

View on the web:

{{root}}{{ticket_url}}
View on the web: {{root}}{{ticket_url}}
diff --git a/todosrht/emails/ticket_comment b/todosrht/emails/ticket_comment
index d704df3..e3426a6 100644
--- a/todosrht/emails/ticket_comment
+++ b/todosrht/emails/ticket_comment
@@ -5,7 +5,4 @@ Ticket resolved: {{resolution}}
{{/resolution}}{{comment_text}}

 -- 

View on the web:

{{root}}{{ticket_url}}
View on the web: {{root}}{{ticket_url}}
diff --git a/todosrht/emails/ticket_mention b/todosrht/emails/ticket_mention
index e810f6c..7cc5486 100644
--- a/todosrht/emails/ticket_mention
+++ b/todosrht/emails/ticket_mention
@@ -4,7 +4,4 @@ You were mentioned in {{ ticket_ref }} by {{ submitter }}.
{{ text }}

 -- 

View on the web:

{{root}}{{ticket_url}}
View on the web: {{root}}{{ticket_url}}
-- 
2.20.1
Thanks!

To git.sr.ht:~sircmpwn/todo.sr.ht
   df413bf..ca8b050  master -> master
 * [new tag]         0.43.4 -> 0.43.4