Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. set from = "yourusername@gmail.com"
  2. set realname = "Your Real Name"
  3.  
  4. set imap_user = "yourusername@gmail.com"
  5. set imap_pass = "yourpassword"
  6.  
  7. $ mutt
  8. Error in $HOME/.muttrc, line 12: imap_user: unknown variable
  9. Error in $HOME/.muttrc, line 13: imap_pass: unknown variable
  10. source: errors in $HOME/.muttrc
  11. Press any key to continue...
  12.  
  13. $ mutt -v
  14. Mutt 1.5.21 (2010-09-15)
  15. Copyright (C) 1996-2009 Michael R. Elkins and others.
  16. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
  17. Mutt is free software, and you are welcome to redistribute it
  18. under certain conditions; type `mutt -vv' for details.
  19.  
  20. System: Darwin 11.3.0 (x86_64)
  21. ncurses: ncurses 5.9.20110404 (compiled with 5.9)
  22. libiconv: 1.14
  23. libidn: 1.22 (compiled with 1.22)
  24. Compile options:
  25. -DOMAIN
  26. -DEBUG
  27. -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK
  28. +USE_POP +USE_IMAP -USE_SMTP
  29. -USE_SSL_OPENSSL -USE_SSL_GNUTLS -USE_SASL -USE_GSS +HAVE_GETADDRINFO
  30. +HAVE_REGCOMP -USE_GNU_REGEX
  31. +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
  32. +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
  33. +CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME -CRYPT_BACKEND_GPGME
  34. -EXACT_ADDRESS -SUN_ATTACHMENT
  35. +ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
  36. +HAVE_ICONV -ICONV_NONTRANS +HAVE_LIBIDN +HAVE_GETSID -USE_HCACHE
  37. -ISPELL
  38. SENDMAIL="/usr/sbin/sendmail"
  39. MAILPATH="/var/mail"
  40. PKGDATADIR="/opt/local/share/mutt"
  41. SYSCONFDIR="/opt/local/etc"
  42. EXECSHELL="/bin/sh"
  43. -MIXMASTER
  44. To contact the developers, please mail to <mutt-dev@mutt.org>.
  45. To report a bug, please visit http://bugs.mutt.org/.
  46.  
  47. Connecting to gmail.com...
  48.  
  49. Error in $HOME/.muttrc line 9: trash: unknown variable
  50. Error in $HOME/.muttrc, line 11: header_cache: unknown variable
  51.  
  52. set imap_user = "YOUR.EMAIL@gmail.com"
  53. set imap_pass = "PASSWORD"
  54. set folder = "imaps://imap.gmail.com:993"
  55. set spoolfile = "+INBOX"
  56.  
  57. set smtp_url = "smtp://yourusername@smtp.gmail.com:587/"
  58. set smtp_pass = "yourpassword"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement