commit - bda0aff4b242fe4bc9d1caa281e10f557b92cb34
commit + e4802dc8e436eb2cd46f072685db270a35d8e0c1
blob - a72c639c4088e007c1b5337a586e52cb00b29b46 (mode 644)
blob + /dev/null
--- src/addrdefs.h
+++ /dev/null
-/*
- * Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 2003-2012 Match Grun and the Claws Mail team
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-/*
- * General address definitions.
- */
-
-#ifndef __ADDRDEFS_H__
-#define __ADDRDEFS_H__
-
-/* Query types */
-typedef enum {
- ADDRQUERY_NONE,
-} AddrQueryType;
-
-/* Search type */
-typedef enum {
- ADDRSEARCH_NONE,
- ADDRSEARCH_SEARCH,
- ADDRSEARCH_LOCATE
-} AddrSearchType;
-
-#endif /* __ADDRDEFS_H__ */