Re: Two questions regarding header display

2022-06-20 Thread raf via Mutt-users
On Mon, Jun 20, 2022 at 08:15:13AM +1000, Cameron Simpson wrote: > On 07Jun2022 09:56, raf wrote: > >And I'm not sure I can do anything about it. > > There are many things you can do. I see you've already shifted to just > using "bold" etc in your color directives, but also: > - run a persona

Re: Two questions regarding header display

2022-06-20 Thread Patrick Shanahan
* Bastian [06-20-22 08:33]: > I did not follow the entire thread, sorry for potential double post. > On 20Jun22 08:15+1000, Cameron Simpson wrote: > > On 07Jun2022 09:56, raf wrote: > > >And I'm not sure I can do anything about it. > > There are many things you can do. I see you've already shifte

Re: Two questions regarding header display

2022-06-19 Thread Cameron Simpson
On 07Jun2022 09:56, raf wrote: >And I'm not sure I can do anything about it. There are many things you can do. I see you've already shifted to just using "bold" etc in your color directives, but also: - run a personal terminfo record without the color capabilities; decompile the provided term

Re: Two questions regarding header display

2022-06-18 Thread Anton Sharonov
> > raf schrieb am Di., 7. Juni 2022, 01:57: > > > > > TERM=screen. > > > > > > It's OK. screen is more important to me than bold > > > headers. > > > > > > On Wed, Jun 08, 2022 at 12:23:07AM +0200, Anton Sharonov > wrote: > > > ... Gnu screen definitely supports bold if running on > > xterm

Re: Two questions regarding header display

2022-06-07 Thread raf
On Wed, Jun 08, 2022 at 12:23:07AM +0200, Anton Sharonov wrote: > raf schrieb am Di., 7. Juni 2022, 01:57: > > > TERM=screen. > > > > It's OK. screen is more important to me than bold > > headers. > > > > Don't give up. Gnu screen definitely supports bold if running on xterm, i > see it all t

Re: Two questions regarding header display

2022-06-07 Thread Anton Sharonov
raf schrieb am Di., 7. Juni 2022, 01:57: > TERM=screen. > > It's OK. screen is more important to me than bold > headers. > Don't give up. Gnu screen definitely supports bold if running on xterm, i see it all the time - in my vim at least, not configured in mutt yet by now. TERM value is screen-b

Re: Two questions regarding header display

2022-06-06 Thread raf
On Mon, Jun 06, 2022 at 09:53:35AM -0700, "Kevin J. McCarthy" wrote: > On Tue, Jun 07, 2022 at 12:37:59AM +1000, raf wrote: > > On Sun, Jun 05, 2022 at 07:02:24PM -0700, "Kevin J. McCarthy" > > wrote: > > > TERM=xterm-mono might work for you > > > > Thanks, but that didn't change it. > > Int

Re: Two questions regarding header display

2022-06-06 Thread Kevin J. McCarthy
On Tue, Jun 07, 2022 at 12:37:59AM +1000, raf wrote: On Sun, Jun 05, 2022 at 07:02:24PM -0700, "Kevin J. McCarthy" wrote: TERM=xterm-mono might work for you Thanks, but that didn't change it. Interesting. It works for me, at least on Debian in an xterm. You may want to check your terminf

Re: Two questions regarding header display

2022-06-06 Thread raf
On Sun, Jun 05, 2022 at 07:02:24PM -0700, "Kevin J. McCarthy" wrote: > On Mon, Jun 06, 2022 at 10:57:47AM +1000, raf wrote: > > And there's also the "mono" directive for terminals that > > don't support colour, e.g.: > > > > mono header bold ^(Subject|From|To|Cc|Date): > > > > But it doesn't

Re: Two questions regarding header display

2022-06-05 Thread Kevin J. McCarthy
On Mon, Jun 06, 2022 at 10:57:47AM +1000, raf wrote: And there's also the "mono" directive for terminals that don't support colour, e.g.: mono header bold ^(Subject|From|To|Cc|Date): But it doesn't work for me anymore (with TERM=xterm). TERM=xterm-mono might work for you And it would bol

Re: Two questions regarding header display

2022-06-05 Thread raf
On Sun, Jun 05, 2022 at 09:33:43AM -0700, "Kevin J. McCarthy" wrote: > On Sun, Jun 05, 2022 at 10:24:47AM -0400, Jason Franklin wrote: > > On Sun, Jun 05, 2022 at 09:26:04AM +0200, Jakub Jindra wrote: > > > set header_color_partial = yes > > > color hdrdefault FG BG > > > color header FG B

