basic - continued
Knapp
magick.crow at gmail.com
Fri Feb 12 19:04:24 UTC 2010
> Ahhh....I see (said the blind man). So is there a setting that I can
> change on gmail/evolution, or do I have to download another (real) email
> client?
>
> Rafiq Hajat
The hard part is setting up the .muttrc here is mine, just change the
password and name and you should be good to go. I have vim sett as the
editor. I have not tested sending emails yet. Just playing with it.
I just click the reply button in gmail and have never had any
complaints but then I don't change the subject line. I have also been
playing with mutt and gmail. Works well and that is as real Linux as
you can get.
# Setting up IMAP
set from = "magick.crow at gmail.com"
set realname = "Douglas"
set imap_user = "magick.crow at gmail.com"
set imap_pass = "34534534534"
set spoolfile = imaps://imap.gmail.com:993/INBOX
# Remote Folders
set folder = imaps://imap.gmail.com:993
set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
set trash = "imaps://imap.gmail.com/[Gmail]/Trash"
# Local folders
set header_cache="~/.mutt/cache/headers"
set message_cachedir="~/.mutt/cache/bodies"
set certificate_file=~/.mutt/certificates
# SMTP
set smtp_url = "smtp://magick.crow@smtp.gmail.com:587/"
set smtp_pass = "345345345345"
set sort=threads
set pager_index_lines=5#You might want to increase this
set pager_context=1
set index_format='%4C %Z %{%b %d} %-15.15F (%4l) %s'
# Special keybindings
bind editor <space> noop
macro index gi "<change-folder> =INBOX<enter>" "Go to inbox"
macro index ga "<change-folder> =[Gmail]/All Mail<enter>" "Go to all mail"
macro index gs "<change-folder> =[Gmail]/Sent Mail<enter>" "Go to Sent Mail"
macro index gd "<change-folder> =[Gmail]/Drafts<enter>" "Go to drafts"
# Secure your muttsession
set move = no #Stop asking to "move read messages to mbox"!
set imap_keepalive = 900
# Header stuff
ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc
ignore *
unignore from: date subject to cc
unignore x-mailing-list: posted-to:
unignore x-mailer:
# For better looks
set markers=no # don't put '+' at the beginning of wrapped lines
set pager_index_lines= 5 # how large is the index window?
set sort = 'threads'
set sort_aux = 'last-date-received'
set imap_check_subscribed
# My Editor
set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set nocp" -c "?^$"'
# My Rolodeck :)
set alias_file= ~/.mutt/aliases
set sort_alias= alias
set reverse_alias=yes
source $alias_file
# Different colors for different levels of quoting
color quoted magenta black
color quoted1 blue black
color quoted2 red black
color quoted3 yellow black
color quoted4 cyan black
color quoted5 blue black
color quoted6 magenta black
color quoted7 red black
color quoted8 yellow black
color quoted9 cyan black
color signature blue default
--
Douglas E Knapp
Open Source Sci-Fi mmoRPG Game project.
http://sf-journey-creations.wikispot.org/Front_Page
http://code.google.com/p/perspectiveproject/
More information about the ubuntu-users
mailing list