state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
- Copyright (C) 2022-2023 Jakub Czajka <jakub@ekhem.eu.org>
+ Copyright (C) 2022-2024 Jakub Czajka <jakub@ekhem.eu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
- guix Copyright (C) 2022-2023 Jakub Czajka <jakub@ekhem.eu.org>
+ guix Copyright (C) 2022-2024 Jakub Czajka <jakub@ekhem.eu.org>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
-;; Copyright (c) 2022-2023 Jakub Czajka <jakub@ekhem.eu.org>
+;; Copyright (c) 2022-2024 Jakub Czajka <jakub@ekhem.eu.org>
;; License: GPL-3.0 or later.
;;
;; conf-email.el - configuration for the email client.
(mail-specify-envelope-from t)
(message-sendmail-envelope-from 'header)
(mail-envelope-from 'header)
+ ;; Do not append Message-Id. I will be added by the mail server.
+ (message-required-mail-headers '(From Subject Date))
:config
;; `dummy' is not a real password entry. It exists solely for this advices.
(define-advice message-send-mail-with-sendmail (:before ())