Re: Two questions regarding header display

2022-06-05 Thread Kevin J. McCarthy
On Sun, Jun 05, 2022 at 10:24:47AM -0400, Jason Franklin wrote: On Sun, Jun 05, 2022 at 09:26:04AM +0200, Jakub Jindra wrote: set header_color_partial = yes color hdrdefault FG BG color header FG BG "REGEX" color header FG1 BG1 "REGEX1" tune the colors FG, BG and REGEX to your needs.

Re: Two questions regarding header display

2022-06-05 Thread Jason Franklin
On Sun, Jun 05, 2022 at 09:26:04AM +0200, Jakub Jindra wrote: > Hi Jason, > > You're looking for config option [1]header_color_partial > > 1. http://www.mutt.org/doc/manual/#header-color-partial > > set header_color_partial = yes > color hdrdefault FG BG > color header FG BG "REGEX" > col

Re: Two questions regarding header display

2022-06-05 Thread Jason Franklin
On Sun, Jun 05, 2022 at 09:51:29PM +1000, raf wrote: > On Sun, Jun 05, 2022 at 11:32:34AM +0200, Anton Sharonov > wrote: > > Will usage of display_filter option with your perl script below not be > > already sufficient solution even without procmail? > > Good thinking. I just tried it and it wor

Re: Two questions regarding header display

2022-06-05 Thread raf
On Sun, Jun 05, 2022 at 11:32:34AM +0200, Anton Sharonov wrote: > raf schrieb am So., 5. Juni 2022, 07:52: > > > On Sun, Jun 05, 2022 at 12:06:52AM -0400, Jason Franklin > > wrote: > > > > > Greetings: > > > > > > I have two questions reg

Re: Two questions regarding header display

2022-06-05 Thread Anton Sharonov
raf schrieb am So., 5. Juni 2022, 07:52: > On Sun, Jun 05, 2022 at 12:06:52AM -0400, Jason Franklin > wrote: > > > Greetings: > > > > I have two questions regarding header display... > > > > First, can the pager display header names in bold if the termin

Re: Two questions regarding header display

2022-06-05 Thread Jakub Jindra
G and REGEX to your needs. Best, JJ On 2022-06-05 00:06, Jason Franklin wrote: Greetings: I have two questions regarding header display... First, can the pager display header names in bold if the terminal supports it? Second some senders have weird capitalization of headers. Is it possible

Re: Two questions regarding header display

2022-06-04 Thread raf
On Sun, Jun 05, 2022 at 12:06:52AM -0400, Jason Franklin wrote: > Greetings: > > I have two questions regarding header display... > > First, can the pager display header names in bold if the terminal > supports it? > > Second some senders have weird capitalization of

Two questions regarding header display

2022-06-04 Thread Jason Franklin
Greetings: I have two questions regarding header display... First, can the pager display header names in bold if the terminal supports it? Second some senders have weird capitalization of headers. Is it possible to display some canonical representation of any given standard header? To clarify

Re: mailing list config - two questions

2021-02-25 Thread Will Yardley
On Thu, Feb 25, 2021 at 05:46:04PM -0500, Jon LaBadie wrote: > > When is it useful to have a mailing list to which > you are not subscribed "known"? IIRC, the original purpose was mostly to setup the (not ever ratified as a real standard, and not commonly used now) mail-followup-to header appropr

mailing list config - two questions

2021-02-25 Thread Jon LaBadie
While researching my response in another topic I came across the "subscribe" list that I don't recall seeing previously. I've been using the "lists" list for the same purpose. As I read it, "lists" items are known mailing lists and possibly subscribed to while "subscribe" items mailing lists to

Re: Two questions - "error 13" - terminal transparency

