Fix warnings
This commit is contained in:
parent
fdb5495db2
commit
7d26c92640
1 changed files with 3 additions and 9 deletions
|
@ -14,7 +14,7 @@
|
|||
[[http://developer.gnome.org/pango/stable/PangoMarkupFormat.html][Pango Markup Format]] for more info.
|
||||
|
||||
#+BEGIN_SRC conf-unix
|
||||
allow_markup = yes
|
||||
markup = full
|
||||
#+END_SRC
|
||||
|
||||
Show the summary and body in messages.
|
||||
|
@ -165,22 +165,16 @@
|
|||
icon_folders = /usr/share/icons/gnome/24x24/status/:/usr/share/icons/gnome/24x24/devices/:/usr/share/icons/hicolor/24x24/apps/
|
||||
#+END_SRC
|
||||
|
||||
* Frame
|
||||
|
||||
#+BEGIN_SRC conf-unix
|
||||
[frame]
|
||||
#+END_SRC
|
||||
|
||||
Show a border around each message.
|
||||
|
||||
#+BEGIN_SRC conf-unix
|
||||
width = 2
|
||||
frame_width = 2
|
||||
#+END_SRC
|
||||
|
||||
Give it a proper color.
|
||||
|
||||
#+BEGIN_SRC conf-unix
|
||||
color = "#3d3d3d"
|
||||
frame_color = "#3d3d3d"
|
||||
#+END_SRC
|
||||
|
||||
* Keyboard shortcuts
|
||||
|
|
Loading…
Reference in a new issue