15 Commits

Author SHA256 Message Date
ad6cfcb49a Accepting request 1298744 from server:mail
- Remove 0001-Revert-accounts-cancel-any-previous-mailbox-fetches.patch
- Update to version 0.8.11:
  * contacts: add notmuch address book support in PR #551 "contacts: add notmuch address book support"
  * melib/imap: add ConnectionMutex struct
  * melib/imap: add conn pool to ConnectionMutex
  * melib/error: hardcode native-tls error check
  * widgets: don't add padding by skipping cols in FormWidget
  * melib/error: add TLSConnectionFailed kind variant in PR #578 "Misc fixes"
  * notifications: add DisplayMessageBox::arm()
  * conf: add notifications.ui_notifications setting
  * notifications: add DisplayMessageBox::deactivate()
  * notifications: add DisplayMessageBox::show_{prev,next}()
  * notifications: make update_xbiff() a method in PR #581 "Add notifications.ui_notifications setting to hide UI notifications or show them as system notifications"
  * melib/imap: add FIXME comment about imap-codec
  * melib/jmap: add serde(default) to Identity::id
  * melib/jmap: s/Id::new_uuid_v4()/Id::new_random()
  * melib/jmap: add serde(default) to Identity::may_delete
  * melib/jmap: Add State::new_random() method
  * melib/notmuch: add FFI config types bindings
  * melib/notmuch: add notmuch_database_reopen()
  * melib/notmuch: add Message::msg_id_str() method
  * melib/notmuch: add Message::find_message_by_path()
  * melib/notmuch: impl From<NotmuchError> for Error
  * melib/imap: add use_connection_pool conf option
  * melib/jmap: add session object to backend metadata
  * melib: convert MailBackend::watch into a stream
  * melib/maildir: switch backend.rs and mod.rs
  * melib/maildir: enhance filesystem/IO error metadata
  * melib/maildir: add ErrorKind::NotImplemented to unimplemented errors
  * melib/maildir: s/MaildirPathTrait/MaildirFilePathExt/
  * melib/maildir: Add MaildirMailboxPathExt::validate_fs_subdirs()
  * melib/smtp: add ReplyCode::value() method
  * listing: don't forward events to self.component twice
  * listing/offline: don't accumulate repeated messages
  * melib/error: add ErrorKind::is_disconnected()
  * melib/imap: add support for LITERAL- extension in PR #604 "melib/imap: add support for LITERAL- extension"
  * composer: add custom_compose_hooks only once
  * show error summary if not empty in PR #586 "show error summary"
  * themes: impl BitOr<Attr> for ThemeAttribute
  * Break metadata json lines in account status
  * melib/logging: manually redact http auth info in PR #570 "melib/logging: manually redact http auth info"
  * mail/listing: restore selection when refreshing same mailbox in PR #571 "mail/listing: restore selection when refreshing same mailbox"
  * Makefile: fix some minor logic/UX issues in PR #559 "Add some doc comments in meli crate"
  * pager: fix one-by-off error when drawing scrollbar
  * melib/imap: fix ImapLineIterator splitting literals
  * melib/mbox: require MboxFormat for parsing
  * tools: fix mboxparse binary compilation
  * melib/email: fix base36 conversion
  * melib: fixup TryFrom<&[EnvelopeHash]> for EnvelopeHashBatch impl
  * melib/jmap: Fix SetResponse struct definition
  * melib/maildir: split create_mailbox_sync()
  * melib/datetime: parse RFC2822 date without seconds in PR #599 "melib/email/parser: elaborate Address parsing errors"
  * melib/tests/jmap: fix errata from RFC in PR #602 "misc-fixes"
  * melib/nntp: fix error message typos
  * Fix clippy::sliced_string_as_bytes
  * melib: fix encoded-word encode and add tests in PR #612 "melib: fix encoded-word encode and add tests"
  * melib/mailto: fix parsing header values with '?' in PR #613 "melib/mailto: fix parsing header values with '?'"
  * melib/tests: feature gate test_maildir_config
  * melib/imap: add FETCH items variants in RequiredResponses in PR #580 "IMAP fixes"
  * melib/imap: only process parsed untagged responses
  * melib/jmap: don't abort refresh if Mailbox has no email_query_state
  * accounts: don't return after exec refresh_command in PR #597 "conf/tests: flush config file to disk"
  * terminal: disable wraparound mode in PR #616 "terminal: disable wraparound mode"
  * compose: s/attachments/attachment when # is 1
  * compose: s/Option<AccountHash>/AccountHash in EditAttachments
  * utilities: respect scroll_{left,right} shortcuts in Form/Button widgets
  * melib/imap: retry IDLE with exponential backoff
  * compose: don't pad EditAttachments area
  * terminal/screen: Screen::resize*() optimization in PR #568 "mail/status.rs: restore AccountStatus scrolling"
  * melib/imap: impl Default for ImapProtocol
  * melib/mbox: update totals when fetching in PR #591 "melib/mbox: update totals when fetching"
  * melib/mbox: check for CRLF when parsing
  * melib/gpgme: allow unused_unsafe on std::env stuff
  * melib/jmap: derive Clone for MailboxObject
  * melib/notmuch: split symbol name in call!() macro
  * melib/imap: make keepalive at least 30 minutes in PR #592 "misc-fixes"
  * melib: impl From for BackendEvent
  * melib: impl TryFrom<Vec> for BackendEvent
  * melib/maildir: validate fs path in list_mail_in_maildir_fs()
  * melib/maildir: split MaildirPathTrait
  * melib/maildir: log error instead of debug_assert!
  * melib/maildir: use async channel in watch()
  * melib/maildir: return path in save_to_mailbox()
  * melib/maildir: calc MailboxHash from cache in watch()
  * melib/jmap: impl Deserialize for Filter, Query
  * melib/jmap: impl Serialize for EmailObject
  * melib/email/parser: elaborate Address parsing errors
  * melib/nntp: increase tcp keepalive to 30 mins
  * melib/nntp: set appropriate ErrorKind to errors
  * melib/nntp: convert block comments to line
  * melib/nntp: retry fetch if disconnected
  * melib/nntp: try connect first before attempting operations
  * composer: allow empty default header values
  * melib/nntp: run rustfmt
  * composer: use rfc5536 format for User-Agent value
  * composer: replying to self should reply to previous recipients
  * conf: impl DotAddressable for ComposingSettings in PR #605 "Misc composer stuff"
  * melib/imap: BEGIN IMMEDIATE transactions
  * melib/imap: support server subscriptions override
  * contacts/editor: use AccountHash instead of index
  * view/envelope: use Context's cmd_buf in PR #615 "misc"
  * melib/text: allow empty generated unicode tables
  * melib/jmap: ser/de SetError manually in PR #594 "JMAP fixups"
  * melib/jmap: fix Get ser/de
  * melib/maildir: remove stream module
  * Fix clippy::manual_ok_err
  * accounts: check if online on watch errors
  * compose: rewrite to draw attachments after headers
  * melib/backends: remove obsolete ReadOnlyOp
  * melib/contacts: fix formatting of a log::warn line
  * melib/email/headers: add #[inline] to small methods
  * melib/backend: remove BackendOp
  * melib/imap/connection.rs: remove unnecessary let
  * compose: rename Cursor to Focus
  * melib/email: move imap stuff to melib::imap module
  * main.rs: use unbounded channel for thread events in PR #565 "Misc"
  * mail/status.rs: restore AccountStatus scrolling
  * melib/imap: fix mailbox update logic on expunge in PR #567 "melib/imap: fix mailbox update logic on expunge"
  * mail/listing: don't move cursor to top when refreshing in PR #572 "mail/listing: don't move cursor to top when refreshing"
  * Fix new clippy complexity lint warning
  * mail/listing.rs: forward unhandled events
  * mail/listing.rs: fix y offset calc in menu cursor with collapsed
  * Rename ForkType to ForkedProcess
  * types: replace ForkedProcess::Finished with UIEvent
  * state.rs: rewrite State::try_wait_on_child()
  * state.rs: refactor kill_child() into method
  * state.rs: refactor try_wait_on_child() into method
  * state.rs: use ForkedProcess::{kill, try_wait} on State::drop
  * main.rs: try wait on all forked process on SIGCHLD in PR #579 "Refactor handling of forked processes"
  * melib/imap: remove unnecessary RequiredResponses consts
  * melib/imap: rename {EXAMINE,SELECT}_REQUIRED
  * melib/imap: rename NO_REQUIRED to NO
  * tools: fix lints and compilation in PR #587 "melib/mbox: check for CRLF when parsing"
  * melib/imap: allow lint on init_cache() arg
  * melib: move base36 to utils mod
  * melib/jmap: s/IdentityObject/Identity
  * melib/notmuch: remove Clone derive from Message
  * melib/jmap: process destroyed ids in Email/changes in PR #595 "JMAP fixups"
  * melib/maildir: Remove root_mailbox from MaildirWatch
  * melib/maildir: fix save_to_mailbox() error msg
  * melib/notmuch: rewrite watching logic
  * compose: remove extra dot from dialog message
  * melib/email/parser: change ParsingError display
  * composer: remove extra_identity_addresses from To:
  * compose.rs: fix compilation error without gpgme
  * Fix clippy::len_zero
  * Fix clippy::literal_string_with_formatting_args
  * Fix clippy::double_ended_iterator_last
  * Fix clippy::needless_option_take in PR #611 "compose.rs: fix compilation error without gpgme and clippy lint fixes"
  * melib/contacts: remove Contacts::{created,last_edited}
  * accounts.rs: Remove std module imports
  * mail/compose.rs: remove duplicate field init
  * listing: move cmd_buf logic to Context
  * state: make Context children field take ForkedProcess
  * scripts/rfc_to_rs_mdoc.py: reformat
  * version_migrations: use array in const asserts in PR #614 "Misc"
  * melib/accounts: add #[inline] attribute to methods
  * melib/collections: add #[inline] to small methods
  * docs: add more doc comments to version_migrations mod
  * docs: add more doc comments to conf mod
  * docs: add more doc comments to utilities::widgets mod
  * docs: fix example in custom_compose_hooks in PR #561 "docs: fix example in custom_compose_hooks"
  * docs/meli.conf.5: describe what "notifications" entail
  * docs/meli.conf.5: add missing "Optional" quantifier
  * docs/meli.1: add manage-jobs command
  * docs/meli.1: add manage-mailboxes command
  * DEVELOPMENT.md: explain how to run CI checks locally
  * DEVELOPMENT.md: document DCO requirement in PR #583 "Minor doc additions"
  * README.md: update install instructions
  * README.md: minor touch-ups in PR #590 "README.md: update install instructions"
  * README.md: mention matrix channel in PR #603 "misc-fixes-minor"
  * melib/email/headers: add documentation(s)
  * notifications: add missing DisplayMessageBox docs
  * notifications: add missing NotificationCommand docs
  * melib/notmuch: add doc comments to Message methods
  * melib/smtp: add some rustdoc comments
  * tests/test_cli_subcommands: purge subprocess envs in PR #574 "tests/test_cli_subcommands: purge subprocess envs"
  * melib: add test_imap_watch()
  * melib: add test_jmap_refresh()
  * melib: add test_maildir_watch()
  * melib: add test_notmuch_watch()
  * melib: add test_notmuch_refresh() in PR #582 "Convert Backend::watch function to return Stream"
  * melib/smtp: add an SMTP transaction test
  * conf/tests: speedup test_conf_theme_key_values() in PR #589 "conf/tests: speedup test_conf_theme_key_values()"
  * conf.rs: do not run migrations in unit tests
  * conf/tests: flush config file to disk
  * tools: run cargo-update
  * Revert "accounts: cancel any previous mailbox fetches"

