From: jindam.vani@disroot.org
To: help-gnu-emacs@gnu.org
Subject: user-agent is missing in sent email headers
Date: Thu, 15 Dec 2022 14:42:13 +0000 [thread overview]
Message-ID: <ygfwn6siv96.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me> (raw)
please excuse, i am posting here suggested by akib
on mastadon.[1] i am running emacs on debian
bullseye on userland.[2] when i send mail using
gnus and the "User-Agent: Gnus/5.13 (Gnus v5.13)
Emacs/27.1 (gnu/linux)" is not added in sent
email headers.
when i click t in nnfolder+archive:sent.2022-12,
it shows "User-Agent: Gnus/5.13 (Gnus v5.13)
Emacs/27.1 (gnu/linux)", before it was showing
only from, subject, to, date.
conversation between akib and me on mastodon.[2]
what am i doing wrong?
;; .gnus
(setq gnus-select-method '(nnnil ""))
(add-to-list 'gnus-secondary-select-methods
'(nnmaildir ""
(directory "~/.Maildir/")
(get-new-mail t)
(directory-files nnheader-directory-files-safe)))
(setq mail-user-agent 'gnus-user-agent)
(setq read-mail-command 'gnus)
(setq mail-sources
'((pop :server "disroot.org"
:user "jindam.vani@disroot.org")))
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "disroot.org")
(setq smtpmail-stream-type 'ssl)
(setq smtpmail-servers-requiring-authorization ".*")
(setq smtpmail-smtp-service 465)
(setq smtpmail-starttls-credentials '(("disroot.org" 465 nil nil)))
;; .emacs
(setq make-backup-files nil)
(setq create-lockfiles nil)
(setq auto-save-default nil)
(setq frame-title-format "%b")
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(canlock-password "ff816ad05b9a5accc83c04cdffdc44e7854b5ab8")
'(debug-on-error t)
'(display-battery-mode nil)
'(initial-buffer-choice "~/")
'(send-mail-function 'mailclient-send-it)
'(smtpmail-smtp-server "disroot.org")
'(smtpmail-smtp-service 25 t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "fixed" :foundry "misc" :slant normal :weight normal :height 231 :width normal)))))
(add-to-list 'load-path "~/.emacs.d/jl-encrypt")
(require 'jl-encrypt)
(require 'epa-file) (setq epa-file-encrypt-to "46BB3F32")
(setq mail-user-agent 'gnus-user-agent)
[1] https://c.im/@jindam_vani/109516965307129546
[2] https://c.im/@jindam_vani/109515651458422170
[3] https://github.com/CypherpunkArmory/UserLAnd
i am sending this email using gnus emacs.
regards,
jindam, vani
next reply other threads:[~2022-12-15 14:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-15 14:42 jindam.vani [this message]
2022-12-15 14:56 ` user-agent is missing in sent email headers Herbert J. Skuhra
2022-12-15 15:03 ` tomas
2022-12-15 16:24 ` jindam.vani
2022-12-15 20:18 ` Herbert J. Skuhra
2022-12-16 5:10 ` tomas
2022-12-15 17:07 ` Eric Abrahamsen
2022-12-15 17:37 ` tomas
2022-12-15 19:08 ` Eric Abrahamsen
2022-12-15 19:55 ` tomas
2022-12-15 18:02 ` jindam.vani
2023-01-18 5:35 ` Emanuel Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ygfwn6siv96.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me \
--to=jindam.vani@disroot.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).