2002-08-20 Thread Sven Guckes
* Noesis <[EMAIL PROTECTED]> [2002-08-20 13:37]: > First, when I send e-mail lately I get an > error 13 - but the mail sends. Any ideas? os, mutt version [1], setup, commands, error messages? which MTA? changed its setup? checked the logs? > Second, I like to keep mutts 'standard' look (plus

Re: Two questions

2002-08-20 Thread Sam Peterson
on... ...that Noesis said on Tuesday, Aug 20 2002: > Greetings! > Two questions. First, when I send e-mail lately I get an error > 13 - but the mail sends. Any ideas? Second, I like to keep mutts > 'standard' look (plus or minus a few things), however I want to make th

Two questions

2002-08-20 Thread Noesis
Greetings! Two questions. First, when I send e-mail lately I get an error 13 - but the mail sends. Any ideas? Second, I like to keep mutts 'standard' look (plus or minus a few things), however I want to make the background transparent in mutt. How do I go about doing tha

Re: Two questions

2002-06-05 Thread Adam Fields
On Mon, Jun 03, 2002 at 04:36:35PM -0500, David T-G wrote: > % 2) What's the right way to do batch refiling, particularly of mailing > %lists? Is there a way to specify a save-hook based on "To:" rather > %than "From:"? > > The actual best way is the same as when it is delivered: run it t

Re: Two questions

2002-06-04 Thread David T-G
Rocco, et al -- ...and then Rocco Rutte said... % % Hi, Hello! % % * David T-G [2002-06-04 13:28:28 CEST] wrote: % > ...and then Rocco Rutte said... % > % ...because I'm lazy. But I could think of other purposes as % > % well for a ``real'' batch mode, for example, when I want to % > % forwa

Re: Two questions

2002-06-04 Thread Rocco Rutte
Hi, * David T-G [2002-06-04 13:28:28 CEST] wrote: > ...and then Rocco Rutte said... > % ...because I'm lazy. But I could think of other purposes as > % well for a ``real'' batch mode, for example, when I want to > % forward a bunch of mails to same address: inline and and one > % by one. > Maybe

Re: Two questions

2002-06-04 Thread David T-G
Rocco, et al -- ...and then Rocco Rutte said... % % Hi, Hello! % % * Benjamin Pflugmann [2002-06-04 01:24:14 CEST] wrote: % % > Maybe I completely miss your point, as I am not sure why you would % > want to do that. % % ...because I'm lazy. But I could think of other purposes as % well for

Re: Two questions

2002-06-03 Thread Rocco Rutte
Hi, * Benjamin Pflugmann [2002-06-04 01:24:14 CEST] wrote: > Maybe I completely miss your point, as I am not sure why you would > want to do that. ...because I'm lazy. But I could think of other purposes as well for a ``real'' batch mode, for example, when I want to forward a bunch of mails to

Re: Two questions

2002-06-03 Thread David T-G
Adam-- ...and then Adam Fields said... % % On Mon, Jun 03, 2002 at 04:36:35PM -0500, David T-G wrote: % > Welcome! % % Thanks! *grin* % % > % I can't find the answers in the docs. % > % % > % 1) Is there a way to open part of a folder? Say I have a folder with % > %2000 messages, and I

Re: Two questions

2002-06-03 Thread Adam Fields
On Mon, Jun 03, 2002 at 04:36:35PM -0500, David T-G wrote: > Welcome! Thanks! > % I can't find the answers in the docs. > % > % 1) Is there a way to open part of a folder? Say I have a folder with > %2000 messages, and I want to only look at, say, 190-200? > > You can limit your view to ju

Re: Two questions

2002-06-03 Thread Benjamin Pflugmann
Hi. On Tue 2002-06-04 at 00:50:01 +0200, Rocco Rutte wrote: [...] > That is sort of ``batch'', I guess. I miss one-by-one > instead of all-at-once. It would be nice if I could tag > messages I want to reply to so that I can answer each > individual mail instead of a mass reply... Maybe I complet

Re: Two questions

2002-06-03 Thread Rocco Rutte
Hi, * John Iverson [2002-06-04 23:51:06 CEST] wrote: > * On Mon, 03 Jun 2002, Adam Fields wrote: > > 2) What's the right way to do batch refiling, > >particularly of mailing lists? > You could, for example, ('T' by default) all > messages over 2 weeks old using the pattern "~d >2w". > The

Re: Two questions

2002-06-03 Thread John Iverson
* On Mon, 03 Jun 2002, Adam Fields wrote: > 1) Is there a way to open part of a folder? Say I have a folder > with 2000 messages, and I want to only look at, say, 190-200? Open the folder, then do a limit ('l' by default) using the pattern "~m 190-200". > 2) What's the right way to do batch ref

Re: Two questions

2002-06-03 Thread Thorsten Haude
Hi, * Adam Fields <[EMAIL PROTECTED]> [02-06-03 23:04]: >1) Is there a way to open part of a folder? Say I have a folder with > 2000 messages, and I want to only look at, say, 190-200? You have to open the whole thing, but you can limit it to a subset afterwards. Use 'l'. >2) What's the right

