diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-11-07 15:37:08 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-11-07 15:37:08 +0100 |
| commit | c736c0068507bc1101268f944b7788375ebe6011 (patch) | |
| tree | 1bf0072b654a8fa5a50d4f1f5105b4b08843772a /claws/claws-mail | |
| parent | f4b1af3b990e9d724f49ecc4f735e48c6884b6e4 (diff) | |
.
Diffstat (limited to 'claws/claws-mail')
| -rwxr-xr-x | claws/claws-mail | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/claws/claws-mail b/claws/claws-mail new file mode 100755 index 0000000..da73064 --- /dev/null +++ b/claws/claws-mail @@ -0,0 +1,15 @@ +#!/bin/sh + +sed -i \ + "s/^mainwin_maximised=.*$/mainwin_maximised=0/g" \ + "s/^main_messagewin_x=.*$/main_messagewin_x=256/g" \ + "s/^main_messagewin_y=.*$/main_messagewin_y=210/g" \ + "s/^messageview_width=.*$/messageview_width=971/g" \ + "s/^messageview_height=.*$/messageview_height=513/g" \ + "s/^mainview_width=.*$/mainview_width=971/g" \ + "s/^mainview_height=.*$/mainview_height=909/g" \ + "s/^mainwin_width=.*$/mainwin_width=1291/g" \ + "s/^mainwin_height=.*$/mainwin_height=909/g" \ + ~/.claws-mail/clawsrc + +exec /usr/bin/claws-mail "$@" |
