welcome: please sign in

The following 59 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
add   and   can   change   Coop   dev   different   Drafts   echo   email   Faq   find   folder   following   for   format   have   However   http   in   index   it   macro   mailboxes   Maildir   mask   maxdepth   mbox   mutt   Mutt   muttrc   name   on   open   order   org   pager   postponed   printf   receive   record   send   Sent   server   set   spoolfile   the   to   toggle   trac   type   up   use   wiki   with   working   You   you   your  

Clear message
Edit

MemberManual / Email / Mutt

You can use Mutt to receive and send email on the HCoop server. However, in order to use Mutt, you have to set it up for working with the Maildir format; add the following to your .muttrc:

set mbox_type=Maildir
set folder="~/Maildir"
set mask="!^\\.[^.]"
set mbox="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
set spoolfile="~/Maildir"
mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+'%f' "`
macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"

MemberManual/Email/Mutt (last edited 2015-06-05 10:30:09 by DaniilFrumin)