emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/imap.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/imap.el
Date: Sat, 01 Jan 2005 17:38:16 -0500

Index: emacs/lisp/gnus/imap.el
diff -c emacs/lisp/gnus/imap.el:1.16 emacs/lisp/gnus/imap.el:1.17
*** emacs/lisp/gnus/imap.el:1.16        Mon Oct 18 22:23:43 2004
--- emacs/lisp/gnus/imap.el     Sat Jan  1 22:24:03 2005
***************
*** 1,5 ****
  ;;; imap.el --- imap library
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Simon Josefsson <address@hidden>
--- 1,5 ----
  ;;; imap.el --- imap library
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Simon Josefsson <address@hidden>
***************
*** 69,75 ****
  ;; imap-message-append,               imap-envelope-from
  ;; imap-body-lines
  ;;
! ;; It is my hope that theese commands should be pretty self
  ;; explanatory for someone that know IMAP.  All functions have
  ;; additional documentation on how to invoke them.
  ;;
--- 69,75 ----
  ;; imap-message-append,               imap-envelope-from
  ;; imap-body-lines
  ;;
! ;; It is my hope that these commands should be pretty self
  ;; explanatory for someone that know IMAP.  All functions have
  ;; additional documentation on how to invoke them.
  ;;
***************
*** 325,331 ****
  (defvar imap-error nil
    "Error codes from the last command.")
  
! ;; Internal constants.  Change theese and die.
  
  (defconst imap-default-port 143)
  (defconst imap-default-ssl-port 993)
--- 325,331 ----
  (defvar imap-error nil
    "Error codes from the last command.")
  
! ;; Internal constants.  Change these and die.
  
  (defconst imap-default-port 143)
  (defconst imap-default-ssl-port 993)
***************
*** 1456,1462 ****
  (defun imap-fetch (uids props &optional receive nouidfetch buffer)
    "Fetch properties PROPS from message set UIDS from server in BUFFER.
  UIDS can be a string, number or a list of numbers.  If RECEIVE
! is non-nil return theese properties."
    (with-current-buffer (or buffer (current-buffer))
      (when (imap-ok-p (imap-send-command-wait
                      (format "%sFETCH %s %s" (if nouidfetch "" "UID ")
--- 1456,1462 ----
  (defun imap-fetch (uids props &optional receive nouidfetch buffer)
    "Fetch properties PROPS from message set UIDS from server in BUFFER.
  UIDS can be a string, number or a list of numbers.  If RECEIVE
! is non-nil return these properties."
    (with-current-buffer (or buffer (current-buffer))
      (when (imap-ok-p (imap-send-command-wait
                      (format "%sFETCH %s %s" (if nouidfetch "" "UID ")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]