Compare commits
2 commits
f6ffc5b306
...
96ac27190a
Author | SHA1 | Date | |
---|---|---|---|
Ryan Schanzenbacher | 96ac27190a | ||
Ryan Schanzenbacher | 863601f644 |
|
@ -439,7 +439,7 @@ file-picker-cmd=fzf --multi --query=%s
|
||||||
# text. To actually make use of this format's features, you'll need support in
|
# text. To actually make use of this format's features, you'll need support in
|
||||||
# your editor.
|
# your editor.
|
||||||
#
|
#
|
||||||
#format-flowed=false
|
format-flowed=true
|
||||||
|
|
||||||
[multipart-converters]
|
[multipart-converters]
|
||||||
#
|
#
|
||||||
|
@ -450,7 +450,7 @@ file-picker-cmd=fzf --multi --query=%s
|
||||||
#
|
#
|
||||||
# Example (obviously, this requires that you write your main text/plain body
|
# Example (obviously, this requires that you write your main text/plain body
|
||||||
# using the markdown syntax):
|
# using the markdown syntax):
|
||||||
text/html=pandoc --wrap=preserve -f markdown -t html --standalone
|
text/html=pandoc --wrap=preserve -f gfm+hard_line_breaks -t html --standalone
|
||||||
|
|
||||||
[filters]
|
[filters]
|
||||||
#
|
#
|
||||||
|
|
|
@ -36,7 +36,8 @@ V = :mark -v<Enter>
|
||||||
T = :toggle-threads<Enter>
|
T = :toggle-threads<Enter>
|
||||||
|
|
||||||
<Enter> = :view<Enter>
|
<Enter> = :view<Enter>
|
||||||
d = :prompt 'Really delete this message?' 'delete-message'<Enter>
|
dd = :mv Trash<Enter>
|
||||||
|
dg = :mv [Gmail]/Trash<Enter>
|
||||||
D = :delete<Enter>
|
D = :delete<Enter>
|
||||||
A = :archive year<Enter>
|
A = :archive year<Enter>
|
||||||
|
|
||||||
|
@ -69,7 +70,9 @@ O = :open<Enter>
|
||||||
S = :save<space>
|
S = :save<space>
|
||||||
| = :pipe<space>
|
| = :pipe<space>
|
||||||
D = :delete<Enter>
|
D = :delete<Enter>
|
||||||
A = :archive flat<Enter>
|
dd = :mv Trash<Enter>
|
||||||
|
dg = :mv [Gmail]/Trash<Enter>
|
||||||
|
A = :archive year<Enter>
|
||||||
|
|
||||||
<C-l> = :open-link <space>
|
<C-l> = :open-link <space>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue