This file is indexed.

/usr/share/gtk-doc/html/eshell/eshell-Mail-Accounts.html is in evolution-dev 3.4.4-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Mail Accounts</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Evolution Shell Reference Manual">
<link rel="up" href="ch02.html" title="Basic Utility Functions">
<link rel="prev" href="ch02.html" title="Basic Utility Functions">
<link rel="next" href="eshell-User-Alert-Handling.html" title="User Alert Handling">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="ch02.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Evolution Shell Reference Manual</th>
<td><a accesskey="n" href="eshell-User-Alert-Handling.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#eshell-Mail-Accounts.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#eshell-Mail-Accounts.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="eshell-Mail-Accounts"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="eshell-Mail-Accounts.top_of_page"></a>Mail Accounts</span></h2>
<p>Mail Accounts</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="eshell-Mail-Accounts.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include &lt;e-util/e-account-utils.h&gt;

<a href="../libedataserver/EAccountList.html"><span class="returnvalue">EAccountList</span></a> *      <a class="link" href="eshell-Mail-Accounts.html#e-get-account-list" title="e_get_account_list ()">e_get_account_list</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
<a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="eshell-Mail-Accounts.html#e-get-default-account" title="e_get_default_account ()">e_get_default_account</a>               (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span>                <a class="link" href="eshell-Mail-Accounts.html#e-set-default-account" title="e_set_default_account ()">e_set_default_account</a>               (<em class="parameter"><code><a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> *account</code></em>);
<a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="eshell-Mail-Accounts.html#e-get-account-by-name" title="e_get_account_by_name ()">e_get_account_by_name</a>               (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
<a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="eshell-Mail-Accounts.html#e-get-account-by-uid" title="e_get_account_by_uid ()">e_get_account_by_uid</a>                (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);
<a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="eshell-Mail-Accounts.html#e-get-any-enabled-account" title="e_get_any_enabled_account ()">e_get_any_enabled_account</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
<a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          <a class="link" href="eshell-Mail-Accounts.html#e-get-default-transport" title="e_get_default_transport ()">e_get_default_transport</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
</pre>
</div>
<div class="refsect1">
<a name="eshell-Mail-Accounts.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="eshell-Mail-Accounts.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="e-get-account-list"></a><h3>e_get_account_list ()</h3>
<pre class="programlisting"><a href="../libedataserver/EAccountList.html"><span class="returnvalue">EAccountList</span></a> *      e_get_account_list                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Returns the global <a href="../libedataserver/EAccountList.html"><span class="type">EAccountList</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the global <a href="../libedataserver/EAccountList.html"><span class="type">EAccountList</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-get-default-account"></a><h3>e_get_default_account ()</h3>
<pre class="programlisting"><a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          e_get_default_account               (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Returns the <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> marked as the default mail account.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the default <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-set-default-account"></a><h3>e_set_default_account ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                e_set_default_account               (<em class="parameter"><code><a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> *account</code></em>);</pre>
<p>
Marks <em class="parameter"><code>account</code></em> as the default mail account.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>account</code></em> :</span></p></td>
<td>an <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-get-account-by-name"></a><h3>e_get_account_by_name ()</h3>
<pre class="programlisting"><a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          e_get_account_by_name               (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>
Returns the <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> with the given name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such
account exists.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td>a mail account name</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>an <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> having the given account name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-get-account-by-uid"></a><h3>e_get_account_by_uid ()</h3>
<pre class="programlisting"><a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          e_get_account_by_uid                (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);</pre>
<p>
Returns the <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> corresponding to the given unique identity (UID),
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such account exists.  The <em class="parameter"><code>uid</code></em> can refer to an <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a>
UID, a <a href="../camel/CamelStore.html"><span class="type">CamelStore</span></a> UID, or even a <a href="../camel/CamelTransport.html"><span class="type">CamelTransport</span></a> UID.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
<td>a mail account UID</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the corresponding <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-get-any-enabled-account"></a><h3>e_get_any_enabled_account ()</h3>
<pre class="programlisting"><a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          e_get_any_enabled_account           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Returns the default mail account if it's enabled, otherwise the first
enabled mail account in the global <a href="../libedataserver/EAccountList.html"><span class="type">EAccountList</span></a>, or finally <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
all mail accounts are disabled or none exist.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>an enabled <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there are none</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="e-get-default-transport"></a><h3>e_get_default_transport ()</h3>
<pre class="programlisting"><a href="../libedataserver/EAccount.html"><span class="returnvalue">EAccount</span></a> *          e_get_default_transport             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Returns transport information for the default account if it's enabled and
has transport information, or else from the first enabled mail account in
the global <a href="../libedataserver/EAccountList.html"><span class="type">EAccountList</span></a> that has transport information, or finally <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
if no transport information could be found.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>an <a href="../libedataserver/EAccount.html"><span class="type">EAccount</span></a> with transport info, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>