Compare commits
1 Commits
fix/mu4e-e
...
bead/nixos
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a4e821dfd |
@@ -225,16 +225,11 @@
|
|||||||
mu4e-headers-time-format "%H:%M")
|
mu4e-headers-time-format "%H:%M")
|
||||||
|
|
||||||
;; Sending mail via msmtp
|
;; Sending mail via msmtp
|
||||||
;; NOTE: message-sendmail-f-is-evil and --read-envelope-from are required
|
(setq message-send-mail-function 'message-send-mail-with-sendmail
|
||||||
;; to prevent msmtp from stripping the email body when processing headers.
|
sendmail-program (executable-find "msmtp")
|
||||||
;; Without these, multipart messages (especially from org-msg) may arrive
|
message-sendmail-envelope-from 'header
|
||||||
;; with empty bodies.
|
mail-envelope-from 'header
|
||||||
(setq sendmail-program (executable-find "msmtp")
|
mail-specify-envelope-from t))
|
||||||
send-mail-function #'message-send-mail-with-sendmail
|
|
||||||
message-send-mail-function #'message-send-mail-with-sendmail
|
|
||||||
message-sendmail-f-is-evil t
|
|
||||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
|
||||||
message-sendmail-envelope-from 'header))
|
|
||||||
|
|
||||||
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
||||||
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ in
|
|||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user