From: MON KEY <monkey@sandpframing.com>
To: emacs-devel@gnu.org
Subject: RE: authinfo gnutls netrc.el auth-sources & smtpmail-starttls-credentials
Date: Fri, 12 Jun 2009 02:28:45 -0400 [thread overview]
Message-ID: <d2afcfda0906112328j658e41c7y3e2fbf17b5fcc2e7@mail.gmail.com> (raw)
> auth-source.el currently is part of Gnus, so it uses Gnus logging
> facilities. If it's moved out, we can adjust the logging. Perhaps
> you're suggesting we need an auth-source-verbose variable?
I've been thinking this over a bit more.
Following 2(two) defcustoms `imap-log' and `imap-debug' are from:
`../emacs/23.0.94/lisp/net/imap.el'
These seem like sensible implimentations which auth-sources might find
useful to reflect.
;;; ==============================
(defcustom imap-log nil
"If non-nil, an imap session trace is placed in `imap-log-buffer'.
Note that username, passwords and other privacy sensitive
information (such as e-mail) may be stored in the buffer.
It is not written to disk, however. Do not enable this
variable unless you are comfortable with that.
See also `imap-debug'."
:group 'imap
:type 'boolean)
(defcustom imap-debug nil
"If non-nil, trace imap- functions into `imap-debug-buffer'.
Uses `trace-function-background', so you can turn it off with,
say, `untrace-all'.
Note that username, passwords and other privacy sensitive
information (such as e-mail) may be stored in the buffer.
It is not written to disk, however. Do not enable this
variable unless you are comfortable with that.
This variable only takes effect when loading the `imap' library.
See also `imap-log'."
:group 'imap
:type 'boolean)
next reply other threads:[~2009-06-12 6:28 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-12 6:28 MON KEY [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-06-11 23:44 authinfo gnutls netrc.el auth-sources & smtpmail-starttls-credentials MON KEY
2009-06-12 18:25 ` Ted Zlatanov
2009-06-12 21:05 ` MON KEY
2009-06-13 12:55 ` Ted Zlatanov
2009-06-15 0:52 ` MON KEY
2009-06-15 14:40 ` Ted Zlatanov
2009-06-10 3:49 MON KEY
2009-06-10 21:18 ` Ted Zlatanov
2009-06-10 20:43 ` MON KEY
2009-06-11 14:39 ` Ted Zlatanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d2afcfda0906112328j658e41c7y3e2fbf17b5fcc2e7@mail.gmail.com \
--to=monkey@sandpframing.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.