diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/imap-hash.el | 2 | ||||
-rw-r--r-- | lisp/net/tramp-imap.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/net/imap-hash.el b/lisp/net/imap-hash.el index 5e53ddbb08b..47ed4f33914 100644 --- a/lisp/net/imap-hash.el +++ b/lisp/net/imap-hash.el @@ -370,3 +370,5 @@ Get only the headers if HEADERS-ONLY is not nil." ;;; (imap-hash-fetch iht t) ;;; (imap-hash-fetch iht nil 1 2 3) ;;; (imap-hash-fetch iht t 1 2 3) + +;; arch-tag: 071410ac-91dc-4e36-b892-18e057d639c5 diff --git a/lisp/net/tramp-imap.el b/lisp/net/tramp-imap.el index cf0933db226..5365a5a6054 100644 --- a/lisp/net/tramp-imap.el +++ b/lisp/net/tramp-imap.el @@ -799,3 +799,5 @@ With NEEDED-SUBJECT, alters the imap-hash test accordingly." ;;; (tramp-imap-make-iht (tramp-dissect-file-name "/imap:yourhosthere.com:/test/welcommen")) ;;; (tramp-imap-make-iht (tramp-dissect-file-name "/imap:yourhosthere.com:/INBOX.test/4")) ;;; (tramp-imap-make-iht (tramp-dissect-file-name "/imap:yourhosthere.com:/INBOX.test/4") "extra") + +;; arch-tag: f2723749-58fb-4f29-894e-39708096e850 |