OT: Thanks and Margaret Thatcher (was: Re: scripts, was Re: TBird mail)

2022-12-08 Thread rhkramer
Thanks to David Wright and Greg Wooledge for their replies. Thanks also to David for the reference to the article on Margaret Thatcher -- I'm trying to obtain a copy through my local library (ILL). On Wednesday, December 07, 2022 11:53:18 AM David Wright wrote: ... > Margaret Thatcher is a prim

scripts, was Re: TBird mail

2022-12-07 Thread David Wright
On Wed 07 Dec 2022 at 07:56:53 (-0500), rhkra...@gmail.com wrote: > On Wednesday, December 07, 2022 07:18:57 AM Greg Wooledge wrote: > > Here's my version: > > > > rlart() { > > local day time path > > find "${1:-.}" -type f -printf '%T@ %TY-%Tm-%Td %TT %p\0' | > > sort -zn | > > while

Re: TBird mail

2022-12-07 Thread Greg Wooledge
On Wed, Dec 07, 2022 at 07:56:53AM -0500, rhkra...@gmail.com wrote: > On Wednesday, December 07, 2022 07:18:57 AM Greg Wooledge wrote: > > Here's my version: > > > > rlart() { > > local day time path > > find "${1:-.}" -type f -printf '%T@ %TY-%Tm-%Td %TT %p\0' | > > sort -zn | > > whi

Re: TBird mail (was: user perms)

2022-12-07 Thread Max Nikulin
On 07/12/2022 15:02, gene heskett wrote: And when I find it. the prefs.js file does not contain any of the strings mentioned in the reply I quoted and everyone but you have clipped. Am I to add these below? According to the top of the file, t-bird must be stopped before editing as it saves thi

Re: TBird mail

2022-12-07 Thread rhkramer
On Wednesday, December 07, 2022 07:18:57 AM Greg Wooledge wrote: > Here's my version: > > rlart() { > local day time path > find "${1:-.}" -type f -printf '%T@ %TY-%Tm-%Td %TT %p\0' | > sort -zn | > while read -rd '' _ day time path; do > printf '%s %s %s\n' "$day" "${time%.*}" "

Re: TBird mail

2022-12-07 Thread Greg Wooledge
On Tue, Dec 06, 2022 at 09:57:11PM -0600, David Wright wrote: > Make a change to your preferences, save it, then: > > $ find . -type f -mmin -1440 -printf '%Ta%TH:%TM:%.5TS%11s %P\n' | sort -n > -k 2 | less # one day > > Edit the . to a reasonable top of tree, 1440 to more like ten, > and the

Re: TBird mail

2022-12-07 Thread gene heskett
On 12/7/22 03:33, Kamil Jońca wrote: gene heskett writes: On 12/6/22 22:53, Max Nikulin wrote: On 07/12/2022 06:58, gene heskett wrote: profiledir: what or where is this "profiledir:"? after sudo updatedb today, I find Querying search engine "thunderbird profile directory" gives https://su

Re: TBird mail

2022-12-07 Thread gene heskett
On 12/6/22 22:57, David Wright wrote: On Tue 06 Dec 2022 at 21:03:47 (-0500), gene heskett wrote: On 12/6/22 19:39, Felix Miata wrote: gene heskett composed on 2022-12-06 18:58 (UTC-0500): Felix Miata wrote: gene heskett composed on 2022-06-15 06:34 (UTC-0400): What the heck is this vertic

Re: TBird mail

2022-12-07 Thread Kamil Jońca
gene heskett writes: > On 12/6/22 22:53, Max Nikulin wrote: >> On 07/12/2022 06:58, gene heskett wrote: > profiledir: >>> what or where is this "profiledir:"? after sudo updatedb today, I >>> find >> Querying search engine "thunderbird profile directory" gives >> https://support.mozilla.org/

Re: TBird mail (was: user perms)

2022-12-07 Thread gene heskett
On 12/6/22 22:53, Max Nikulin wrote: On 07/12/2022 06:58, gene heskett wrote: profiledir: what or where is this "profiledir:"? after sudo updatedb today, I find Querying search engine "thunderbird profile directory" gives https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-

Re: TBird mail

2022-12-06 Thread David Wright
On Tue 06 Dec 2022 at 21:03:47 (-0500), gene heskett wrote: > On 12/6/22 19:39, Felix Miata wrote: > > gene heskett composed on 2022-12-06 18:58 (UTC-0500): > > > > Felix Miata wrote: > > > > > gene heskett composed on 2022-06-15 06:34 (UTC-0400): > > > > > > > > What the heck is this vertical bar

Re: TBird mail (was: user perms)

2022-12-06 Thread Max Nikulin
On 07/12/2022 06:58, gene heskett wrote: profiledir: what or where is this "profiledir:"? after sudo updatedb today, I find Querying search engine "thunderbird profile directory" gives https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data http://kb.mozillazine.org/Pr

Re: TBird mail

2022-12-06 Thread gene heskett
On 12/6/22 19:39, Felix Miata wrote: gene heskett composed on 2022-12-06 18:58 (UTC-0500): Felix Miata wrote: gene heskett composed on 2022-06-15 06:34 (UTC-0400): What the heck is this vertical bar it uses for a quote level That's taken care of here with one or both of these two entri

Re: TBird mail

2022-12-06 Thread Felix Miata
gene heskett composed on 2022-12-06 18:58 (UTC-0500): >> Felix Miata wrote: >>> gene heskett composed on 2022-06-15 06:34 (UTC-0400): What the heck is this vertical bar it uses for a quote level >>> That's taken care of here with one or both of these two entries in prefs.js >>> in the >>>

Re: TBird mail (was: user perms)

2022-12-06 Thread Tom Furie
On Tue, Dec 06, 2022 at 06:58:20PM -0500, gene heskett wrote: > gene@coyote:~$ locate prefs.js > /home/amanda/.mozilla/firefox/nz58vim6.default-esr/prefs.js > /home/gene/.local/share/digikam/QtWebEngine/Default/user_prefs.json > /home/gene/.local/share/kmail2/QtWebEngine/Default/user_prefs.json >

Re: TBird mail (was: user perms)

2022-12-06 Thread gene heskett
On 6/18/22 19:26, Chuck Zmudzinski wrote: Going thru some old email and found I had tagged this message which contains some unfinished business someone might clarify now: On 6/15/22 7:14 AM, Felix Miata wrote: gene heskett composed on 2022-06-15 06:34 (UTC-0400): What the heck is this verti

Re: TBird mail (was: user perms)

2022-06-18 Thread Chuck Zmudzinski
On 6/15/22 7:14 AM, Felix Miata wrote: > gene heskett composed on 2022-06-15 06:34 (UTC-0400): > > > What the heck is this vertical bar it uses for a quote level > > That's taken care of here with one or both of these two entries in prefs.js > in the > profiledir: > > user_pref("mail.quoteas

Re: TBird mail (was: user perms)

2022-06-15 Thread Felix Miata
gene heskett composed on 2022-06-15 06:34 (UTC-0400): > What the heck is this vertical bar it uses for a quote level That's taken care of here with one or both of these two entries in prefs.js in the profiledir: user_pref("mail.quoteasblock", false); user_pref("mail.quoted_graph