Jump to content

Mutt: Difference between revisions

734 bytes added ,  2 June 2011
no edit summary
(Removed the segment on fast-storage as it is no longer relavent.)
No edit summary
 
Line 85: Line 85:


Another [http://www.redbrick.dcu.ie/help/tutorials/spam/procmailrc example] or [http://www.redbrick.dcu.ie/~receive/configfiles/procmailrc two] of procmailrc here
Another [http://www.redbrick.dcu.ie/help/tutorials/spam/procmailrc example] or [http://www.redbrick.dcu.ie/~receive/configfiles/procmailrc two] of procmailrc here
== Using mutt to read your gmail with IMAP ==
=== Proxy ===
Mutt will need to be launched with <tt>tsocks</tt> to get around the DCU proxy.
alias mutt='tsocks mutt'
=== muttrc ===
set from = "Your Name <your_email@gmail.com>"
set imap_user = "your_email@gmail.com"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "=INBOX"
set postponed = "=[Gmail]/Drafts"
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set move = no
set pager_index_lines=10
set sort=threads
set markers=no
set timeout=300
macro index q '<change-folder>?<toggle-mailboxes>'
macro browser q '<exit><quit>'
bind index G imap-fetch-mail
bind browser G check-new
mailboxes =INBOX =Facefuck =rb


[[Category:Helpdesk]]
[[Category:Helpdesk]]
16

edits