sudo apt-get install openssl mutt
# ~/.muttrc
set imap_user = "username@gmail.com"
set imap_pass = "password"
set smtp_url = "smtp://username@smtp.gmail.com:587/"
set smtp_pass = "password"
set from = "username@gmail.com"
set realname = "Your Real Name"
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 certificate_file=~/.mutt/certificates
set move = no
# Keymaps
j = next message
k = prev message
/ = search emails
c = change mail folder
Monday, August 31, 2009
Using Mutt to manage your Gmail
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(143)
-
▼
August
(20)
- Open previously closed tabs in Firefox
- Using Mutt to manage your Gmail
- Create & serve a Sinatra app on your iPhone
- Search and Replace in VIM
- Breaking Cucumber feature tests into separate smal...
- Calendar Date Select gem for Rails
- Reload current file in VIM
- Bluetooth tethering your iPhone to Ubuntu (works o...
- Common regular expresssions
- Cucumber > 0.3.7 freezes hash table and changes lo...
- Tech user groups, websites, events and calendars i...
- Shortcut key maps for Vim in normal mode
- Smarter visual highlight in VIM
- Implementing "google search" like search field usi...
- Avoid multi-level associations using named scope
- Table sort with Searchlogic
- Usefulness of named scope in remote console
- Using Searchlogic and Will Paginate
- Check size of folders in terminal
- Toggling between gnome terminal tabs
-
▼
August
(20)
No comments:
Post a Comment