diff --git a/dotfiles/mail.org b/dotfiles/mail.org index eca9941..202eeed 100644 --- a/dotfiles/mail.org +++ b/dotfiles/mail.org @@ -832,9 +832,9 @@ Enter Command *** Sidebar #+BEGIN_SRC conf - bind index,pager \Ck sidebar-prev - bind index,pager \Cj sidebar-next - bind index,pager \Cl sidebar-open + bind index,pager \Cp sidebar-prev + bind index,pager \Cn sidebar-next + bind index,pager \Co sidebar-open bind index,pager \Ch sidebar-toggle-visible #+END_SRC @@ -1200,6 +1200,7 @@ This empty code block is used to add a new line after signature # set pipe_decode # strip headers and eval mimes when piping set thorough_search # strip headers and eval mimes before searching set send_charset="us-ascii:utf-8:iso-8859-1" + set sendmail_wait = 0 # no please don't silently fail, email is important set use_from # respect the From: address the editor sends back # Use Vim to compose email, with a few default options. @@ -1332,24 +1333,6 @@ This empty code block is used to add a new line after signature *** Mailboxes to show in the sidebar. #+BEGIN_SRC conf - # mailboxes \ - # +search \ - # +gmail/Inbox \ - # +gmail/Archive \ - # +gmail/Drafts \ - # +gmail/Sent \ - # +gmail/Trash \ - # +esrf/Inbox \ - # +esrf/Archive \ - # +esrf/Drafts \ - # +esrf/Sent \ - # +esrf/Trash \ - # +ulg/Inbox \ - # +ulg/Archive \ - # +ulg/Drafts \ - # +ulg/Sent \ - # +ulg/Trash \ - named-mailboxes "  Search" =search named-mailboxes " GMAIL" =empty/gmail named-mailboxes "  Inbox" =gmail/Inbox @@ -1375,8 +1358,9 @@ This empty code block is used to add a new line after signature named-mailboxes "  Drafts" =uliege/Drafts named-mailboxes " ﮊ Archive" =uliege/Archive named-mailboxes "  Trash" =uliege/Trash +#+END_SRC - set sendmail_wait = 0 # no please don't silently fail, email is important +#+BEGIN_SRC conf unset move #+END_SRC