diff options
| author | David Bremner <david@tethera.net> | 2021-06-20 17:15:20 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-20 17:15:20 -0300 |
| commit | 8dbd5deb8d3bbfda9554163c8d4cb2474c505c87 (patch) | |
| tree | b08a9a37d6f902d43c0a861c775ee7e8de840589 /emacs | |
| parent | 6f0f83660e222cfdd05b05ad134763a7ab26f097 (diff) | |
| parent | 86818626b3294f5b144e74181baf37f0b2d30578 (diff) | |
Merge branch 'release'
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/notmuch-maildir-fcc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el index ae8f5140..c715532b 100644 --- a/emacs/notmuch-maildir-fcc.el +++ b/emacs/notmuch-maildir-fcc.el @@ -21,6 +21,8 @@ ;;; Code: +(require 'seq) + (require 'message) (require 'notmuch-lib) |
