Skip to content

Commit

Permalink
tweak(email): refine attachement detection regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 20, 2023
1 parent 43b12bb commit 7b72d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
(seq "attach" (any ?e) (? "e") (? "s"))
(seq "ci" (or " " "-") "joint" (? "e")) ;; ci-joint
(seq (or (seq "pi" (any ?e) "ce") "fichier" "document") (? "s") (+ (or " " eol)) "joint" (? "e") (? "s")) ;; pièce jointe
(seq (or (seq space "p" (zero-or-one (any ?- ?.)) "j" space)))))) ;; p.j
(seq (or (seq space "p" (zero-or-one (any ?- ?.)) "j" (any space ?: ?\; ?, ?.))))))) ;; p.j
:config
(+nvmap! :keymaps 'org-msg-edit-mode-map
"TAB" #'org-msg-tab
Expand Down

0 comments on commit 7b72d76

Please sign in to comment.