summaryrefslogtreecommitdiff
path: root/lisp/bbdb-gnus.el
Commit message (Collapse)AuthorAge
* remove source filesDavid Bremner2019-09-07
|
* minor doc string typoBarak A. Pearlmutter2011-03-12
|
* bbdb/gnus-split-myaddr-regexp: Remove usage of deprecated gnus-local-domainJulien Danjou2011-03-12
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* Bugfix: Prompting for creation now works again as documented.Robert Fenk2008-03-10
| | | | | | Thanks to Leo for reporting this. Also did some docstring fixes.
* Fix for gnus-user-format-function-BDidier Verna2008-01-29
|
* Handle recent type change of gnus-ignored-from-addressesDidier Verna2008-01-29
|
* Fixed two compile time warnings.Robert Fenk2007-12-04
|
* (bbdb/gnus-summary-get-author): Added handling ofRobert Fenk2007-07-03
| | | | `gnus-ignored-from-addresses' and `gnus-summary-to-prefix'.
* Removed all CVS keywords from the sources as they are a pita when gatewayingRobert Fenk2007-02-21
| | | | into another VCS. They were not present in all files anyway.
* Change GNUS to Gnus, assuming nobody cares for GNUS support anymore...Jochen Küpper2005-08-02
|
* * bbdb/gnus-nnimap-folder-list-from-bbdb:Ronan Waide2005-02-28
| | | | new function from Uwe Brauer
* (bbdb/gnus-split-method): Honor Resent-* headers if present. (Reported by ↵Robert Fenk2003-10-13
| | | | Thomas Gerds)
* Removed extra parens, did not see the error during compilation. ;/Robert Fenk2003-03-15
| | | | Thanks David S. G. ;c)
* Droped support for GNUS versions <= 3.14Robert Fenk2003-03-13
| | | | | | Files: lisp/bbdb-gnus.el lisp/bbdb-hooks.el lisp/bbdb.el
* (bbdb/gnus-summary-show-all-recipients):Robert Fenk2003-03-13
| | | | | | | | Throwing away old code and use bbdb/gnus-update-records now. (bbdb/gnus-update-records): Do not toggle headers to gain access to the hidden headers, since gnus-fetch-field is doing this for us. Files: lisp/bbdb-gnus.el
* (bbdb/gnus-update-records): use gnus-fetch-field instead ofRobert Fenk2003-03-07
| | | | mail-fetch-field. Fixes problems reported by Klaus Zeitler.
* Dave Love's big patch. See ChangeLog for full details.Ronan Waide2002-05-12
|
* lisp/bbdb-vm.el (bbdb/vm-show-all-recipients), (bbdb/vm-show-sender),Robert Fenk2002-04-18
| | | | | | | | | | | | lisp/bbdb-gnus.el (bbdb/gnus-show-sender), (bbdb/gnus-show-all-recipients): Fixed */show-all-reciepients to always do what it should do! BUGFIX FOR the following report: From: Gerd Boerrigter <gerd.boerrigter@gmx.net> To: bbdb-info@lists.sourceforge.net Date: Thu, 18 Apr 2002 10:59:50 +0200 Subject: bbdb/gnus-show-all-recipients only uses first entry
* Use gnus-original-article-buffer instead of gnus-article-bufferRonan Waide2002-03-03
|
* removed binding of unused variabe `error'.Robert Fenk2002-01-18
|
* (bbdb/gnus-pop-up-bbdb-buffer):Ronan Waide2001-10-14
| | | | | | Move the call to bbdb-display-records back inside the (when...) I had two bug reports for this (Sudesh Joseph and Michael Totschnig).
* (bbdb/gnus-update-records): usesRobert Fenk2001-09-20
| | | | | | | | bbdb-get-addresses instead of bbdb/gnus-get-addresses which was removed. (bbdb/gnus-show-sender), (bbdb/gnus-show-all-recipients), (bbdb/gnus-show-records): modified to use new style of bbdb-get-addresses-headers
* replaced occureneces of bbdb-elided-display and bbdb-pop-up-elided-display.Robert Fenk2001-08-31
|
* 19.34 support mods.Ronan Waide2001-07-07
| | | | Use bbdb-extract-address-components-func.
* Rearranged the compiled quieting to actually be more-or-less the rightRonan Waide2001-06-28
| | | | | | | thing, i.e. it loads packages instead of defining arbitrary variables. Put in Matan Ninio's "From: " fix.
* * lisp/bbdb-vm.el (bbdb/vm-update-records):Robert Fenk2001-06-01
| | | | | * lisp/bbdb-gnus.el (bbdb/gnus-update-records): Subject: bbdb-get-only-first-address-p patches
* * lisp/bbdb-gnus.el (bbdb/gnus-get-addresses): Fixed the bug whichRobert Fenk2001-05-31
| | | | was not really fixed with the commit from the 2001-03-29.
* (bbdb/gnus-update-records-mode): Removed extra quote from the defcustom ↵Robert Fenk2001-05-17
| | | | | | arguments. (bbdb/gnus-update-records): Fixed documentation.
* Fix list-vs-not bug in bbdb/gnus-edit-notesRonan Waide2001-03-30
|
* (bbdb/gnus-get-addresses): Fixed a bug in getting the header content.Robert Fenk2001-03-29
| | | | !mail-fetch-field requires a final newline!
* * lisp/bbdb.el (bbdb-message-cache-lookup):Robert Fenk2001-03-26
| | | | | | | * lisp/bbdb-gnus.el (bbdb/gnus-update-records): * lisp/bbdb-vm.el (bbdb/vm-update-records): YABugfix: first record was lost when looking it up from the cache.
* * lisp/bbdb-gnus.el (bbdb/gnus-show-sender):Robert Fenk2001-03-25
| | | | | | | | | * lisp/bbdb-vm.el (bbdb/vm-show-sender): Show recipients if we find no senders * lisp/bbdb-vm.el (bbdb/gnus-show-records): * lisp/bbdb-vm.el (bbdb/vm-show-records): Also show the records of uninteresting senders
* * lisp/bbdb-vm.el (bbdb/vm-update-records):Robert Fenk2001-03-23
| | | | | | | * lisp/bbdb-gnus.el (bbdb/gnus-update-records): * lisp/bbdb-com.el (bbdb-update-records): honor the right offer-to-create flag and removed the faulty *-auto-create-p which was added by the last commit.
* Remove what was presumably a debug occurrence of (message...)Ronan Waide2001-03-20
|
* bbdb/gnus-get-addresses: gnus-ignored-from-addresses is not defined inRonan Waide2001-03-18
| | | | the Gnus that comes with Emacs 20.7. Check for boundness before using.
* * lisp/bbdb-vm.el (bbdb/vm-get-addresses): was formally bbdb/vm-get-fromRobert Fenk2001-03-17
| | | | | | | | | | | | | | | | | | | | (bbdb/vm-get-from-headers): (bbdb/vm-get-only-first-from-p): (bbdb/vm-message-cache-lookup): (bbdb/vm-encache-message): have been removed, global variables and functions are used now (bbdb/vm-show-sender): when called with a prefix call bbdb/vm-show-all-recipients instead, so we use the same binding for getting both. (bbdb/vm-show-records): new function doing the bbdb/vm-show-* thing and caring for updating the records. (bbdb/vm-snarf-all): (bbdb/vm-snarf-all-headers): have been removed as the bbdb/vm-show-* function provide the same functionality * lisp/bbdb-gnus.el: the same changes as for bbdb-vm.el
* call `bbdb/gnus-pop-up-bbdb-buffer' instead of `bbdb/gnus-update-record'Ronan Waide2001-02-23
| | | | | (bbdb/gnus-pop-up-bbdb-buffer): use `gnus-buffer-configuration' instead of the obsolete `gnus-window-configuration'.
* The new variable `bbdb/prompt-for-create-p' can be set to `t' inRobert Fenk2000-10-27
| | | | | order to force VM, Gnus, MHE, RMAIL to ask the user before adding a new BBBD record, caused by the automatic update of the popup buffer.
* Added Brian Edmonds' filing hackery, modified to fit in bbdb's conceptRonan Waide2000-10-15
| | | | | of a namespace. Cleaned up some compiler noise.
* Moved bbdb-insinuate-message out to bbdb.el to prevent gnus startup loopingRonan Waide2000-08-28
|
* Added robert fenk's patch to use bbdb-popup in gnus.Ronan Waide2000-07-21
|
* minor doc fixes to comply with the standardsSam Steingold2000-07-13
|
* * Added keymap C-: for bbdb/gnus-summary-show-all-recipientsRonan Waide2000-04-13
|
* * Colin's show-all-recipientsRonan Waide2000-04-05
|
* Don't freak out on 0-line Article buffers (pgnus)Matt Simmons1999-01-26
|
* Don't use concat with integersMatt Simmons1999-01-25
|
* Added bbdb/gnus-snarf-signatureMatt Simmons1999-01-25
|
* bbdb/gnus-show-sender should refer to summary buffer, not articleMatt Simmons1998-12-05
| | | | buffer.
* Honor bbdb-user-mail-names.Matt Simmons1998-12-05
|
* Colin Rafferty's patch adding autoload cookies backMatt Simmons1998-04-11
|