Compare commits
No commits in common. "96ac27190a65af2b3519c32d3b4752f5e1a59d54" and "f6ffc5b30615f1d9962783a9758ff55e0088a779" have entirely different histories.
96ac27190a
...
f6ffc5b306
|
@ -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
|
||||
# your editor.
|
||||
#
|
||||
format-flowed=true
|
||||
#format-flowed=false
|
||||
|
||||
[multipart-converters]
|
||||
#
|
||||
|
@ -450,7 +450,7 @@ format-flowed=true
|
|||
#
|
||||
# Example (obviously, this requires that you write your main text/plain body
|
||||
# using the markdown syntax):
|
||||
text/html=pandoc --wrap=preserve -f gfm+hard_line_breaks -t html --standalone
|
||||
text/html=pandoc --wrap=preserve -f markdown -t html --standalone
|
||||
|
||||
[filters]
|
||||
#
|
||||
|
|
|
@ -36,8 +36,7 @@ V = :mark -v<Enter>
|
|||
T = :toggle-threads<Enter>
|
||||
|
||||
<Enter> = :view<Enter>
|
||||
dd = :mv Trash<Enter>
|
||||
dg = :mv [Gmail]/Trash<Enter>
|
||||
d = :prompt 'Really delete this message?' 'delete-message'<Enter>
|
||||
D = :delete<Enter>
|
||||
A = :archive year<Enter>
|
||||
|
||||
|
@ -70,9 +69,7 @@ O = :open<Enter>
|
|||
S = :save<space>
|
||||
| = :pipe<space>
|
||||
D = :delete<Enter>
|
||||
dd = :mv Trash<Enter>
|
||||
dg = :mv [Gmail]/Trash<Enter>
|
||||
A = :archive year<Enter>
|
||||
A = :archive flat<Enter>
|
||||
|
||||
<C-l> = :open-link <space>
|
||||
|
||||
|
|
Loading…
Reference in a new issue