diff options
| author | Syndamia <kamen@syndamia.com> | 2022-08-05 12:30:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-08-05 12:30:29 +0300 |
| commit | c91d299887d93d6e8940b80442bf6c2f10fe6a64 (patch) | |
| tree | 4669e410707026952d56f2cdae7764bf0a39773d /.claws-mail | |
| parent | 80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (diff) | |
| download | dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar.gz dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.zip | |
Added a lot of untracked files and updated other files
Diffstat (limited to '.claws-mail')
| -rw-r--r-- | .claws-mail/colorlabelrc | 7 | ||||
| -rw-r--r-- | .claws-mail/pagesetuprc | 10 | ||||
| -rw-r--r-- | .claws-mail/toolbar_compose.xml | 11 | ||||
| -rw-r--r-- | .claws-mail/toolbar_main.xml | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/.claws-mail/colorlabelrc b/.claws-mail/colorlabelrc new file mode 100644 index 0000000..9e5f5f8 --- /dev/null +++ b/.claws-mail/colorlabelrc @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.claws-mail/pagesetuprc b/.claws-mail/pagesetuprc new file mode 100644 index 0000000..e9374d8 --- /dev/null +++ b/.claws-mail/pagesetuprc @@ -0,0 +1,10 @@ +[Page Setup] +PPDName=A4 +DisplayName=A4 +Width=210 +Height=297 +MarginTop=6.3499999999999996 +MarginBottom=14.224 +MarginLeft=6.3499999999999996 +MarginRight=6.3499999999999996 +Orientation=portrait diff --git a/.claws-mail/toolbar_compose.xml b/.claws-mail/toolbar_compose.xml new file mode 100644 index 0000000..0dc3c87 --- /dev/null +++ b/.claws-mail/toolbar_compose.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<toolbar> + <item file="mail_send" text="Send" action="A_SEND"/> + <item file="mail_send_queue" text="Send later" action="A_SEND_LATER"/> + <item file="mail_draft" text="Draft" action="A_DRAFT"/> + <separator/> + <item file="insert_file" text="Insert" action="A_INSERT"/> + <item file="mail_attach" text="Attach" action="A_ATTACH"/> + <separator/> + <item file="address_book" text="Address" action="A_ADDRBOOK"/> +</toolbar> diff --git a/.claws-mail/toolbar_main.xml b/.claws-mail/toolbar_main.xml new file mode 100644 index 0000000..e67d25f --- /dev/null +++ b/.claws-mail/toolbar_main.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<toolbar> + <item file="mail_receive_all" text="Get Mail" action="A_RECEIVE_ALL"/> + <separator/> + <item file="mail_send_queue" text="Send" action="A_SEND_QUEUED"/> + <item file="mail_compose" text="Compose" action="A_COMPOSE_EMAIL"/> + <item file="notice_note" text="Proc" action="A_RUN_PROCESSING"/> + <separator/> + <item file="mail_reply" text="Reply" action="A_REPLY_MESSAGE"/> + <item file="mail_reply_to_all" text="All" action="A_REPLY_ALL"/> + <item file="mail_reply_to_author" text="Sender" action="A_REPLY_SENDER"/> + <item file="mail_forward" text="Forward" action="A_FORWARD"/> + <separator/> + <item file="trash_btn" text="Wastebin" action="A_TRASH"/> + <item file="spam_btn" text="Spam" action="A_LEARN_SPAM"/> + <separator/> + <item file="down_arrow" text="Next" action="A_GOTO_NEXT"/> +</toolbar> |
