Compare commits

..

No commits in common. "96ac27190a65af2b3519c32d3b4752f5e1a59d54" and "f6ffc5b30615f1d9962783a9758ff55e0088a779" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -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=true #format-flowed=false
[multipart-converters] [multipart-converters]
# #
@ -450,7 +450,7 @@ format-flowed=true
# #
# 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 gfm+hard_line_breaks -t html --standalone text/html=pandoc --wrap=preserve -f markdown -t html --standalone
[filters] [filters]
# #

View file

@ -36,8 +36,7 @@ V = :mark -v<Enter>
T = :toggle-threads<Enter> T = :toggle-threads<Enter>
<Enter> = :view<Enter> <Enter> = :view<Enter>
dd = :mv Trash<Enter> d = :prompt 'Really delete this message?' 'delete-message'<Enter>
dg = :mv [Gmail]/Trash<Enter>
D = :delete<Enter> D = :delete<Enter>
A = :archive year<Enter> A = :archive year<Enter>
@ -70,9 +69,7 @@ O = :open<Enter>
S = :save<space> S = :save<space>
| = :pipe<space> | = :pipe<space>
D = :delete<Enter> D = :delete<Enter>
dd = :mv Trash<Enter> A = :archive flat<Enter>
dg = :mv [Gmail]/Trash<Enter>
A = :archive year<Enter>
<C-l> = :open-link <space> <C-l> = :open-link <space>