Create a file named .muttrc in your home directory with the following content:
# -------------------------- set pop_user="[EMAIL PROTECTED]" set pop_pass="password" ignore * unignore From: To: Cc: Subject: Date: set from="[EMAIL PROTECTED]" set use_from=yes set envelope_from="yes" set editor=vim # -------------------------- Change the appropriate values, and then run mutt. If you use IMAP instead of POP3, then change the first two lines to: set imap_user="[EMAIL PROTECTED]" set imap_pass="password" Hope this helps. On Wed, May 14, 2008 at 7:38 AM, Masum Masum <[EMAIL PROTECTED]> wrote: > how to configure mutt to fetch gmail? > > > > > On Wed, May 14, 2008 at 7:22 AM, Russell John <[EMAIL PROTECTED]> wrote: > > VIM is the coolest text editor ever! Install vimtutor, it'll teach > > you how to use it. I use it 99% time I need to edit a file. > > > > It's worth learning it, trust me. :) > > > > > > On Wed, May 14, 2008 at 6:51 AM, raihan hasnain <[EMAIL PROTECTED]> > wrote: > > > > > > > > > > > Lynx is another CLI web browser. > > > nano is my favorite text editor. (i can't use vim :p) > > > mplayer can be used from terminal as well. > > > > > > > > > On Wed, May 14, 2008 at 6:00 AM, Masum Masum <[EMAIL PROTECTED]> > wrote: > > > > > > > > > > > I love Linux for its powerful Command Line (For Eye-candy effects > also). > > > However I am using elinks - a terminal base browser. and Cplay - another > > > terminal based player.And also vi. Anyone knows any other programs like > > > these? > > > > > > > > -- > > > > ubuntu-bd mailing list > > > > [email protected] > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > > > > > > > > > > > > > > > > > -- > > > ubuntu-bd mailing list > > > [email protected] > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > > > > > > > > > > > > > > > > -- > > Your mouse has moved. Windows NT must be restarted for the change to > > take effect. Reboot now? [ OK ] > > > > -- > > > > > > > > ubuntu-bd mailing list > > [email protected] > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > > > > > -- > ubuntu-bd mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > > -- Your mouse has moved. Windows NT must be restarted for the change to take effect. Reboot now? [ OK ] -- ubuntu-bd mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
