Deutsch English Français Italiano |
<vko2b4$ttr$1@nntp.de> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!nntp.de!.POSTED.akk21-int.akk.kit.edu!not-for-mail From: Urs =?UTF-8?Q?Jan=C3=9Fen?= <urs@buil.tin.org> Newsgroups: news.software.readers Subject: Re: Has tin forgotten me? Date: Sat, 28 Dec 2024 05:29:08 -0000 (UTC) Organization: tin.org Archive: no Message-ID: <vko2b4$ttr$1@nntp.de> References: <vknh2h$c9m$1@reader2.panix.com> Injection-Date: Sat, 28 Dec 2024 05:29:08 -0000 (UTC) Injection-Info: nntp.de; posting-host="akk21-int.akk.kit.edu:129.13.131.67"; logging-data="30651"; mail-complaints-to="abuse@nntp.de" User-Agent: tin/2.6.5-20241224 ("Helmsdale") (Linux/6.1.0-27-amd64 (x86_64)) Cancel-Lock: sha1:EOxVCp90iI6+qcjPcCDbtwP04U8= X-No-Archive: yes X-No-HTML: yes Bytes: 1764 Lines: 22 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.