mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-12-03 09:56:30 +00:00
Track tagging scripts in external repository
This commit is contained in:
parent
7221f4e5ff
commit
ad266e7ff2
10 changed files with 11 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,8 +1,5 @@
|
|||
entropy/mail/.mbsyncrc
|
||||
entropy/mail/.msmtprc
|
||||
entropy/mail/neomutt/signature.txt
|
||||
entropy/mail/neomutt/notmuch-hook.sh
|
||||
entropy/mail/neomutt/whoami.muttrc
|
||||
entropy/vpn/credentials.txt
|
||||
entropy/vpn/openconnect.txt
|
||||
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
|||
[submodule "tycho/mail/neomutt/themes"]
|
||||
path = tycho/mail/neomutt/themes
|
||||
url = git@github.com:sheoak/neomutt-powerline-nerdfonts.git
|
||||
[submodule "entropy/mail/neomutt/mailsettings"]
|
||||
path = entropy/mail/neomutt/mailsettings
|
||||
url = git@code.dummyco.de:feliix42/mailsettings.git
|
||||
|
|
|
@ -12,7 +12,7 @@ set record = =Sent
|
|||
# NOTE: disabled for notmuch
|
||||
# mailboxes "=Inbox" "=Trash" "=Sent" "=Drafts"
|
||||
|
||||
macro index \CS "<shell-escape>mbsync tu-dresden<enter>"
|
||||
macro index \CS "<shell-escape>mbsync -a; ~/.config/neomutt/notmuch-hook.sh<enter>"
|
||||
|
||||
set signature = "~/.config/neomutt/signature.txt"
|
||||
|
||||
|
|
1
entropy/mail/neomutt/mailsettings
Submodule
1
entropy/mail/neomutt/mailsettings
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 03d0a78203b5aa87c49ee84274cd90f45b767345
|
1
entropy/mail/neomutt/notmuch-hook.sh
Symbolic link
1
entropy/mail/neomutt/notmuch-hook.sh
Symbolic link
|
@ -0,0 +1 @@
|
|||
mailsettings/notmuch-hook.sh
|
1
entropy/mail/neomutt/signature.txt
Symbolic link
1
entropy/mail/neomutt/signature.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
mailsettings/signature.txt
|
1
entropy/mail/neomutt/whoami.muttrc
Symbolic link
1
entropy/mail/neomutt/whoami.muttrc
Symbolic link
|
@ -0,0 +1 @@
|
|||
mailsettings/whoami.muttrc
|
|
@ -203,6 +203,7 @@ in
|
|||
msmtp
|
||||
neomutt urlview
|
||||
notmuch
|
||||
aspell # spell checking in mail
|
||||
## Rust
|
||||
rustup
|
||||
cargo-flamegraph
|
||||
|
|
|
@ -263,7 +263,7 @@ for_window [title="zoom"] floating enable
|
|||
bindsym $mod+c exec grimshot --notify save area
|
||||
|
||||
# quick access to mail
|
||||
bindsym $mod+m exec 'alacritty -e neomutt -f "notmuch://?query=tag:unread"'
|
||||
bindsym $mod+m exec 'alacritty -e neomutt -f "notmuch://?query=tag:unread and tag:inbox"'
|
||||
|
||||
bindsym $mod+x exec 'swaylock --screenshots --effect-blur 5x5 --effect-greyscale --fade-in 0.5'
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"format": " {}",
|
||||
"max-length": 10,
|
||||
"interval": 60,
|
||||
"exec": "notmuch count tag:unread",
|
||||
"exec": "notmuch count tag:unread and tag:inbox",
|
||||
"exec-if": "[ $(notmuch count tag:unread) != 0 ]",
|
||||
"on-click": "alacritty -e neomutt -f 'notmuch://?query=tag:unread'"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue