Changes between Version 63 and Version 64 of Plugin_Hooks


Ignore:
Timestamp:
May 12, 2011 4:26:33 PM (2 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v63 v64  
    563563''Return values:'' 
    564564  * abort 
     565 
     566 
     567=== contact_displayname === 
     568 
     569(since [milestone:0.6-beta]) 
     570 
     571When saving a contact without name field or when adding a contact from mail task, 
     572all data is passed to this hook where the display name can be composed. 
     573 
     574''Arguments:'' 
     575  * name: ''The name of the contact to be saved (could be empty)'' 
     576  * email: ''E-mail address'' 
     577  * prefix 
     578  * firstname 
     579  * middlename 
     580  * surname 
     581  * suffix 
     582 
     583''Return values:'' 
     584  * name 
    565585 
    566586