Re: How to create local label and enlist/see them

2021-09-18 Thread Bhaskar Chowdhury

On 09:56 Sat 18 Sep 2021, Jean Louis wrote:

* Bhaskar Chowdhury  [2021-09-18 07:31]:

 Well, I am trying to figure out ,how it could be done . As the subject line
 said , I need to create specific label on certain message and later wanted to
 view them in pager . Probably if I wish , selecting one of them and see those
 specific label mails.(Not sure though is this something "l" or
 "limiting" features does?)


I use "Y" to edit label in Mutt, which is for a new header added and
looks as following:

X-Label: MY-LABEL

Then if I do search like by using "/" I would enter: "~y MY-LABEL" to
find the next message, or I could limit the view to "MY-LABEL" labeled
messages by using "l" and "~y MY-LABEL", that is how you find those
messages.


--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/


Okay, let me try the search like you. Thanks.

~Bhaskar


signature.asc
Description: PGP signature


Re: How to create local label and enlist/see them

2021-09-18 Thread Bhaskar Chowdhury

On 11:08 Sat 18 Sep 2021, Marcus C. Gottwald wrote:


Bhaskar Chowdhury wrote (Sat 2021-Sep-18 10:05:57 +0530):


... if I put some text there and enter it says "Label created" but how to 
see those label???


I modified "index_format" to show the label string at the right-hand
edge of each line.

The default value for index_format is:
%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s

My .muttrc sets an extended version:
  set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s%* %?y? %y?"

If a message's label string is non-empty, it will be shown prepended
with five spaces and right-aligned, overwriting a long subject.

Cheers, Marcus

--
  Marcus C. Gottwald  ��  @mcg:cheers.de


Thanks, let me give it a shot.

~ Bhaskar


signature.asc
Description: PGP signature


Re: How to create local label and enlist/see them

2021-09-18 Thread Marcus C. Gottwald


Bhaskar Chowdhury wrote (Sat 2021-Sep-18 10:05:57 +0530):

> ... if I put some text there and enter it says "Label created" but how to 
> see those label???

I modified "index_format" to show the label string at the right-hand
edge of each line.

The default value for index_format is:
 %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s

My .muttrc sets an extended version:
   set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s%* %?y? %y?"

If a message's label string is non-empty, it will be shown prepended
with five spaces and right-aligned, overwriting a long subject.

Cheers, Marcus

-- 
   Marcus C. Gottwald  ··  @mcg:cheers.de



Re: How to create local label and enlist/see them

2021-09-18 Thread Jean Louis
* Bhaskar Chowdhury  [2021-09-18 07:31]:
>  Well, I am trying to figure out ,how it could be done . As the subject line
>  said , I need to create specific label on certain message and later wanted to
>  view them in pager . Probably if I wish , selecting one of them and see those
>  specific label mails.(Not sure though is this something "l" or
>  "limiting" features does?)

I use "Y" to edit label in Mutt, which is for a new header added and
looks as following:

X-Label: MY-LABEL

Then if I do search like by using "/" I would enter: "~y MY-LABEL" to
find the next message, or I could limit the view to "MY-LABEL" labeled
messages by using "l" and "~y MY-LABEL", that is how you find those
messages. 


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/