OBS-URL: https://build.opensuse.org/request/show/1298744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meli?expand=0&rev=5
2025-08-11 11:53:58 +00:00
0d94ac6a67 Accepting request 1266444 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1266444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meli?expand=0&rev=4
2025-04-02 15:22:58 +00:00
Soc Virnyl Estela
f08d0cbe47 OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=13 2025-03-26 10:42:01 +00:00
Soc Virnyl Estela
62680f319d OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=12 2025-03-22 11:48:40 +00:00
Soc Virnyl Estela
8dc8e5180a OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=11 2025-03-22 01:37:26 +00:00
Soc Virnyl Estela
a26b8ce434 OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=10 2025-03-18 00:35:00 +00:00
Soc Virnyl Estela
6ef2af7604 - Update specfile to accommodate new flavour as a new package.
OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=9
2025-03-18 00:32:37 +00:00
Soc Virnyl Estela
212b0e78ff - Add _multibuild file
* debug tracing mode should be a separate build flavour

OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=8
2025-03-10 01:37:13 +00:00
21def4629b Accepting request 1233536 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meli?expand=0&rev=3
2024-12-30 13:25:21 +00:00
7ae01c2dc3 Accepting request 1232766 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1232766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meli?expand=0&rev=2
2024-12-20 14:27:52 +00:00
Soc Virnyl Estela
6b3105756b - This package requires libgpgme
OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=5
2024-12-20 11:04:17 +00:00
ae0270533d - Add patch 0001-Revert-accounts-cancel-any-previous-mailbox-fetches.patch
- Enable feature imap-trace.

