diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-04 15:57:54 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-04 15:57:54 +0100 |
commit | b26512fb434a7aad95037b8a723119e295c7633e (patch) | |
tree | 2ea7c30764adbde8e89a89f9c437cdae244f3191 | |
parent | 07d2b4bdc97fe6c598bcfc7ab5d1b13c930812f3 (diff) |
Add todo
* git-email.el:
-rw-r--r-- | git-email.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el index f587070..2bfe675 100644 --- a/git-email.el +++ b/git-email.el @@ -37,6 +37,8 @@ ;;; TODO: ;; * Add proper syntax highlighting to diffs in the message buffer. +;; +;; * Fix `message-header-format-alist' parsing of the 'References' header. ;;; Code: |