Activity for Raphaël

  • Raphaël Raphaël updated merge request #2

    Assorted build fixes

  • Raphaël Raphaël merged merge request #1 on Git

    Add support for iCalendar export format

  • Raphaël Raphaël updated merge request #3

    Key remapping support

  • Raphaël Raphaël modified ticket #11

    abook --generate never finishes on abook v0.6.1

  • Raphaël Raphaël posted a comment on ticket #11

    Default input is stdin (which make a process waiting for an input) You can pass your file to stdin using <. Alternatively, you can specify it using --infile

  • Raphaël Raphaël posted a comment on discussion General Discussion

    Don't you think this software would deserve it ? It may also make contribution much easier.

  • Raphaël Raphaël posted a comment on discussion Open Discussion

    abook --convert --infile=$HOME/.abook/addressbook --outformat=vcard Not need to post the same question in the abook-devel forum.

  • Raphaël Raphaël modified a comment on ticket #16

    abook overrides the whole file when saving. It comes with mentioned drawbacks but any modification in the direction of "CRUD file operations" would inevitable imply much more code to create/debug/maintain which is something no-one is currently willing (aside from maintenance, there is no active abook developer currently)

  • Raphaël Raphaël posted a comment on ticket #16

    abook is override the whole file when saving. It comes with mentioned drawbacks but any modification in the direction of "CRUD file operations" would inevitable imply much more code to create/debug/maintain which is something no-one is currently willing (aside from maintenance, there is no active abook developer currently)

  • Raphaël Raphaël posted a comment on ticket #15

    I think the right approach is to use the --datafile flag everywhere you want to use a custom location. I'd be less "magic" than a symlink and more predictable. There have been an attempt into respecting XDG standards (which would apply to the data directory) https://sourceforge.net/p/abook/feature-requests/13/ https://sourceforge.net/p/abook/mailman/abook-devel/?viewmonth=202011 but these was not merged so far.

  • Raphaël Raphaël posted a comment on ticket #124

    ping?

  • Raphaël Raphaël created ticket #124

    low-latency pulseaudio pipeline using --input-buffer

  • Raphaël Raphaël created ticket #222

    Define and reference an official GitHub location

  • Raphaël Raphaël posted a comment on discussion Open Discussion

    May possible explanations: - file wasn't saved in the first place (unwritable HOME directory? You should have received a warning) - file was saved at a custom path (abook was aliased, configuration changed it?) - file was saved at a path that changed (your HOME was mounted/remounted/moved between reboot) - file was saved at a path that disappeared (your HOME was cleaned, eg live-system, ...) By default abook saves datafile into $HOME/.abook/addressbook Note: A first patch (not ready for merge yet)...

  • Raphaël Raphaël posted a comment on discussion Open Discussion

    You may want to - Read current documentation (provide as man pages), man abook and man abookrc - Identify if anything is actually missing / unclear - Patch the documentation (in man format) and send the diff as an attachment to the abook-devel list Before you actually go into detailed modification, you may want to post there what you feel is lacking from the existing documentation and how you intend to fix it.

  • Raphaël Raphaël committed [54c276]

    custom output filter: Now able to export custom fields too (if activate in abookrc)

  • Raphaël Raphaël committed [71b9e3]

    misc: update a comment

  • Raphaël Raphaël committed [95ddd6]

    misc: Changelog update

  • Raphaël Raphaël committed [c93321]

    csv export: "allcsv" now exports arbitrary named custom fields instead of only "custom<X>" previsouly (follow-up 8fd8454f)

  • Raphaël Raphaël modified ticket #11

    Include custom fields in export/convert

  • Raphaël Raphaël posted a comment on ticket #11

    The allcsv format allow this (8fd8454f3e) Finally fixed by adcff19

  • Raphaël Raphaël committed [adcff1]

    bugfix: The "allcsv" export format now outputs *all* customX fields instead of only the odd ones (8fd8454f3e follow-up), fix #11

  • Raphaël Raphaël committed [8eb13a]

    autotools: Updated using autotools 1.16. WANT_AUTOMAKE=1.13 autoreconf -vfim

  • Raphaël Raphaël modified ticket #10

    interoperability between abook and gammu

  • Raphaël Raphaël posted a comment on ticket #10

    Thank you for the report. Closing now. Feel free to reopen (or create a new ticket) if it's still confirmed as an ongoing issue.

  • Raphaël Raphaël committed [ba82bc]

    i18n: Updated German translation

  • Raphaël Raphaël modified ticket #5

    0.6.1 add #include <string.h>

  • Raphaël Raphaël posted a comment on ticket #5

    I doubt it's the right fix to unconditional include it. string.h is included either if: - It's VMS - It's GNU_LIBRARY - You HAVE_STRING_H If all of these are wrong, you should rather check the result of ./configure and config.h

  • Raphaël Raphaël modified ticket #14

    abook: option to parse cc: addresses in --add-email

  • Raphaël Raphaël posted a comment on ticket #14

    Fixed by Corey Minyard in 804f03b37fec3fe0a274cd89ec27d2879a0a5afe

  • Raphaël Raphaël modified ticket #6

    0.6.1 add CFLAGS = -std=gnu89

  • Raphaël Raphaël posted a comment on ticket #6

    fixed (back in 54f8e4ac4e0bdf7622909c4cdf5768bebe72460c)

  • Raphaël Raphaël modified ticket #10

    Turn on HTTPS on abook.sourceforge.net homepage

  • Raphaël Raphaël posted a comment on ticket #10

    img links now updated too.

  • Raphaël Raphaël committed [428123]

    misc: Changelog update

  • Raphaël Raphaël committed [804f03]

    Take off the "From:" before calling getname()

  • Raphaël Raphaël committed [5fa703]

    7672c42e2 follow-up: Rename the option --email-fields + wording fixes

  • Raphaël Raphaël committed [ffdb83]

    misc: Fix spelling error in binary: "occured"

  • Raphaël Raphaël committed [7672c4]

    Add --fields to tell which fields to get emails from

  • Raphaël Raphaël committed [ef684b]

    fix: avoid SIGSEGV in case of undefined USER environment variable, fix Debian #859407

  • Raphaël Raphaël modified a comment on merge request #2

    autotools definitely needs an update. I tried a (too) big toolchain update some years ago + autogenerate as much as possible (gnulib) https://gitlab.com/drzraf/abook/commit/fb4b8fb6851470c85d0a4d8ae6c549000699a98f but got some problems with wchars.

  • Raphaël Raphaël posted a comment on merge request #2

    We definitely needs update autotools. I tried a big toolchain update some years ago + autogenerate as much as possible (gnulib) https://gitlab.com/drzraf/abook/commit/fb4b8fb6851470c85d0a4d8ae6c549000699a98f but got some problems with wchars.

  • Raphaël Raphaël posted a comment on discussion Help

    Warning! Printer Stylus C67 is not known; information may be incomplete or incorrect...

  • Raphaël Raphaël posted a comment on discussion Help

    Errata: escputil works well when the printer isn't in "red-flickering state". Let...

  • Raphaël Raphaël posted a comment on discussion Help

    Hi, I've an Epson C67 for which I'd like to know inklevel. escputil needs raw access...

  • Raphaël Raphaël committed [54f8e4]

    build: fix compilation when used with GCC -std=...

  • Raphaël Raphaël posted a comment on ticket #6

    thank you for reporting std=gnu89 is a workaround. I also opted for (another) workaround:...

  • Raphaël Raphaël committed [02ac0c]

    doc: manpage mention of the -f option (+ fix fo...

  • Raphaël Raphaël committed [c7334d]

    build: fix compilation when used with GCC -std=...

  • Raphaël Raphaël modified a comment on ticket #7

    Could you please post whether ./configure set HAVE_DECL_WCWIDTH to 1 or 0 inside...

  • Raphaël Raphaël posted a comment on ticket #7

    Could you please post whether ./configure set HAVE_DECL_WCWIDTH to 1 or 0 inside...

  • Raphaël Raphaël committed [0618ad]

    fixed bug #6

  • Raphaël Raphaël posted a comment on ticket #5

    About VERSION at export, that's right, we could do it. (but to be fair, it was not...

  • Raphaël Raphaël posted a comment on ticket #88

    Note: as a workaround, settings a TARGET_PASS= and commeting TARGET_USER let the...

  • Raphaël Raphaël created ticket #88

    s3+hubic backend credentials

  • Raphaël Raphaël modified a comment on ticket #10

    Ldif filter was reworked in [2f827e] and field aliases were added. Please try. Side...

  • Raphaël Raphaël modified ticket #10

    interoperability between abook and gammu

  • Raphaël Raphaël posted a comment on ticket #10

    Ldif filter was reworked in 2f827e0ef00d2c9 and field aliases were added. Please...

  • Raphaël Raphaël modified ticket #4

    abook doesn't follow symlinks

  • Raphaël Raphaël posted a comment on ticket #4

    I agree: preserving the symlink would be saner. But out of curiosity what's the use...

  • Raphaël Raphaël committed [aef421]

    database store: introduce a force_save paramete...

  • Raphaël Raphaël committed [d73719]

    ui/interactive: when abook quits, it does not r...

  • Raphaël Raphaël committed [a423ce]

    misc: changed the usage string to reflect the n...

  • Raphaël Raphaël posted a comment on ticket #3

    Indeed. A first step in a race-less abook was started here: https://sourceforge.net/p/abook/mailman/message/32316897/...

  • Raphaël Raphaël committed [8602a8]

    custom output filter: fixed a bug on 64 bits re...

  • Raphaël Raphaël committed [303a43]

    Let --datafile also work through -f short option

  • Raphaël Raphaël committed [6b6a47]

    changelog: missing entries

  • Raphaël Raphaël committed [0e9846]

    autotools: pre-release autoreconf update

  • Raphaël Raphaël committed [78852b]

    release: 0.6.1, pre-release version change commit

  • Raphaël Raphaël committed [449438]

    Fix "Allocator sizeof operand mismatch"

  • Raphaël Raphaël committed [b83bcb]

    Fix bogus free()s on error path

  • Raphaël Raphaël committed [6e550a]

    html: various fixes

  • Raphaël Raphaël committed [137056]

    doc: syntax typos in manpages

  • Raphaël Raphaël created ticket #112

    mount.crypt: adding helper= to fstab renders filesystems umountable

  • Raphaël Raphaël posted a comment on ticket #28

    second part : patch for doc/mount.crypt.8

  • Raphaël Raphaël created ticket #28

    mount.crypt -o keyfile=-

  • Raphaël Raphaël posted a comment on ticket #109

    --pass-fd removal started with a deprecation, back in 2012: http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=5cf05c71472bf7230075cbdcd5cd6eb12b1d3654...

  • Raphaël Raphaël modified a comment on ticket #109

    [edit]referenced a report wrongly posted on the pmount bugtracker[/edit]

  • Raphaël Raphaël posted a comment on ticket #109

    posted here https://alioth.debian.org/tracker/index.php?func=detail&aid=314635&group_id=31157&atid=412982...

  • Raphaël Raphaël modified a comment on discussion General Discussion

    Where are the sources ? What is the licence ? I downloaded xcallgraph_0.1.1_linux64_gtk.tar.gz...

  • Raphaël Raphaël posted a comment on discussion General Discussion

    Where are the sources ? What is the licence ? I downloaded xcallgraph_0.1.1_linux64_gtk.tar.gz...

  • Raphaël Raphaël committed [5840fc]

    add-email: fixed a spurious "Valid sender addre...

1