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.quoteasblock", false); > user_pref("mail.quoted_graphical", false); > > I haven't noticed whether or not in GUI preferences if either has a > counterpart.
I also use this setting to help get rid of the vertical bar: user_pref("mailnews.send_plaintext_flowed", false); and I take care to check Options-> Delivery Format is set to "Plain Text Only" before sending a message.