mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 07:12:52 +00:00
Updated to 3.12.0
This commit is contained in:
parent
78263ecb77
commit
95b6f03c3b
3 changed files with 26 additions and 7 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,4 +1,5 @@
|
|||
removed_sources:
|
||||
claws-mail-3.11.0.tar.xz: 1fc919e7d4357408a04131c4195878ea920de4f0
|
||||
sources:
|
||||
claws-mail-3.11.1.tar.xz: b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc
|
||||
sources:
|
||||
claws-mail-3.12.0.tar.xz: f28f62de97a80d32bb875aef83f901c903fe324b
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff -Naur claws-mail-3.11.1.orig/src/summaryview.c claws-mail-3.11.1/src/summaryview.c
|
||||
--- claws-mail-3.11.1.orig/src/summaryview.c 2015-06-03 23:35:40.000000000 +0300
|
||||
+++ claws-mail-3.11.1/src/summaryview.c 2015-06-03 23:35:40.000000000 +0300
|
||||
@@ -4631,6 +4631,10 @@
|
||||
diff -Naur claws-mail-3.12.0.orig/src/summaryview.c claws-mail-3.12.0/src/summaryview.c
|
||||
--- claws-mail-3.12.0.orig/src/summaryview.c 2015-08-19 16:06:45.000000000 +0300
|
||||
+++ claws-mail-3.12.0/src/summaryview.c 2015-08-19 16:06:45.000000000 +0300
|
||||
@@ -4639,6 +4639,10 @@
|
||||
summary_msginfo_unset_flags(msginfo, MSG_DELETED, MSG_MOVE);
|
||||
}
|
||||
if (!prefs_common.immediate_exec) {
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: The user-friendly, lightweight and fast GTK2 based email client
|
||||
Name: claws-mail
|
||||
Version: 3.11.1
|
||||
Version: 3.12.0
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
|
@ -14,7 +14,7 @@ Group: Networking/Mail
|
|||
Url: http://www.claws-mail.org
|
||||
Source0: http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.xz
|
||||
# from Debian
|
||||
Patch0: claws-mail-3.11.1-trashed-read.patch
|
||||
Patch0: claws-mail-3.12.0-trashed-read.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: docbook-utils
|
||||
|
@ -327,6 +327,24 @@ This Claws Mail plugin provides direct access to mbox folders.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package managesieve-plugin
|
||||
Summary: ManageSieve plugin for %{name}
|
||||
Group: Networking/Mail
|
||||
Requires: %{name} >= %{EVRD}
|
||||
|
||||
%description managesieve-plugin
|
||||
The Claws Mail ManageSieve plugin provides an interface for managing Sieve
|
||||
filters. Sieve filters are used for filtering mail on mail servers, usually
|
||||
with an IMAP account.
|
||||
|
||||
This plugin handles managing Sieve filters, editing them, and checking their
|
||||
syntax.
|
||||
|
||||
%files managesieve-plugin
|
||||
%{_libdir}/%{name}/plugins/managesieve.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package newmail-plugin
|
||||
Summary: This Claws Mail plugin can write a summary to a log file
|
||||
Group: Networking/Mail
|
||||
|
|
Loading…
Add table
Reference in a new issue