* gnus-registry.el (gnus-registry-split-fancy-with-parent): try
authorTeodor Zlatanov <tzz@lifelogs.com>
Wed, 4 Aug 2004 17:11:58 +0000 (17:11 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Wed, 4 Aug 2004 17:11:58 +0000 (17:11 +0000)
commit653e993dac37e97b7f1b33ae2534e17eb1a13fb6
tree27042ab0b47b71d620d2920e1d9974bc9b194dba
parentd42cf7faeac9a8bc53f386eabed29969c34cfe18
* gnus-registry.el (gnus-registry-split-fancy-with-parent): try
to append in-reply-to: data to the references: header

* netrc.el: removed old encryption support, autoload gnus-encrypt.el
(netrc-parse): use gnus-encrypt.el functions

* gnus-encrypt.el: new file for encryption support; currently
does only a few GPG ciphers and an internal XOR cipher

* password.el: add comments on using password-read-and-add
(password-read-and-add): new function to read and add the
password to the cache at once
lisp/ChangeLog
lisp/gnus-encrypt.el [new file with mode: 0644]
lisp/gnus-registry.el
lisp/netrc.el
lisp/password.el