/[emacs]/emacs/lisp/gnus/nnimap.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nnimap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.5 by miles, Thu Sep 16 00:12:16 2004 UTC revision 1.6.2.6 by miles, Thu Sep 16 00:14:56 2004 UTC
# Line 723  If EXAMINE is non-nil the group is selec Line 723  If EXAMINE is non-nil the group is selec
723                       (int-to-string nnimap-server-port)                       (int-to-string nnimap-server-port)
724                     "imap"))                     "imap"))
725             (alist (or (gnus-netrc-machine list server port "imap")             (alist (or (gnus-netrc-machine list server port "imap")
726                          (gnus-netrc-machine list server port "imaps")
727                        (gnus-netrc-machine list                        (gnus-netrc-machine list
728                                            (or nnimap-server-address                                            (or nnimap-server-address
729                                                nnimap-address)                                                nnimap-address)
730                                            port "imap")))                                            port "imap")
731                          (gnus-netrc-machine list
732                                              (or nnimap-server-address
733                                                  nnimap-address)
734                                              port "imaps")))
735             (user (gnus-netrc-get alist "login"))             (user (gnus-netrc-get alist "login"))
736             (passwd (gnus-netrc-get alist "password")))             (passwd (gnus-netrc-get alist "password")))
737        (if (imap-authenticate user passwd nnimap-server-buffer)        (if (imap-authenticate user passwd nnimap-server-buffer)

Legend:
Removed from v.1.6.2.5  
changed lines
  Added in v.1.6.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26