task | updates for aerc and notmuch
This commit is contained in:
parent
576eac47f1
commit
b0809fabb4
4 changed files with 15 additions and 6 deletions
|
|
@ -83,6 +83,10 @@
|
|||
source = ./files/aerc/binds.conf;
|
||||
target = "aerc/binds.conf";
|
||||
};
|
||||
xdg.configFile."aerc/map.conf" = {
|
||||
source = ./files/aerc/binds.conf;
|
||||
target = "aerc/map.conf";
|
||||
};
|
||||
xdg.configFile."aerc/stylesets" = {
|
||||
source = ./files/aerc/stylesets;
|
||||
recursive = true;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ S = :move SPAM<space>
|
|||
# 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 = :modify-labels +archive<Enter>:move All-Mail<Enter>
|
||||
a = :archive flat<Enter>
|
||||
A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter>
|
||||
|
||||
|
|
@ -119,7 +119,7 @@ S = :move SPAM<space>
|
|||
# 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 = :modify-labels +archive<Enter>:move All-Mail<Enter>
|
||||
|
||||
<C-l> = :open-link <space>
|
||||
|
||||
|
|
@ -130,15 +130,16 @@ rr = :reply<Enter>
|
|||
rq = :reply -q<Enter>
|
||||
|
||||
H = :toggle-headers<Enter>
|
||||
<C-k> = :prev-part<Enter>
|
||||
<C-o> = :prev-part<Enter>
|
||||
<C-Up> = :prev-part<Enter>
|
||||
<C-j> = :next-part<Enter>
|
||||
<C-i> = :next-part<Enter>
|
||||
<C-Down> = :next-part<Enter>
|
||||
J = :next<Enter>
|
||||
j = :next<Enter>
|
||||
<C-Right> = :next<Enter>
|
||||
K = :prev<Enter>
|
||||
k = :prev<Enter>
|
||||
O = :open<Enter>
|
||||
<C-Left> = :prev<Enter>
|
||||
|
||||
[view::passthrough]
|
||||
|
|
|
|||
6
home/common/files/aerc/map.conf
Normal file
6
home/common/files/aerc/map.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Inbox=tag:inbox and not tag:archived and not tag:deleted and not tag:archive
|
||||
news=tag:news and not tag:archived and not tag:deleted and not tag:archive
|
||||
pen=tag:pen and not tag:archived and not tag:deleted and not tag:archive
|
||||
mailing-lists=tag:mailing-lists and not tag:archived and not tag:deleted and not tag:archive
|
||||
development=tag:development and not tag:archived and not tag:deleted and not tag:archive
|
||||
SPAM=tag:SPAM and not tag:archived and not tag:deleted
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
exit
|
||||
|
||||
addtag() {
|
||||
tags="${1}"
|
||||
field="${2}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue