home/aerc | more updates

This commit is contained in:
Don Harper 2025-07-11 20:23:09 -05:00
parent 07e0513da0
commit 445b5c7e0c
3 changed files with 14 additions and 9 deletions

View file

@ -14,10 +14,10 @@
{{- (map .Labels (exclude .Folder) (exclude "replied|passed|attachment|flagged|unread|draft") | join ",") -}}''; {{- (map .Labels (exclude .Folder) (exclude "replied|passed|attachment|flagged|unread|draft") | join ",") -}}'';
}; };
hooks = { # hooks = {
aerc-startup = # aerc-startup =
"aerc :terminal ikhal && aerc :terminal domailtask.sh && aerc :next-tab"; # "aerc :terminal ikhal && aerc :terminal domailtask.sh && aerc :next-tab";
}; # };
viewer = { viewer = {
alternatives = "text/html,text/plain"; alternatives = "text/html,text/plain";

View file

@ -60,8 +60,10 @@ zb = :align bottom<Enter>
# d = :choose -o y 'Really delete this message' delete-message<Enter> # d = :choose -o y 'Really delete this message' delete-message<Enter>
S = :move SPAM<space> S = :move SPAM<space>
@ = :move Inbox<Enter> @ = :move Inbox<Enter>
D = :read<Enter>:move Trash<Enter> # D = :read<Enter>:move Trash<Enter>
d = :read<Enter>:move Trash<Enter> # d = :read<Enter>:move Trash<Enter>
D = :modify-labels +deleted<Enter>:read<Enter>:move Trash<Enter>
d = :modify-labels +deleted<Enter>:read<Enter>:move Trash<Enter>
y = :move All-Mail<Enter> y = :move All-Mail<Enter>
a = :archive flat<Enter> a = :archive flat<Enter>
A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter> A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter>
@ -111,8 +113,10 @@ o = :pipe urlscan --run-safe myweb --pipe -c -d<Enter>
A = :archive flat<Enter> A = :archive flat<Enter>
S = :move SPAM<space> S = :move SPAM<space>
@ = :move Inbox<Enter> @ = :move Inbox<Enter>
D = :read<Enter>:move Trash<Enter> # D = :read<Enter>:move Trash<Enter>
d = :read<Enter>:move Trash<Enter> # d = :read<Enter>:move Trash<Enter>
D = :modify-labels +deleted<Enter>:read<Enter>:move Trash<Enter>
d = :modify-labels +deleted<Enter>:read<Enter>:move Trash<Enter>
y = :move All-Mail<Enter> y = :move All-Mail<Enter>
<C-l> = :open-link <space> <C-l> = :open-link <space>

View file

@ -13,7 +13,7 @@
programs.notmuch = { programs.notmuch = {
enable = true; enable = true;
new = { new = {
tags = [ "unread" "inbox" ]; tags = [ "new" "unread" "inbox" ];
ignore = [ ignore = [
".mbsyncstate" ".mbsyncstate"
".uidvalidity" ".uidvalidity"
@ -22,6 +22,7 @@
".mbsyncstate.lock" ".mbsyncstate.lock"
]; ];
}; };
maildir.synchronizeFlags = true;
extraConfig = { extraConfig = {
database = { database = {
path = "/home/don/Mail"; path = "/home/don/Mail";