Skip to content

Commit

Permalink
Addressed #32
Browse files Browse the repository at this point in the history
  • Loading branch information
CamielBouchier committed Apr 24, 2022
1 parent 498d8da commit 6c2b69e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release_1_5_0
=============

* Implemented https://github.com/CamielBouchier/cb_thunderlink/issues/32

Release_1_4_0
=============

Expand Down
3 changes: 1 addition & 2 deletions mail_extension/cb_background.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ async function handle_incoming_link(incoming_link) {
let decoded_link = atou(link)
let date_auth = decoded_link.split(";")
let the_date = new Date(date_auth[0])
// See issue #10 for the replace.
let the_author = date_auth[1].replace(/-/g, '')
let the_author = date_auth[1]
let the_query = {
author : the_author,
fromDate : the_date,
Expand Down
2 changes: 1 addition & 1 deletion mail_extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.4.0",
"version": "1.5.0",
"name": "cb_thunderlink",
"description": "cb_thunderlink is a thunderlink replacement.",
"author": "camiel@bouchier.be",
Expand Down

0 comments on commit 6c2b69e

Please sign in to comment.