Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 08:55:31 +0200
From:      Ralf Mardorf <ralf-mardorf@riseup.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: MUAs we use
Message-ID:  <20200619085531.30489733@archlinux>
In-Reply-To: <20200619051347.GG89652@trajan.stk.cx>
References:  <CAEC7390kWRiSi5wO%2BpzcH_VZ-qSdLMPMvdD8bTNvr3Oc4Vw-XA@mail.gmail.com> <20200611141038.0a068ec2@gumby.homeunix.com> <CAGBxaX=YgTSu7xuF9-AZECFh8utpqmg1C7z49dzsBFQ2SUScnw@mail.gmail.com> <CADqw_gLqmw0HgvSZsk47xNM=AWkVKkGBu3hB6Jf77wDDoKBcUQ@mail.gmail.com> <CAGBxaXkJJPGva9SL1EL=GOtN%2BDoUpq73-=yXA5uHPZ5oVNR8LA@mail.gmail.com> <CADqw_gJw-ZRFEd-9Yk=ox0GjSpzTXx4a1R7m5PbtxxNWEpW0TA@mail.gmail.com> <CAGBxaXn0vOCJk4Br7ujwfbnaewWPMMNXCjxR2sfyA5PBV-6XLQ@mail.gmail.com> <CADqw_gLXnDR1dyd0apYzZ9vMGrXUdtsOL0YcE%2B5XuZ0efyjfVA@mail.gmail.com> <CAGBxaXkcT4n4VNNvS-i3jQN91Jaiw1Z9gxq-0heE6ObyTRfguA@mail.gmail.com> <20200611175122.0e09b89e@archlinux> <20200619051347.GG89652@trajan.stk.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Jun 2020 07:13:47 +0200, Arne Steinkamm wrote:
>From the last 10828 Postings to this mailing list 4146 had an
>User-Agent line.
>
>I (grep, uniq, sort :-) ) counted them. Here is the result:

JFTR your list is missing at least Claws Mail, Sylpheed and Evolution
3.36.3 ;).

[rocketmouse@archlinux ~]$ grep -r -A20 -i Jun\ 2020 ".local/share/evolution/mail/local/.FreeBSD.Quest/cur/" | grep Claws | cut -d: -f3 | sort -u

 Claws Mail (linux)
 Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32)
 Claws Mail 3.17.5 (GTK+ 2.24.32; amd64-portbld-freebsd12.1)
[rocketmouse@archlinux ~]$ grep -r -A20 -i Jun\ 2020 ".local/share/evolution/mail/local/.FreeBSD.Quest/cur/" | grep Sylpheed\ 3 | cut -d: -f3 | sort -u
 Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2)
 Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0)
 Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1)
 Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0)
[rocketmouse@archlinux ~]$ grep -r -A20 -i Jun\ 2020 ".local/share/evolution/mail/local/.FreeBSD.Quest/cur/" | grep Evolution\ 3.36.3 | cut -d: -f3 | sort -u
 Evolution 3.36.3

My grep, cut, sort scripts are inaccurate, but still accurate enough to
prove your statistic wrong, since after executing even an inaccurate
search, it's possible to verify the message headers by taking a look at
a few messages. Even if I would have written accurate scripts to check
what is on my machine, it might not provide all mails from the list.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200619085531.30489733>