LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   (SOLVED please remove) (https://www.linuxquestions.org/questions/linux-software-2/solved-please-remove-738719/)

iwtbf 07-08-2009 05:11 PM

Mutt problems (solved)
 
Hi I would like some help on configuring my mutt. It's works perfectly butt I have some visual matters I can't fix on my on.

http://img34.imageshack.us/img34/276...6800x480sc.png
In the image you can see my mutt. A bit edited in mtpaint.

The matter is the big red marked section between "To: jonas" and "Subject". I get alot of useless information I don't at all. How can I remove this?

The other matter is that before the date and time section in every mail i got a line of (random?) integers and chars. how can I remove this?

Could someone help me?

Here is my .muttrc:

Code:

set pop_host="pops://XXXXXXXXXXXXXXXXXXXXXXXXXx"
set pop_last
unset pop_delete #Just makes mutt not ask, GMail uses config option
set sendmail="~/bin/gmailout"
set write_bcc=no #Important; sSMTP makes bcc non-blind otherwise

exec fetch-mail
set realname = "Jonas"
set move=no
set sort = 'threads'
set sort_aux = 'last-date-received'

hdr_order Date From To Cc

set folder = $HOME/Mail
mailboxes =dist-user
mailboxes =dubletter

#  Colorize smileys:  :-)  ;-)  :-/  :-(
color body  yellow black "[;:]-[)/(|]"
color body  yellow black "[;:][)/(|]"
color body  green black "[[:alpha:]]\+://[^ ]*"

#set pager_context=1
color body  green black "[[:alpha:]]\+://[^ ]*"

#set pager_context=1
#set pager_index_lines=6

set status_format=" %r %b %f %n      Del %d      Msgs %m %l %> (%P)"
set pager_format="%-10.10i %[!%a %b %d %R]"
set date_format="!%H:%M %a %d %b    "
set index_format="%4C %Z %[%b%d] %-15.15F %s"
set folder_format="%2C %t %8s %d %N %f"
set include=yes
set beep=yes

mailboxes =viktigt
mailboxes =hav0
mailboxes =keep

save-hook .* =keep

color normal default default
color hdrdefault cyan default
color quoted  green default
color signature        cyan default
color attachment brightyellow default
#####################################################
color indicator black white
#####################################################
color status  brightblue black
color tree    cyan default
color markers  brightred default
color tilde    blue default
color header  brightgreen default ^From:
color header  brightcyan default ^To:
color header  brightcyan default ^Reply-To:
color header  brightcyan default ^Cc:
color header  brightwhite default ^Subject:
color body    brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
color body    brightred default (http|https|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9\=\&]+

color index yellow      default    ~N    # New

auto_view text/html

~


Solution:

For the first part I added this to my .muttrc:
Code:

ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
ignore "Auto-Submitted:"
ignore "X-Gmail-Fetch-Info:"
ignore "DomainKey-Status:"
ignore "Comment:"
ignore "X-OriginalArrivalTime:"
ignore "Mailing-List:"
ignore "X-No-Archive:"
ignore "List-Post:"
ignore "List-Help:"
ignore "List-Unsubscribe:"
ignore "List-Subscribe:"
ignore "X-Spam-Status:"
ignore "X-IronPort-Anti-Spam-Filtered:"
ignore "X-IronPort-Anti-Spam-Result:"
ignore "X-IronPort-AV:"

And for the other little problem I edited set pager_format to this:
Code:

set pager_format=" %[!%a %b %d %R]"

XavierP 07-08-2009 06:21 PM

If you have solved the problem could you post the solution so that you can help anyone else with the same issue?

iwtbf 07-08-2009 08:27 PM

Quote:

Originally Posted by XavierP (Post 3601525)
If you have solved the problem could you post the solution so that you can help anyone else with the same issue?

Consider it done!


All times are GMT -5. The time now is 08:19 AM.