On 11/26/00, 12:39:28AM -0500, Lloyd Zusman wrote:
> Is there a way to prevent the Cc: header from appearing when
> composing or replying to messages?
> 
Have a look at the mutt manual, section 3.13.  You can do the following in
your .muttrc (eliminating "cc" from the hdr_order setting:

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#
# Specify the order of the headers to appear when displaying a message 
#
#       hdr_order <hdr1> [ <hdr2> ... ]
#

unhdr_order *                           # forget the previous settings
hdr_order date from subject to cc

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Regards,

John

> I know that I can use "unmy_hdr cc" to make the Cc: header show up
> empty, but I don't want to see this header at all.
> 
> I can think of two ways to hack this:
> 
> (1)  Set the "editor" (and "visual"?) variable to point to a shell
>      script that does the following:
> 
>        - Search for a Cc: header and remove it from the input.
>        - Pass the modified input to my favorite text editor.
> 
> (2)  Hack the source code of mutt to not include a Cc: header when
>      composing messages.
> 
> Both of these hacks are ugly, and I was hoping that there would be a 
> better way to do this within mutt.
> 
> Any ideas?
> 
> Thanks in advance.
> 
> - [EMAIL PROTECTED]

Reply via email to