Sujet : Re: Has tin forgotten me?
De : urs (at) *nospam* buil.tin.org (Urs Janßen)
Groupes : news.software.readersDate : 28. Dec 2024, 06:29:08
Autres entêtes
Organisation : tin.org
Message-ID : <vko2b4$ttr$1@nntp.de>
References : 1
User-Agent : tin/2.6.5-20241224 ("Helmsdale") (Linux/6.1.0-27-amd64 (x86_64))
In
le@lekno.ws wrote:
I just installed an upgrade of tin on my FreeBSD machine
manual build from upstream source or used the ports package?
I can't say anything about the ports package, but I had no issues
building and running tin from source on FreeBSD 15.0 (with and
without a carried over tinrc).
and suddenly every post I make has a blank "From:" line
I have to fill in,did configurations get wrecked?
there are many ways to configure From inside tin; the usual suscpects
are mail_address in tinrc, from in attributes (see tin(5) and tin(1)),
if none of these are set a fallback of username@[hostname.]domainname
shall kick in (some parts can be set a compile time thers eben at runtime).
I'd start with inspecting your tinrc. e.g.
grep -E "^mail_a" ${TIN_HOMEDIR:-"$HOME"}/.tin/tinrc
and if unset set your (name and) address there. This can be done from
inside tin via the 'M'enu or when tin is NOT running by editing the file
directly.