Package Details: afew-git 1:3.0.1.r78.gbc09b14-1

Git Clone URL: https://aur.archlinux.org/afew-git.git (read-only, click to copy)
Package Base: afew-git
Description: Initial tagging script for notmuch mail
Upstream URL: https://github.com/afewmail/afew
Licenses: ISC
Conflicts: afew
Provides: afew
Submitter: kazuo
Maintainer: grazzolini (polyzen)
Last Packager: polyzen
Votes: 12
Popularity: 0.000000
First Submitted: 2011-12-04 03:59 (UTC)
Last Updated: 2025-07-10 04:43 (UTC)

Latest Comments

1 2 3 Next › Last »

polyzen commented on 2025-07-10 04:44 (UTC)

Thanks gwarf, updated the package.

gwarf commented on 2025-07-07 07:20 (UTC)

I just had to install python-cffi to get the package to build. Otherwise I was getting errors like:

====================================================================== ERROR: test_mailmover (unittest.loader._FailedTest.test_mailmover)


ImportError: Failed to import test module: test_mailmover Traceback (most recent call last): File "/usr/lib/python3.13/unittest/loader.py", line 396, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.13/unittest/loader.py", line 339, in _get_module_from_name import(name) ~~^^^^^^ File "/home/baptiste/.cache/yay/afew-git/src/afew/afew/tests/test_mailmover.py", line 11, in <module> import notmuch2 File "/usr/lib/python3.13/site-packages/notmuch2/init.py", line 45, in <module> from notmuch2 import _capi ModuleNotFoundError: No module named '_cffi_backend'

grazzolini commented on 2020-03-06 11:33 (UTC)

@apetresc

I have added python-freezegun to makedepends, thanks for the info.

apetresc commented on 2020-03-05 20:37 (UTC)

There should be a make dependency on python-freezegun. It's needed for the tests that the PKGBUILD indirectly runs.

demize commented on 2018-08-01 00:10 (UTC)

dbacl has been unneeded since 1.1.0.

grazzolini commented on 2017-08-25 14:47 (UTC)

@timofonic This is something you might ask with upstream, I'm just the packager. Having said that, you can apply whatever arbitrary tags you want on emails and they get synced back to gmail, depending on what software you're using.

timofonic commented on 2017-08-25 14:23 (UTC)

Can this software have equivalent functionality to gmailieer? Can it have a workaround to get muted messages ( https://issuetracker.google.com/issues/36759067 2015 bug, they aren't going to fix it because this gives advantage to their webmail and native apps platforms).

lucc commented on 2017-08-07 16:21 (UTC)

Can you add "--tags" to the call to "git describe"? Upstream (sometimes?) uses unannotated tags for releases.