INSTALL file that is being distributed with the Sylpheed tarball.
$HOME/Mail (or %APPDATA%\Sylpheed\Mailboxes\Mail under Windows). You can change this to anything you like as long as it is a valid directory name.
$HOME/.sylpheed-2.0/ (or %APPDATA%\Sylpheed\ under Windows), and asks you the location of mailbox. As stated above, the default is $HOME/Mail, or %APPDATA%\Sylpheed\Mailboxes\Mail under Windows. If some files, which are non-MH format, already exist on the directory, you will have to specify another location.
$HOME/Mail (or %APPDATA%\Sylpheed\Mailboxes\Mail under Windows) already contains files with the same names. This occurs when switching from Kmail to Sylpheed, in this case backup and remove the existing Mail directory or use another name for the Sylpheed mail directory.
% patch -p0 < some.patch
% gzip -dc some.patch.gz | patch -p0
./autogen.sh, remove the generated /config.cache file (unless you want to install in prefix /usr/local). Run ./configure with the appropriate options and then make. (Text as found on the former Sylpheed patches page.)
libcompface installed, so this is available for compiling into Sylpheed. Note that the exact name of the package depends on OS or distribution you use.
sylpheed --compose
sylpheed --compose [mailto:%t][?subject=%s]
sylpheed --compose "mailto:%t?subject=%s"
--enable-gpgme in the ./configure command. When that completes successfully, there is a section in the .
touch command in every MH folder. "touch" the file .xmhcache and Mutt should do just fine.
/etc/mime.types:
image/gif gif
10 minute(s). Optionally, you can adjust the interval value (in minutes) as well.
configure. (If you want to disable it, make sure you add --disable-gtkspell in the ./configure command.)
trunk will be created under that directory:
svn checkout svn://sylpheed.sraoss.jp/sylpheed/trunk
sylpheed directory are as follows:
trunk/ - main tree
branches/ - miscellaneous experimental branches
tags/ - release-tagged branches
svn update
Yeah, but the latest features from SVN really look sexy...
autogen.sh. Be sure to have autoconf and automake packages installed for this.
*.m4 files in the ac/missing directory. Try to copy them into the ac directory and run autogen.sh again.
.m4 files not found (e.g. those from GTK+), try to run % locate m4 | less or % locate aclocal | less to find additional directories containing those macros. If you find e.g. a gtk.m4 in /opt/gnome/share/aclocal, change following line in autogen.sh from
aclocal -I ac \
aclocal -I ac -I /opt/gnome/share/aclocal \
config.cache file and run ./configure again. You should also use make clean to avoid undefined references.
/etc/mailcap.
/etc/mime.types
$HOME/.sylpheed-2.0/sylpheedrc (or %APPDATA%\Sylpheed\sylpheedrc under Windows) and creates default entries, if none are found. So the easiest way is to quit Sylpheed, temporarily renaming your $HOME/.sylpheed-2.0 (or %APPDATA%\Sylpheed\sylpheedrc) e.g. to *.bak and restarting Sylpheed in order to get default entries.
HOME - location of .sylpheed-2.0 (config directory) and default folder for Mailboxes.
LANG,
LC_ALL,
LC_CTYPE,
LC_MESSAGES - locale settings, e.g. language and date format.
$HOME/.sylpheed-2.0 (under Windows, the path is %APPDATA%\Sylpheed). They are in plain text format and quite easy to understand, so don't fear to take a look into them using a text editor.
sylpheedrc - main configuration: nearly all options from the settings window, e.g. mailbox location, font entries, etc.
accountrc - settings for POP/IMAP/NNTP accounts
actionsrc - user-defined actions
addrbook-*.xml - contents of your address book
customheaderrc - contains user-defined header lines
dispheaderrc - headers to display above the mail body
filter.xml - filter settings
folderlist.xml - folder specific settings, e.g. hiding read messages, sort order, etc.
menurc - key bindings
%APPDATA%\Sylpheed) by default:
C:\Documents and Settings\(user name)\Application Data\Sylpheed
C:\Users\(user name)\AppData\Roaming\Sylpheed
--configdir "directory name". Create a shortcut of sylpheed.exe, and append the option to the link target like the following:
"C:\Program Files\Sylpheed\sylpheed.exe" --configdir "D:\Sylpheed"
sylpheed.ini file exists at the same location as sylpheed.exe, it will be loaded at startup. With this approach, you can make Sylpheed completely portable independent of drive letters etc., and you can install it in removable media such as USB memory.
sample-sylpheed.ini. Please copy or rename it to use. ipcport specifies the port number of socket for IPC (default is 50215). configdir specifies the location of configuration files as a relative path from the folder in which sylpheed.exe is located, or an absolute path.
README-win32.txt file, which you should find within the C:\Program Files\Sylpheed directory.)
sylpheed --instance-id ID --configdir path-to-alternative-configdir
ID is set to sylpheed, so you can specify any other instance ID. The ID is used for the name of unix domain socket (under UNIX), or mutex name (under Windows). configdir specifies the configuration directory, i.e. the location of configuration files you want to use with the given instance.
enscript %s to print everything on one page, or enscript -U2 %s for printing two logical pages on one physical page.