~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

Viewing changes to docs/reference/camel/xml/camel-nntp-utils.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="camel-camel-nntp-utils">
2
 
<refmeta>
3
 
<refentrytitle role="top_of_page" id="camel-camel-nntp-utils.top_of_page">camel-nntp-utils</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>CAMEL Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>camel-nntp-utils</refname>
10
 
<refpurpose></refpurpose>
11
 
</refnamediv>
12
 
 
13
 
<refsynopsisdiv id="camel-camel-nntp-utils.synopsis" role="synopsis">
14
 
<title role="synopsis.title">Synopsis</title>
15
 
 
16
 
<synopsis>
17
 
<link linkend="void">void</link>                <link linkend="camel-nntp-get-headers">camel_nntp_get_headers</link>              (<link linkend="CamelStore">CamelStore</link> *store,
18
 
                                                         <link linkend="CamelNNTPFolder">CamelNNTPFolder</link> *nntp_folder,
19
 
                                                         <link linkend="CamelException">CamelException</link> *ex);
20
 
</synopsis>
21
 
</refsynopsisdiv>
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
<refsect1 id="camel-camel-nntp-utils.description" role="desc">
32
 
<title role="desc.title">Description</title>
33
 
<para>
34
 
</para>
35
 
</refsect1>
36
 
 
37
 
<refsect1 id="camel-camel-nntp-utils.details" role="details">
38
 
<title role="details.title">Details</title>
39
 
<refsect2 id="camel-nntp-get-headers" role="function">
40
 
<title>camel_nntp_get_headers ()</title>
41
 
<indexterm zone="camel-nntp-get-headers"><primary sortas="camel_nntp_get_headers">camel_nntp_get_headers</primary></indexterm><programlisting><link linkend="void">void</link>                camel_nntp_get_headers              (<link linkend="CamelStore">CamelStore</link> *store,
42
 
                                                         <link linkend="CamelNNTPFolder">CamelNNTPFolder</link> *nntp_folder,
43
 
                                                         <link linkend="CamelException">CamelException</link> *ex);</programlisting>
44
 
<para>
45
 
</para><variablelist role="params">
46
 
<varlistentry><term><parameter>store</parameter>&#160;:</term>
47
 
<listitem><simpara>
48
 
</simpara></listitem></varlistentry>
49
 
<varlistentry><term><parameter>nntp_folder</parameter>&#160;:</term>
50
 
<listitem><simpara>
51
 
</simpara></listitem></varlistentry>
52
 
<varlistentry><term><parameter>ex</parameter>&#160;:</term>
53
 
<listitem><simpara>
54
 
</simpara></listitem></varlistentry>
55
 
</variablelist></refsect2>
56
 
 
57
 
</refsect1>
58
 
 
59
 
 
60
 
 
61
 
 
62
 
</refentry>