Re: Two questions

2002-06-03 Thread David T-G
Adam -- ...and then Adam Fields said... % % I'm new to mutt (moving from mh-e), and I have two questions for which Welcome! % I can't find the answers in the docs. % % 1) Is there a way to open part of a folder? Say I have a folder with %2000 messages, and I want to only lo

Two questions

2002-06-03 Thread Adam Fields
I'm new to mutt (moving from mh-e), and I have two questions for which I can't find the answers in the docs. 1) Is there a way to open part of a folder? Say I have a folder with 2000 messages, and I want to only look at, say, 190-200? 2) What's the right way to do

Re: Two questions (maildir and mailinig lists)

2001-04-25 Thread Mr. Wade
Horace G. Friend III wrote: > On Mon, Apr 23, 2001 at 01:15:44PM +0300, Micha Berdichevsky wrote: > > 2. When I post to a mailing list, I see my messages (in the idnex) with > >the 'From' field saying 'To list@host' instead of my name. > >Any ideas? > I'm using the mbox mailbox format. I

Re: Two questions (maildir and mailinig lists)

2001-04-25 Thread Suresh Ramasubramanian
On Thu, Apr 26, 2001 at 07:33:43AM +0800, Horace G. Friend III typed: > I'm using the mbox mailbox format. I'm also experiencing problem 2. I > have always thought of it as a default of Mutt when dealing with > incoming mail which originated from yourself such as your replies to > mailing lists.

Re: Two questions (maildir and mailinig lists)

2001-04-25 Thread Horace G. Friend III
On Mon, Apr 23, 2001 at 01:15:44PM +0300, Micha Berdichevsky wrote: > Hi. > > I have a couple of slightly annoying problems: > > 1. I'm using maildir, and the 'sent' folder messages apear at the >index with 0 lines (I had the same thing will all folders, but it was >fixed using the procm

Two questions (maildir and mailinig lists)

2001-04-23 Thread Micha Berdichevsky
Hi. I have a couple of slightly annoying problems: 1. I'm using maildir, and the 'sent' folder messages apear at the index with 0 lines (I had the same thing will all folders, but it was fixed using the procmail lines count). Can it be fixed? 2. When I post to a mailing list, I see my

Re: two questions

2001-03-15 Thread Chris Green
On Thu, Mar 15, 2001 at 07:07:56AM -0500, F. Heitkamp wrote: > 1. Is there a debug feature in mutt for the .muttrc files? > I have a line in .muttrc that is giving an error and I can't > find it. > When you say you can't find it what do you mean exactly? When mutt reports an error in a muttrc f

two questions

2001-03-15 Thread F. Heitkamp
1. Is there a debug feature in mutt for the .muttrc files? I have a line in .muttrc that is giving an error and I can't find it. 2. I would like to set up Lynx or Netscape to view html mail. How do I do that. 3. bonus question. I can't get color to work. I know color works in the xterm, be

Re: Works good, two questions tho

2001-01-07 Thread Gary Johnson
On Sat, Jan 06, 2001 at 12:00:07AM -0800, Gary Johnson wrote: > On Sat, Jan 06, 2001 at 07:17:18AM +0100, Petri Kelottij?rvi wrote: > > > 2: How do I make Mutt start in, say, ~/Mail/mutt-users instead of the > >global mailbox? I'm sure this is in the docs but I can't find it, > >as usual

Re: Works good, two questions tho

2001-01-05 Thread Gary Johnson
On Sat, Jan 06, 2001 at 07:17:18AM +0100, Petri Kelottij?rvi wrote: > 2: How do I make Mutt start in, say, ~/Mail/mutt-users instead of the >global mailbox? I'm sure this is in the docs but I can't find it, >as usual :( In your muttrc file, put set spoolfile=~Mail/mutt-users fol

Works good, two questions tho

2001-01-05 Thread Petri Kelottij?rvi
Hi again, sorry to bother you once more :P Mutt's been working absolutely wonderful, managing my mail just like I want it and with my favourite colours too :D But still, I have one...make it two, questions: 1: Does the scoring evaluate only the first occurrence of a score rule? Like

Two questions

2000-05-23 Thread Jeffery Small
I'm using mutt version 1.2i on a Solaris 7 platform with Sendmail 8.9.3 and have the following two questions: 1: When I compose a new message or reply, the message header in my editor has the following line: From: Jeffery Small Notice the missing domain portion of the ad