• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/gnus/

Lines Matching +defs:open +defs:line

32 ;; work. `w3' must be 4.0pre46+one-line-cookie patch or standalone
68 ;; Hotmail hate other HTTP user agents and use one line cookie
71 (open-url "http://www.hotmail.com/")
72 (open-snarf . webmail-hotmail-open)
87 (open-url "http://mail.yahoo.com/")
88 (open-snarf . webmail-yahoo-open)
104 (open-url "http://www.netaddress.com/")
105 (open-snarf . webmail-netaddress-open)
124 (open-url "http://ureg.netscape.com/iiop/UReg2/login/login?U2_LA=en&U2_BACK_FROM_CJ=true&U2_CS=iso-8859-1&U2_ENDURL=http://webmail.netscape.com/tpl/Subscribe/Step1&U2_NEW_ENDURL=http://webmail.netscape.com/tpl/Subscribe/Step1&U2_EXITURL=http://home.netscape.com/&U2_SOURCE=Webmail")
125 (open-snarf . webmail-netscape-open)
144 ;;(open-snarf . webmail-my-deja-open)
156 login-url login-snarf open-url open-snarf site articles
179 (defvar webmail-open-snarf nil)
180 (defvar webmail-open-url nil)
260 (defvar url-cookie-multiple-line)
302 (url-cookie-multiple-line (if (memq 'cookie webmail-paranoid)
304 url-cookie-multiple-line))
314 (when webmail-open-url
316 (webmail-url webmail-open-url))
317 (if webmail-open-snarf (funcall webmail-open-snarf))
362 (defun webmail-hotmail-open ()
367 (webmail-error "open@1")))
443 (forward-line))
535 ;; Some blank line to seperate mails.
543 (forward-line -1)
555 (beginning-of-line)
561 (defun webmail-yahoo-open ()
565 (webmail-error "open@1")))
664 ;; Some blank line to seperate mails.
672 (forward-line -1)
683 (beginning-of-line)
689 (defun webmail-netscape-open ()
698 (defun webmail-netaddress-open ()
701 (setq webmail-aux (concat (car webmail-open-url) (match-string 1)))
702 (webmail-error "open@1")))
789 (forward-line 14)
816 (mm-url-insert (concat (car webmail-open-url) attachment))
841 ;; Some blank line to seperate mails.
849 (forward-line -1)
858 (forward-line 1)
862 (forward-line 1)))
874 (beginning-of-line)
916 (forward-line 14)
943 (mm-url-insert (concat (car webmail-open-url) attachment))
968 ;; Some blank line to seperate mails.
976 (forward-line -1)
985 (forward-line 1)
989 (forward-line 1)))
1001 (beginning-of-line)
1007 (defun webmail-my-deja-open ()
1013 (webmail-error "open@1")))