diff options
| -rw-r--r-- | mutt/default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mutt/default b/mutt/default index 4e1719c..f57f9ae 100644 --- a/mutt/default +++ b/mutt/default | |||
| @@ -31,6 +31,7 @@ set my_keep_lines1 = 0 | |||
| 31 | set my_keep_lines2 = 12 | 31 | set my_keep_lines2 = 12 |
| 32 | set pager_index_lines = $my_keep_lines1 | 32 | set pager_index_lines = $my_keep_lines1 |
| 33 | set markers = no # Remove '+' for long links with limited terminal width | 33 | set markers = no # Remove '+' for long links with limited terminal width |
| 34 | set reply_with_xorig = true | ||
| 34 | 35 | ||
| 35 | # Index format | 36 | # Index format |
| 36 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | 37 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" |
| @@ -42,7 +43,7 @@ index-format-hook date "~d<1y" "%[%b %d]" | |||
| 42 | index-format-hook date "~A" "%[%m/%y]" | 43 | index-format-hook date "~A" "%[%m/%y]" |
| 43 | 44 | ||
| 44 | # Preference | 45 | # Preference |
| 45 | alternative_order text/plain text/enriched text/html | 46 | alternative_order text/plain text/enriched text/html |
| 46 | # Auto convert text/html MIME type to text/plain | 47 | # Auto convert text/html MIME type to text/plain |
| 47 | auto_view text/html | 48 | auto_view text/html |
| 48 | # Macro to open html with css | 49 | # Macro to open html with css |