diff options
| -rw-r--r-- | X11/openbox/rc.xml | 2 | ||||
| -rw-r--r-- | mutt/default | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 565abd9..a27914c 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -651,7 +651,7 @@ | |||
| 651 | xdotool search --name "@Mutt" windowactivate || \ | 651 | xdotool search --name "@Mutt" windowactivate || \ |
| 652 | alacritty --title @Mutt \ | 652 | alacritty --title @Mutt \ |
| 653 | --working-directory=/home/pham/Downloads \ | 653 | --working-directory=/home/pham/Downloads \ |
| 654 | -e ssh -t vps -- mutt | 654 | -e mutt |
| 655 | ' | 655 | ' |
| 656 | </command> | 656 | </command> |
| 657 | </action> | 657 | </action> |
diff --git a/mutt/default b/mutt/default index 01730a1..6aa58e1 100644 --- a/mutt/default +++ b/mutt/default | |||
| @@ -42,7 +42,7 @@ index-format-hook date "~d<1y" "%[%b %d]" | |||
| 42 | index-format-hook date "~A" "%[%Y-%m]" | 42 | index-format-hook date "~A" "%[%Y-%m]" |
| 43 | 43 | ||
| 44 | # Preference | 44 | # Preference |
| 45 | alternative_order text/plain text/enriched text/html | 45 | alternative_order text/html text/plain text/enriched |
| 46 | # Auto convert text/html MIME type to text/plain | 46 | # Auto convert text/html MIME type to text/plain |
| 47 | auto_view text/html | 47 | auto_view text/html |
| 48 | # Macro to open html with css | 48 | # Macro to open html with css |