Changes between Version 18 and Version 19 of MUA Configuration


Ignore:
Timestamp:
08/02/06 21:11:36 (20 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MUA Configuration

    v18 v19  
    8383On CAL configured workstations, you don't need to do any configuration to get `mutt` to work with your CAL mail account.  It is already set up, thanks to [source:/trunk/packages/cal-meta/src/cal-configured-workstation-config/etc/Muttrc.d/cal.rc /etc/Muttrc.d/cal.rc].
    8484
    85 On systems without properly configured [wiki:"krb5 libraries"], or systems outside of Pupin Hall, you probably want to add the following set of lines to `~/.muttrc` to be able to check your CAL mail with mutt: ''(note: replace "username" with your CAL username!)''
     85On systems without properly configured [wiki:"krb5 libraries"], or systems outside of Pupin Hall, you probably want to add the following set of lines to `~/.muttrc` to be able to check your CAL mail with mutt: ''(note: replace "foo" with your CAL username!)''
    8686{{{
    8787set imap_authenticators="login"
    88 set spoolfile="imap://username@mail.astro.columbia.edu/INBOX"
    89 set folder="imap://username@mail.astro.columbia.edu/INBOX"
     88set spoolfile="imap://foo@mail.astro.columbia.edu/INBOX"
     89set folder="imap://foo@mail.astro.columbia.edu/INBOX"
    9090set ssl_force_tls="yes"
    9191set record="=Sent"