- Enable feature debug-tracing.

- Add release-profile.patch

- Use locked and un-updated versions of crate dependencies

OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=4
2024-12-20 06:43:00 +00:00
e8b0f52bca Accepting request 1229169 from server:mail
I want to submit this package to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/1229169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meli?expand=0&rev=1
2024-12-09 20:12:08 +00:00
0b1bead24f - Update to version 0.8.10:
* Two years of changes is too long. See
    https://github.com/meli/meli/blob/v0.8.10/CHANGELOG.md instead
- Use shipped source tarball instead of archiving git source
- Move from vendor.tar.xz to vendor.tar.zst
- Remove cargo_config

OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=2
2024-12-08 14:24:06 +00:00
4769a3b825 Please add me as maintainer.
OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=1
2022-03-14 16:00:24 +00:00
2 changed files with 0 additions and 39 deletions

View File

@@ -1,36 +0,0 @@
From 525bae71e5ad671934980bed9c4514302be31d06 Mon Sep 17 00:00:00 2001
From: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
Date: Sat, 14 Dec 2024 21:25:10 +0800
Subject: [PATCH] Revert "accounts: cancel any previous mailbox fetches"
This reverts commit 53b0d035e46d0178adb3c6620a5d5af02cc892de.
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
meli/src/accounts.rs | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/meli/src/accounts.rs b/meli/src/accounts.rs
index 7557da4c..0560b5ea 100644
--- a/meli/src/accounts.rs
+++ b/meli/src/accounts.rs
@@ -912,16 +912,6 @@ impl Account {
}
MailboxStatus::None => {
if force && !self.active_jobs.values().any(|j| j.is_fetch(mailbox_hash)) {
- for ev in self.active_jobs.values().filter_map(|j| {
- if j.is_any_fetch() && !j.is_fetch(mailbox_hash) {
- j.cancel()
- } else {
- None
- }
- }) {
- self.main_loop_handler
- .send(ThreadEvent::UIEvent(UIEvent::StatusEvent(ev)));
- }
self.mailbox_entries
.entry(mailbox_hash)
.and_modify(|entry| {
--
2.47.1

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598479fb05196dd79f65c996b649f2fa5668ec79963d53d776c79fb84f43d172
size 1522185