diff options
| author | David Kaufmann <astra@ionic.at> | 2022-11-30 21:19:03 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2022-11-30 21:19:03 +0100 |
| commit | d4fd673d2c64db1cb747bb8155aa4052a8c03296 (patch) | |
| tree | ca0beb5ab1b0beff7cb44ca0865f11fea140b61d /home | |
| parent | 0ce1894a2aff68d1a366f82a562e18fbe937d64c (diff) | |
| download | config-d4fd673d2c64db1cb747bb8155aa4052a8c03296.tar.gz | |
update stuff
Diffstat (limited to 'home')
| -rw-r--r-- | home/.config/neomutt/muttrc | 4 | ||||
| -rw-r--r-- | home/.gitconfig | 6 | ||||
| -rw-r--r-- | home/.mutt/muttrc | 4 | ||||
| -rw-r--r-- | home/var/system/config-updater/post-update | 4 |
4 files changed, 13 insertions, 5 deletions
diff --git a/home/.config/neomutt/muttrc b/home/.config/neomutt/muttrc index cc5e42f..aaa1427 100644 --- a/home/.config/neomutt/muttrc +++ b/home/.config/neomutt/muttrc @@ -24,6 +24,9 @@ set postponed="+.Postponed" # mailbox to store postponed messages in set abort_unmodified=yes # automatically abort replies if I don't # change the message +#forgotten-attachment +set abort_noattach = ask-yes +set abort_noattach_regex = "\\<(anhängen|angehängt|anhang|anhänge|hängt an|attach(|ed|ments?))\\>" set alias_file=~/.mail_aliases # where I keep my aliases set allow_8bit # never do Q-P encoding on legal 8-bit chars set arrow_cursor # use -> instead of hiliting the whole line @@ -253,6 +256,7 @@ bind pager G bottom # just like vi and less #macro pager X "<pipe-message> morepgp<Enter>" # pipe PGP message to a script macro index,pager c "<change-folder>?" "open a different folder" +macro index,pager \Cx ":source $HOME/.config/neomutt/filters/folderchange.sh|<enter>" "open a different folder" macro index,pager C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox" macro index,pager M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox" diff --git a/home/.gitconfig b/home/.gitconfig index c35fe89..5a3a133 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -4,7 +4,7 @@ wdiff = diff --word-diff [branch] - autosetuprebase = always + autoSetupRebase = always [branch "master"] merge = refs/heads/master @@ -20,7 +20,7 @@ [core] abbrev = 12 autocrlf = input - excludesfile = /home/astra/.gitignore + excludesFile = /home/astra/.gitignore [merge] tool = meld @@ -35,7 +35,7 @@ default = upstream [rebase] - autostash = true + autoStash = true stat = true [remote "origin"] diff --git a/home/.mutt/muttrc b/home/.mutt/muttrc index ee0fc1a..828f119 100644 --- a/home/.mutt/muttrc +++ b/home/.mutt/muttrc @@ -24,6 +24,9 @@ set postponed="+.Postponed" # mailbox to store postponed messages in set abort_unmodified=yes # automatically abort replies if I don't # change the message +#forgotten-attachment +set abort_noattach = ask-yes +set abort_noattach_regex = "\\<(anhängen|angehängt|anhang|anhänge|hängt an|attach(|ed|ments?))\\>" set alias_file=~/.mail_aliases # where I keep my aliases set allow_8bit # never do Q-P encoding on legal 8-bit chars set arrow_cursor # use -> instead of hiliting the whole line @@ -237,6 +240,7 @@ bind pager G bottom # just like vi and less #macro pager X "<pipe-message> morepgp<Enter>" # pipe PGP message to a script macro index,pager c "<change-folder>?<toggle-mailboxes>" "open a different folder" +macro index,pager \Cx ":source $HOME/.config/neomutt/filters/folderchange.sh|<enter>" "open a different folder" macro index,pager C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox" macro index,pager M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox" diff --git a/home/var/system/config-updater/post-update b/home/var/system/config-updater/post-update index e2560f0..1a03de1 100644 --- a/home/var/system/config-updater/post-update +++ b/home/var/system/config-updater/post-update @@ -2,9 +2,9 @@ rm -f this_file_will_be_deleted rm -f bin/config-update.sh if ! [ -d $HOME/.oh-my-zsh ]; then if which curl >/dev/null ; then - sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" elif which wget >/dev/null ; then - sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" + sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" fi fi rm -f .zshrc.pre-oh-my-zsh |
