mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Merge branch 'master' of github.com:alrayyes/dotfiles
This commit is contained in:
commit
9e6bfadc9f
@ -21,7 +21,7 @@ set spoolfile = "+INBOX"
|
|||||||
set record = "+Sent"
|
set record = "+Sent"
|
||||||
set postponed = "+Drafts"
|
set postponed = "+Drafts"
|
||||||
set trash = "+Trash"
|
set trash = "+Trash"
|
||||||
mailboxes =ryankes ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" "=INBOX.Postmaster" "=INBOX.Watchtower"
|
mailboxes =ryankes ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive"
|
||||||
macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" # mw-autogenerated
|
macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox" # mw-autogenerated
|
||||||
macro index,pager Mi "<save-message>=INBOX<enter>" "move mail to inbox" # mw-autogenerated
|
macro index,pager Mi "<save-message>=INBOX<enter>" "move mail to inbox" # mw-autogenerated
|
||||||
macro index,pager Ci "<copy-message>=INBOX<enter>" "copy mail to inbox" # mw-autogenerated
|
macro index,pager Ci "<copy-message>=INBOX<enter>" "copy mail to inbox" # mw-autogenerated
|
||||||
|
@ -19,7 +19,7 @@ Flatten .
|
|||||||
Channel ryankes-all
|
Channel ryankes-all
|
||||||
Master :ryankes-remote:
|
Master :ryankes-remote:
|
||||||
Slave :ryankes-local:
|
Slave :ryankes-local:
|
||||||
Patterns INBOX* Trash Drafts Sent Archive Spam
|
Patterns INBOX* Trash Drafts Sent Archive* Spam
|
||||||
|
|
||||||
Group ryankes
|
Group ryankes
|
||||||
Channel ryankes-all
|
Channel ryankes-all
|
||||||
|
33
weechat/.weechat/spell.conf
Normal file
33
weechat/.weechat/spell.conf
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#
|
||||||
|
# weechat -- spell.conf
|
||||||
|
#
|
||||||
|
# WARNING: It is NOT recommended to edit this file by hand,
|
||||||
|
# especially if WeeChat is running.
|
||||||
|
#
|
||||||
|
# Use /set or similar command to change settings in WeeChat.
|
||||||
|
#
|
||||||
|
# For more info, see: https://weechat.org/doc/quickstart
|
||||||
|
#
|
||||||
|
|
||||||
|
[color]
|
||||||
|
misspelled = lightred
|
||||||
|
suggestion = default
|
||||||
|
suggestion_delimiter_dict = cyan
|
||||||
|
suggestion_delimiter_word = cyan
|
||||||
|
|
||||||
|
[check]
|
||||||
|
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||||
|
default_dict = ""
|
||||||
|
during_search = off
|
||||||
|
enabled = off
|
||||||
|
real_time = off
|
||||||
|
suggestions = -1
|
||||||
|
word_min_length = 2
|
||||||
|
|
||||||
|
[dict]
|
||||||
|
|
||||||
|
[look]
|
||||||
|
suggestion_delimiter_dict = " / "
|
||||||
|
suggestion_delimiter_word = ","
|
||||||
|
|
||||||
|
[option]
|
Loading…
Reference in New Issue
Block a user