source: trunk/third/evolution/shell/e-shell-constants.h @ 18142

Revision 18142, 1.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2/* e-shell-utils.h
3 *
4 * Copyright (C) 2000  Ximian, Inc.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of version 2 of the GNU General Public
8 * License as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 * General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public
16 * License along with this program; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
19 *
20 * Author: Ettore Perazzoli
21 */
22
23#ifndef E_SHELL_CONSTANTS_H
24#define E_SHELL_CONSTANTS_H
25
26#define E_SHELL_URI_PREFIX              "evolution:"
27#define E_SHELL_URI_PREFIX_LEN          10
28
29#define E_SHELL_DEFAULTURI_PREFIX       "default:"
30#define E_SHELL_DEFAULTURI_PREFIX_LEN   8
31
32#define E_SHELL_MINI_ICON_SUFFIX        "-mini"
33#define E_SHELL_MINI_ICON_SUFFIX_LEN    5
34
35#define E_SHELL_ICON_SIZE               48
36#define E_SHELL_MINI_ICON_SIZE          16
37
38#define E_PATH_SEPARATOR                '/'
39#define E_PATH_SEPARATOR_S              "/"
40
41#define E_LOCAL_STORAGE_NAME            "local"
42#define E_SUMMARY_STORAGE_NAME          "summary"
43
44#define E_SUMMARY_URI                   "evolution:/summary"
45#define E_LOCAL_INBOX_URI               "evolution:/local/Inbox"
46#define E_LOCAL_CONTACTS_URI            "evolution:/local/Contacts"
47#define E_LOCAL_CALENDAR_URI            "evolution:/local/Calendar"
48#define E_LOCAL_TASKS_URI               "evolution:/local/Tasks"
49
50#endif
Note: See TracBrowser for help on using the repository browser.